summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2008-10-30 05:52:20 +0000
committerDan Williams <dcbw@redhat.com>2008-10-30 05:52:20 +0000
commit4129798d51a0cd291ff39f4ead3e58049b2df8a1 (patch)
tree3de6aa211f6b20bc01795ce9155fd4afb7f10797 /ChangeLog
parentcbd88c94825c719ebfecdf7acf26bf79aa1e11b3 (diff)
downloadNetworkManager-4129798d51a0cd291ff39f4ead3e58049b2df8a1.tar.gz
2008-10-30 Dan Williams <dcbw@redhat.com>
* src/nm-device-ethernet.c src/nm-device-wifi.c src/nm-device.c src/ppp-manager/nm-ppp-manager.c - Harmonize return checking of ioctl * system-settings/plugins/ifcfg-fedora/reader.c - (is_wireless_device): fall back to SIOCGIWNAME (rh #466340) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4236 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5948af20a..41a3056816 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2008-10-30 Dan Williams <dcbw@redhat.com>
+ * src/nm-device-ethernet.c
+ src/nm-device-wifi.c
+ src/nm-device.c
+ src/ppp-manager/nm-ppp-manager.c
+ - Harmonize return checking of ioctl
+
+ * system-settings/plugins/ifcfg-fedora/reader.c
+ - (is_wireless_device): fall back to SIOCGIWNAME (rh #466340)
+
+2008-10-30 Dan Williams <dcbw@redhat.com>
+
* src/ppp-manager/nm-ppp-manager.c
- (nm_ppp_manager_start): if /dev/ppp doesn't exist, load the
ppp_generic module to create it (bgo #533064)