summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-09-18 22:14:33 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-09-18 22:14:33 +0000
commit92379b27d7fba57ef907669883332ee3e17207f5 (patch)
treefa27ef9c5e85c37ecb5678ba3c6f44d7020e3fca /ChangeLog
parentfaa818d9b15057ea82d105532cef71f1a857189e (diff)
downloadanaconda-92379b27d7fba57ef907669883332ee3e17207f5.tar.gz
anaconda-92379b27d7fba57ef907669883332ee3e17207f5.tar.xz
anaconda-92379b27d7fba57ef907669883332ee3e17207f5.zip
* network.py: Added the useIPv4 and useIPv6 flags to the Network class.
These are used in the network configuration dialog boxes. Set based on existing network configuration, or initialize to true. * network.py: Read in IPV6_AUTOCONF variable from the network-script if it exists. We need this for the RFC 2462 auto configuration setting. * iw/network_gui.py: Set the IPv4 and IPv6 enable check boxes based on the useIPv4 and useIPv6 flags in the Network class. * iw/network_gui.py: Add column labels so users have an idea of what goes in the _____ / _____ entry boxes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 395b28758..b25f26c65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2006-09-18 David Cantrell <dcantrell@redhat.com>
+ * network.py: Added the useIPv4 and useIPv6 flags to the Network class.
+ These are used in the network configuration dialog boxes. Set based on
+ existing network configuration, or initialize to true.
+
+ * network.py: Read in IPV6_AUTOCONF variable from the network-script if
+ it exists. We need this for the RFC 2462 auto configuration setting.
+
+ * iw/network_gui.py: Set the IPv4 and IPv6 enable check boxes based on
+ the useIPv4 and useIPv6 flags in the Network class.
+
+ * iw/network_gui.py: Add column labels so users have an idea of what
+ goes in the _____ / _____ entry boxes.
+
+2006-09-18 David Cantrell <dcantrell@redhat.com>
+
* iw/network_gui.py: Correct input validation problems for manual
network configuration (#206148, #206678, #206537).