- Fix segfault with deferred connections
- Fix default username with vpnc VPN plugin - Hidden SSID fixes
This commit is contained in:
parent
631245c1b3
commit
832e1293ac
@ -22,3 +22,5 @@ NetworkManager-0.7.0.svn2961.tar.gz
|
||||
nm-applet-0.7.0.svn237.tar.gz
|
||||
NetworkManager-0.7.0.svn2962.tar.gz
|
||||
nm-applet-0.7.0.svn239.tar.gz
|
||||
NetworkManager-0.7.0.svn2970.tar.gz
|
||||
nm-applet-0.7.0.svn240.tar.gz
|
||||
|
@ -7,7 +7,7 @@ ExcludeArch: s390 s390x
|
||||
%define gtk2_version 2.10.0
|
||||
%define wireless_tools_version 1:28-0pre9
|
||||
|
||||
%define snapshot svn2962
|
||||
%define snapshot svn2970
|
||||
|
||||
Name: NetworkManager
|
||||
Summary: Network connection manager and user applications
|
||||
@ -18,7 +18,7 @@ Group: System Environment/Base
|
||||
License: GPLv2+
|
||||
URL: http://www.gnome.org/projects/NetworkManager/
|
||||
Source: %{name}-%{version}.%{snapshot}.tar.gz
|
||||
Source1: nm-applet-%{version}.svn239.tar.gz
|
||||
Source1: nm-applet-%{version}.svn240.tar.gz
|
||||
Patch1: NetworkManager-0.6.5-fixup-internal-applet-build.patch
|
||||
Patch2: nm-applet-0.7.0-disable-stuff.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -260,6 +260,11 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 10 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2970
|
||||
- Fix segfault with deferred connections
|
||||
- Fix default username with vpnc VPN plugin
|
||||
- Hidden SSID fixes
|
||||
|
||||
* Tue Oct 9 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2962
|
||||
- Fix merging of non-SSID-broadcasting APs into a device's scan list
|
||||
- Speed up opening of the applet menu
|
||||
|
Loading…
Reference in New Issue
Block a user