summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-04-11 18:29:07 +0000
committerChris Lumens <clumens@redhat.com>2006-04-11 18:29:07 +0000
commit123a65b73ba52ae56256c965d610536cc24f5a71 (patch)
tree7071d45152b27682adf6399ea22fc03754e85193 /ChangeLog
parent2413f486a9bac357c9aa19559cd33a6fd900f07a (diff)
downloadanaconda-123a65b73ba52ae56256c965d610536cc24f5a71.tar.gz
anaconda-123a65b73ba52ae56256c965d610536cc24f5a71.tar.xz
anaconda-123a65b73ba52ae56256c965d610536cc24f5a71.zip
Use libuser for handling the root password instead of a bunch of our own
stuff.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5f691b1c..b4fe12c93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
* anaconda: Make some symlinks earlier.
+ * installclass.py (BaseInstallClass.setRootPassword): Removed.
+ * instdata.py (InstallData): Use libuser for handling the root
+ password.
+ * kickstart.py (AnacondaKSHandlers.doRootPassword): Use instdata.
+ * users.py: Removed, since we don't deal with non-root accounts
+ anymore.
+ * iw/account_gui.py: Use new password handling system.
+ * textw/userauth_text.py: Likewise.
+
2006-04-10 David Cantrell <dcantrell@redhat.com>
* scripts/mk-rescueimage.i386: Do not call sys.exit(0) from usage().