summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-12-20 23:15:22 +0000
committerJeremy Katz <katzj@redhat.com>2004-12-20 23:15:22 +0000
commit06abe5e6124f25c73fc4e1cbd4500a2bb07ef0d0 (patch)
tree40666ba0febb3f3d9c8498b7015f6e603b5a7731 /ChangeLog
parent2553ee814063a140c50ba3a06cf267c66f5ccb12 (diff)
2004-12-20 Jeremy Katz <katzj@redhat.com>
* partitions.py (Partitions.writeKS): Improve quoting of fstypes. Patch from Danen Brücker <dbrucker AT modwest DOT com> on anaconda-devel-list
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8152cddf..8cb402566 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-12-20 Jeremy Katz <katzj@redhat.com>
+ * partitions.py (Partitions.writeKS): Improve quoting of fstypes.
+ Patch from Danen Brücker <dbrucker AT modwest DOT com> on
+ anaconda-devel-list
+
+ * iw/progress_gui.py: Remove old InstallProgressWindow class to
+ avoid confusion with dead code
+
* scripts/mk-images (makeinitrd): Remove /dev creation from here,
it's handled by init now.