- core: fix crash during install (rh #581794)
- wifi: fix crash when supplicant segfaults after resume (rh #538717) - ifcfg-rh: fix MTU handling for wired connections (rh #569319) - applet: fix display of disabled mobile broadband devices
This commit is contained in:
parent
5276ed77f9
commit
b176f83e73
@ -194,3 +194,5 @@ NetworkManager-0.8.git20100325.tar.bz2
|
|||||||
network-manager-applet-0.8.git20100325.tar.bz2
|
network-manager-applet-0.8.git20100325.tar.bz2
|
||||||
NetworkManager-0.8.git20100408.tar.bz2
|
NetworkManager-0.8.git20100408.tar.bz2
|
||||||
network-manager-applet-0.8.git20100408.tar.bz2
|
network-manager-applet-0.8.git20100408.tar.bz2
|
||||||
|
NetworkManager-0.8.git20100422.tar.bz2
|
||||||
|
network-manager-applet-0.8.git20100422.tar.bz2
|
||||||
|
@ -9,15 +9,15 @@
|
|||||||
%define libnl_version 1.1
|
%define libnl_version 1.1
|
||||||
%define ppp_version 2.4.5
|
%define ppp_version 2.4.5
|
||||||
|
|
||||||
%define snapshot .git20100408
|
%define snapshot .git20100422
|
||||||
%define applet_snapshot .git20100408
|
%define applet_snapshot .git20100422
|
||||||
%define realversion 0.8
|
%define realversion 0.8
|
||||||
|
|
||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.8.0
|
Version: 0.8.0
|
||||||
Release: 6%{snapshot}%{?dist}
|
Release: 7%{snapshot}%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnome.org/projects/NetworkManager/
|
URL: http://www.gnome.org/projects/NetworkManager/
|
||||||
@ -378,6 +378,12 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/libnm-util/*
|
%{_datadir}/gtk-doc/html/libnm-util/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 22 2010 Dan Williams <dcbw@redhat.com> - 0.8-7.git20100422
|
||||||
|
- core: fix crash during install (rh #581794)
|
||||||
|
- wifi: fix crash when supplicant segfaults after resume (rh #538717)
|
||||||
|
- ifcfg-rh: fix MTU handling for wired connections (rh #569319)
|
||||||
|
- applet: fix display of disabled mobile broadband devices
|
||||||
|
|
||||||
* Thu Apr 8 2010 Dan Williams <dcbw@redhat.com> - 0.8-6.git20100408
|
* Thu Apr 8 2010 Dan Williams <dcbw@redhat.com> - 0.8-6.git20100408
|
||||||
- core: fix automatic WiFi connections on resume (rh #578141)
|
- core: fix automatic WiFi connections on resume (rh #578141)
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
4e0f92ce11e1856a41d30c1c83e7b724 NetworkManager-0.8.git20100408.tar.bz2
|
98728f9860bbc9e48941aa272f7717a9 NetworkManager-0.8.git20100422.tar.bz2
|
||||||
d7d142f010ff0377dc934327f7c49f24 network-manager-applet-0.8.git20100408.tar.bz2
|
7f7f45f197d93b9b1a8bbf9e7bb3ccbd network-manager-applet-0.8.git20100422.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user