summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 451ead431..658363cc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,8 @@
* partErrors.py (LabelError): Add from rhel5-branch.
+ * partedUtils.py (checkDasdFmt): Fix indexing into dasd dictionary.
+
* syslogd.py (Syslogd.__init__): Remove pointless code.
* text.py (InstallInterface.helpWindow): Pass the correct number of
@@ -52,6 +54,17 @@
* vnc.py: Fix minor nitpicking errors.
+ * iw/progress_gui.py (InstallProgressWindow.set_fraction): Fix
+ progress bar format string.
+
+ * iw/release_notes.py (ReleaseNotesViewer.load): Don't traceback in
+ error reporting.
+
+ * textw/partition_text.py (PartitionWindow.editLVRequest): Use the
+ right variable name when printing a name already in use.
+
+ * textw/upgrade_bootloader_text.py: Import the logging system.
+
2007-09-19 Jeremy Katz <katzj@redhat.com>
* livecd.py (LiveCDImageMethod.unmountNonFstabDirs): Fix syntax error.