- nm: fix recognition of Option GT Fusion and Option GT HSDPA (nozomi)
devices (rh #494069) - nm: fix handling of spaces in DHCP 'domain-search' option - nm: fix detection of newer Option 'hso' devices - nm: ignore low MTUs returned by broken DHCP servers
This commit is contained in:
parent
826ba9256a
commit
3703829200
@ -149,3 +149,5 @@ NetworkManager-0.7.0.99.git20090326.tar.bz2
|
||||
network-manager-applet-0.7.0.99.svn1235.tar.bz2
|
||||
NetworkManager-0.7.0.100.tar.bz2
|
||||
network-manager-applet-0.7.0.100.tar.bz2
|
||||
NetworkManager-0.7.0.100.git20090408.tar.bz2
|
||||
network-manager-applet-0.7.0.100.svn1260.tar.bz2
|
||||
|
@ -11,14 +11,14 @@ ExcludeArch: s390 s390x
|
||||
%define libnl_version 1.1
|
||||
%define ppp_version 2.2.4
|
||||
|
||||
%define snapshot %{nil}
|
||||
%define applet_snapshot %{nil}
|
||||
%define snapshot .git20090408
|
||||
%define applet_snapshot .svn1260
|
||||
|
||||
Name: NetworkManager
|
||||
Summary: Network connection manager and user applications
|
||||
Epoch: 1
|
||||
Version: 0.7.0.100
|
||||
Release: 1%{snapshot}%{?dist}
|
||||
Release: 2%{snapshot}%{?dist}
|
||||
Group: System Environment/Base
|
||||
License: GPLv2+
|
||||
URL: http://www.gnome.org/projects/NetworkManager/
|
||||
@ -326,6 +326,12 @@ fi
|
||||
%{_datadir}/gtk-doc/html/libnm-util/*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 8 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.100-2.git20090408
|
||||
- nm: fix recognition of Option GT Fusion and Option GT HSDPA (nozomi) devices (rh #494069)
|
||||
- nm: fix handling of spaces in DHCP 'domain-search' option
|
||||
- nm: fix detection of newer Option 'hso' devices
|
||||
- nm: ignore low MTUs returned by broken DHCP servers
|
||||
|
||||
* Sun Apr 5 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.100-1
|
||||
- Update to 0.7.1-rc4
|
||||
- nm: use PolicyKit for system connection secrets retrieval
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
cc75c0b8b83793050e28ebe39d2c5f57 NetworkManager-0.7.0.100.tar.bz2
|
||||
4a332aecf58eefcee33abd39b5038e9e network-manager-applet-0.7.0.100.tar.bz2
|
||||
c88cea4852421c706931c4822344672e NetworkManager-0.7.0.100.git20090408.tar.bz2
|
||||
7d6f7908d96cf786a9bad04c37cb2ea9 network-manager-applet-0.7.0.100.svn1260.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user