summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-07-11 15:42:58 +0000
committerChris Lumens <clumens@redhat.com>2006-07-11 15:42:58 +0000
commitdd10eaa60c6b6e0903d1e1977339eb6d61b0e770 (patch)
tree3b7ce5836b35aa06a22065864ca4dfd80fda4185 /ChangeLog
parent6725624ecc1284120c475edabb38f7ecfc1dbb72 (diff)
downloadanaconda-dd10eaa60c6b6e0903d1e1977339eb6d61b0e770.tar.gz
anaconda-dd10eaa60c6b6e0903d1e1977339eb6d61b0e770.tar.xz
anaconda-dd10eaa60c6b6e0903d1e1977339eb6d61b0e770.zip
Check the UTC box on the text interface automatically if there's no Windows
partitions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a5303951..d7fb57a27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,12 @@
2006-07-11 Chris Lumens <clumens@redhat.com>
+ * bootloader.py (hasWindows): Add a function to check all the
+ bootloader entries for Windows.
+ * iw/timezone_gui.py (TimezoneWindow.getScreen): Use hasWindows.
+ * textw/timezone_text.py (TimezoneWindow.__call): Use hasWindows to
+ automatically check the UTC box like the GUI does.
+
* yuminstall.py (YumBackend.doPreInstall): Remove call to deprecated
method.