summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2853154ef..ecb3ef6e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,23 @@
+2004-11-23 Jeremy Katz <katzj@redhat.com>
+
+ * textw/upgrade_bootloader_text.py
+ (UpgradeBootloaderWindow.__call__): Set a default when we can't
+ determine the boot loader to avoid indeterminate state (#139603)
+
+ * lvm.py: Don't disable LVM if vgscan, et al segfault (#134263)
+
+ * packages.py (doPreInstall): Don't remove the directories as
+ they may not be empty (#133773)
+
+2004-11-22 Jeremy Katz <katzj@redhat.com>
+
+ * loader2/init.c: Only open /dev/console once.
+
2004-11-22 Paul Nasrat <pnasrat@redhat.com>
* loader2/init.c:
- Improved ppc console detection, based on notting's kudzu patch #135707 #134397
+ Improved ppc console detection, based on notting's kudzu
+ patch #135707 (#134397)
2004-11-17 Jeremy Katz <katzj@redhat.com>