From 37deaebb1946d801d3d114a77af4cb46f34c479c Mon Sep 17 00:00:00 2001 From: Tambet Ingo Date: Fri, 7 Mar 2008 18:06:11 +0000 Subject: [PATCH] Add ChangeLog entry as well. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3389 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index ae0eb19217..e835170631 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,21 @@ 2008-03-07 Tambet Ingo + Rework the interaction between ppp manager and pppd plugin. Register a well + known DBUS service in manager and let the plugin call it's methods instead + of listening plugin's signals. + + * src/ppp-manager/nm-pppd-plugin.c: Call ppp-manager dbus methods instead + of emitting signals. + + * src/ppp-manager/nm-ppp-manager.c: Implement dbus service here. + + * src/ppp-manager/Makefile.am: Build nm-ppp-manager-glue.h. + + * src/nm-serial-device.c (real_act_stage2_config): Pass NMConnection to + nm_ppp_manager_start(). + + * introspection/nm-ppp-manager.xml: New file. + * src/nm-device-802-3-ethernet.c (nm_device_802_3_ethernet_get_speed): Handle the case correctly where driver is trying to send -1 for the speed, which gets casted to u16 and thus is always > 0.