summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2008-10-01 22:59:21 +0000
committerDan Williams <dcbw@redhat.com>2008-10-01 22:59:21 +0000
commitd83cc33a7f9a133b4d4be0cd4693fea4d7bffd3e (patch)
tree1967b95e6af91cfc11c6a87a07822ccf9fe2fdf1 /ChangeLog
parent8fbf9cfdbcc97b1042c2fcb3c2f5939c1998000e (diff)
downloadNetworkManager-d83cc33a7f9a133b4d4be0cd4693fea4d7bffd3e.tar.gz
2008-10-01 Dan Williams <dcbw@redhat.com>
* system-settings/src/dbus-settings.c - (nm_sysconfig_settings_init): cache system hostname on startup as a fallback if no plugin provides a hostname - (get_property): fall back to cached hostname if no plugin provides a hostname git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4136 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79a6d8460a..3515215fa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-10-01 Dan Williams <dcbw@redhat.com>
+ * system-settings/src/dbus-settings.c
+ - (nm_sysconfig_settings_init): cache system hostname on startup as
+ a fallback if no plugin provides a hostname
+ - (get_property): fall back to cached hostname if no plugin provides
+ a hostname
+
+2008-10-01 Dan Williams <dcbw@redhat.com>
+
Fix setting value comparison issue that caused some settings to look the
same when they were really different (rh #464417)