device: renew dhcp leases on awake for software devices
[NetworkManager.git] / ChangeLog
index 0d4aa5d..70a11a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2008-12-11  Dan Williams  <dcbw@redhat.com>
+
+       * Move NetworkManager to git.freedesktop.org
+               - git clone git://git.freedesktop.org/git/NetworkManager/NetworkManager.git
+
+2008-12-09  Dan Williams  <dcbw@redhat.com>
+
+       * libnm-util/libnm-util.ver
+         libnm-util/nm-setting-ip4-config.c
+         libnm-util/nm-setting-ip4-config.h
+               - Add 'never-default' property, which when true indicates that a
+                       connection should never be the default connection
+
+       * src/nm-ip4-config.c
+         src/nm-ip4-config.h
+               - (nm_ip4_config_get_never_default, nm_ip4_config_set_never_default):
+                       Add never-default helpers
+
+       * src/NetworkManagerUtils.c
+               - (nm_utils_merge_ip4_config): update never-default when merging the
+                       IP4 setting to the IP4 config
+
+       * src/NetworkManagerSystem.c
+               - (nm_system_apply_ip4_config): if the connection is never-default,
+                       don't add routes without a gateway
+
+       * src/NetworkManagerPolicy.c
+               - (get_best_device): don't let never-default connections be the best
+               - (update_routing_and_dns): handle never-default for VPN connections
+
+       * system-settings/plugins/ifcfg-rh/reader.c
+               - (make_ip4_setting): handle never-default by checking GATEWAYDEV
+
+2008-12-08  Dan Williams  <dcbw@redhat.com>
+
+       * src/vpn-manager/nm-vpn-connection.c
+               - (plugin_state_changed): clear secrets before setting the connection
+                       state to FAILED, since doing so may destroy the connection itself,
+                       since the NMVPNService owning this NMVPNConnection will unref it
+                       when the NMVPNConnection is failed or stopped
+
 2008-12-05  Dan Williams  <dcbw@redhat.com>
 
        Patch from Michael Biebl  <mbiebl@gmail.com>
 2008-09-30  Dan Williams  <dcbw@redhat.com>
 
        * src/NetworkManagerPolicy.c
-               - (lookup_thread_worker): don't store the idle handler ID becuase the
+               - (lookup_thread_worker): don't store the idle handler ID because the
                        idle handler could have already run and freed the LookupThread
                        structure
 
                        internally; clients should provide a setting that applies to
                        the device with 'autoconnect: True'.  Problem was that these
                        internally auto-created connections don't have a proxy or service
-                       name becuase they weren't created by a settings daemon, and therefore
+                       name because they weren't created by a settings daemon, and therefore
                        clients have no idea what to do with them.
 
 2007-10-03  Dan Williams  <dcbw@redhat.com>
        * libnm-glib/nm-settings.c
          libnm-glib/nm-settings.h
                - make the dbus path a property of the object, and autogenerate it.
-               It can't be composed of the 'id' field becuase that's not available
+               It can't be composed of the 'id' field because that's not available
                yet during the GObject creation in nm_connection_settings_init()
 
 2007-08-29  Dan Williams  <dcbw@redhat.com>
                        for NM service; only emit when state really changes
                - Use hash tables correctly so that the key (which was previously owned
                        by the D-Bus message) now has the same lifetime as the value, since
-                       the key is now taken from the the NMVPNConnection itself.  This
+                       the key is now taken from the NMVPNConnection itself.  This
                        really fixes the double-VPN names in the applet
 
 2007-08-13  Dan Williams  <dcbw@redhat.com>