summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-08-10 15:15:01 +0000
committerJeremy Katz <katzj@redhat.com>2006-08-10 15:15:01 +0000
commit69dd7c101fbecc7f745aead56398a65169d69cdf (patch)
treef792840973f31461acf1dc5f6509b4210c7ab932 /ChangeLog
parentcda2b01dba1bff4e9885ddb7ec9484c8baf88ce9 (diff)
downloadanaconda-69dd7c101fbecc7f745aead56398a65169d69cdf.tar.gz
anaconda-69dd7c101fbecc7f745aead56398a65169d69cdf.tar.xz
anaconda-69dd7c101fbecc7f745aead56398a65169d69cdf.zip
2006-08-10 Jeremy Katz <katzj@redhat.com>
* installclass.py (getBaseInstallClass): Add a method for finding the default base install class so that I don't copy and paste the code between kickstart and upgrade cases * kickstart.py (Kickstart): Use getBaseInstallClass * upgradeclass.py (InstallClass): Use proper base install class (#201745)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41e023a17..c9050c286 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-08-10 Jeremy Katz <katzj@redhat.com>
+ * installclass.py (getBaseInstallClass): Add a method for finding
+ the default base install class so that I don't copy and paste the
+ code between kickstart and upgrade cases
+ * kickstart.py (Kickstart): Use getBaseInstallClass
+ * upgradeclass.py (InstallClass): Use proper base install
+ class (#201745)
+
* textw/confirm_text.py (BeginUpgradeWindow.__call__): Fix
traceback (#201960)