summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-08-26 22:40:20 +0000
committerJeremy Katz <katzj@redhat.com>2005-08-26 22:40:20 +0000
commit30674045a3f43d3b309295b56d96d64799e7c708 (patch)
tree5c6aa9859ae8224c9e3e34f83a57d5ff9a1e68a6 /ChangeLog
parent0c22c52b53a519dd51acb3ac7cbaafa810760e31 (diff)
downloadanaconda-30674045a3f43d3b309295b56d96d64799e7c708.tar.gz
anaconda-30674045a3f43d3b309295b56d96d64799e7c708.tar.xz
anaconda-30674045a3f43d3b309295b56d96d64799e7c708.zip
2005-08-26 Jeremy Katz <katzj@redhat.com>
* dispatch.py (installSteps): Add new autopart type step, remove some obsolete stuff (fdisk, fdasd) * gui.py (stepToClass): Add new step. (getGladeWidget): Add helper function for glade screens. * text.py (stepToClasses): Add new step. * installclass.py (BaseInstallClass.setSteps): Add new step. * iw/autopart_type.py: Add first pass at new autopartitioning screen. Still want to make the shown options more dynamic based on what your system initially looks like. * textw/partition_text.py: Add new autopartitioning screen. * ui/autopart.glade: Add glade file for new autopartitioning screen.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a99b8664c..a684e53a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-08-26 Jeremy Katz <katzj@redhat.com>
+
+ * dispatch.py (installSteps): Add new autopart type step, remove
+ some obsolete stuff (fdisk, fdasd)
+ * gui.py (stepToClass): Add new step.
+ (getGladeWidget): Add helper function for glade screens.
+ * text.py (stepToClasses): Add new step.
+ * installclass.py (BaseInstallClass.setSteps): Add new step.
+ * iw/autopart_type.py: Add first pass at new autopartitioning
+ screen. Still want to make the shown options more dynamic based
+ on what your system initially looks like.
+ * textw/partition_text.py: Add new autopartitioning screen.
+ * ui/autopart.glade: Add glade file for new autopartitioning screen.
+
2005-08-25 Jeremy Katz <katzj@redhat.com>
* network.py (NetworkDevice.__init__): Don't set some types that