- nm: allow more connect time for 'hso' mobile broadband devices (rh

#514827)
- nm: fix reconnections on some Option 'hso' devices
- nm: add support for more ZTE mobile broadband devices
- ifcfg-rh: treat MODE=AUTO as infrastructure mode
- ifcfg-rh: warn when device will be managed due to missing HWADDR (rh
    #545003)
- ifcfg-rh: add support for reading and writing routes files (rh #507307)
- applet: fix potential leakage of secrets onto the system bus (rh #546115)
    (CVE-2009-4145)
- applet: fix possible connections to spoofed WPA Enterprise networks (rh
    #546793) (CVE-2009-4144)
- applet: add "Disable Notifications" option
- applet: fix blank notification with certain characters
This commit is contained in:
Daniel Williams 2009-12-23 18:20:27 +00:00
parent 9b55c0aea4
commit 40c5d1ea97
4 changed files with 23 additions and 9 deletions

View File

@ -167,3 +167,5 @@ NetworkManager-0.7.1.998.tar.bz2
network-manager-applet-0.7.1.998.tar.bz2
NetworkManager-0.7.2.tar.bz2
network-manager-applet-0.7.2.tar.bz2
NetworkManager-0.7.2.git20091223.tar.bz2
network-manager-applet-0.7.2.git20091223.tar.bz2

View File

@ -9,14 +9,14 @@
%define libnl_version 1.1
%define ppp_version 2.2.4
%define snapshot %{nil}
%define applet_snapshot %{nil}
%define snapshot .git20091223
%define applet_snapshot .git20091223
Name: NetworkManager
Summary: Network connection manager and user applications
Epoch: 1
Version: 0.7.2
Release: 1%{snapshot}%{?dist}
Release: 2%{snapshot}%{?dist}
Group: System Environment/Base
License: GPLv2+
URL: http://www.gnome.org/projects/NetworkManager/
@ -347,6 +347,18 @@ fi
%{_datadir}/gtk-doc/html/libnm-util/*
%changelog
* Wed Dec 23 2009 Dan Williams <dcbw@redhat.com> - 0.7.2-2.git20091223
- nm: allow more connect time for 'hso' mobile broadband devices (rh #514827)
- nm: fix reconnections on some Option 'hso' devices
- nm: add support for more ZTE mobile broadband devices
- ifcfg-rh: treat MODE=AUTO as infrastructure mode
- ifcfg-rh: warn when device will be managed due to missing HWADDR (rh #545003)
- ifcfg-rh: add support for reading and writing routes files (rh #507307)
- applet: fix potential leakage of secrets onto the system bus (rh #546115) (CVE-2009-4145)
- applet: fix possible connections to spoofed WPA Enterprise networks (rh #546793) (CVE-2009-4144)
- applet: add "Disable Notifications" option
- applet: fix blank notification with certain characters
* Mon Nov 23 2009 Dan Williams <dcbw@redhat.com> - 0.7.2
- nm: fix VPN crash with NULL secrets (rh #532084)
- nm: validate pidfile and quit early if NM is already running (rh #517362)

View File

@ -5,10 +5,10 @@ diff -up NetworkManager-0.7.2/network-manager-applet-0.7.2/configure.ac.buildfix
PKG_CHECK_MODULES(NMA,
[dbus-glib-1 >= 0.74
glib-2.0 >= 2.10
- NetworkManager >= 0.7.1.998
- libnm_glib >= 0.7.1.998
- libnm-util >= 0.7.1.998
- libnm_glib_vpn >= 0.7.1.998
- NetworkManager >= 0.7.2
- libnm_glib >= 0.7.2
- libnm-util >= 0.7.2
- libnm_glib_vpn >= 0.7.2
gtk+-2.0 >= 2.14
libglade-2.0
gmodule-export-2.0

View File

@ -1,2 +1,2 @@
c370650d7f88495fa00e470557316432 NetworkManager-0.7.2.tar.bz2
820927582d1170c9d8cc0db3cbe80c96 network-manager-applet-0.7.2.tar.bz2
b6a326886a429673b7c9a94d3f1f504f NetworkManager-0.7.2.git20091223.tar.bz2
f02780d9462a20fbca93a95870f47824 network-manager-applet-0.7.2.git20091223.tar.bz2