- nm: better pidfile handing (rh #517362)
- nm: save WiFi and Networking enabled/disabled states across reboot - nm: fix crash with missing VPN secrets (rh #532084) - applet: fix system connection usage from the "Connect to hidden..." dialog - applet: show Bluetooth connections when no other devices are available (rh #532049) - applet: don't die when autoconfigured connections can't be made (rh #532680) - applet: allow system administrators to disable the "Create new wireless network..." menu item - applet: fix missing username connecting to VPNs the second time - applet: really fix animation stuttering - editor: fix IP config widget tooltips - editor: allow unlisted countries in the mobile broadband wizard (rh #530981) - ifcfg-rh: ignore .rpmnew files (rh #509621)
This commit is contained in:
parent
6d431c1580
commit
84bc8411ee
@ -169,3 +169,5 @@ NetworkManager-0.7.996.git20091002.tar.bz2
|
|||||||
network-manager-applet-0.7.996.git20091002.tar.bz2
|
network-manager-applet-0.7.996.git20091002.tar.bz2
|
||||||
NetworkManager-0.7.996.git20091021.tar.bz2
|
NetworkManager-0.7.996.git20091021.tar.bz2
|
||||||
network-manager-applet-0.7.996.git20091021.tar.bz2
|
network-manager-applet-0.7.996.git20091021.tar.bz2
|
||||||
|
NetworkManager-0.7.996.git20091113.tar.bz2
|
||||||
|
network-manager-applet-0.7.996.git20091113.tar.bz2
|
||||||
|
@ -9,14 +9,14 @@
|
|||||||
%define libnl_version 1.1
|
%define libnl_version 1.1
|
||||||
%define ppp_version 2.2.4
|
%define ppp_version 2.2.4
|
||||||
|
|
||||||
%define snapshot .git20091021
|
%define snapshot .git20091113
|
||||||
%define applet_snapshot .git20091021
|
%define applet_snapshot .git20091113
|
||||||
|
|
||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.7.996
|
Version: 0.7.996
|
||||||
Release: 5%{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/
|
||||||
@ -356,6 +356,23 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/libnm-util/*
|
%{_datadir}/gtk-doc/html/libnm-util/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 13 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-.git20091113
|
||||||
|
- nm: better pidfile handing (rh #517362)
|
||||||
|
- nm: save WiFi and Networking enabled/disabled states across reboot
|
||||||
|
- nm: fix crash with missing VPN secrets (rh #532084)
|
||||||
|
- applet: fix system connection usage from the "Connect to hidden..." dialog
|
||||||
|
- applet: show Bluetooth connections when no other devices are available (rh #532049)
|
||||||
|
- applet: don't die when autoconfigured connections can't be made (rh #532680)
|
||||||
|
- applet: allow system administrators to disable the "Create new wireless network..." menu item
|
||||||
|
- applet: fix missing username connecting to VPNs the second time
|
||||||
|
- applet: really fix animation stuttering
|
||||||
|
- editor: fix IP config widget tooltips
|
||||||
|
- editor: allow unlisted countries in the mobile broadband wizard (rh #530981)
|
||||||
|
- ifcfg-rh: ignore .rpmnew files (rh #509621)
|
||||||
|
|
||||||
|
* Wed Nov 04 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-6.git20091021
|
||||||
|
- nm: fix PPPoE connection authentication (rh #532862)
|
||||||
|
|
||||||
* Wed Oct 21 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-5.git20091021
|
* Wed Oct 21 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-5.git20091021
|
||||||
- install: better fix for (rh #526519)
|
- install: better fix for (rh #526519)
|
||||||
- install: don't build Bluetooth bits on s390 (rh #529854)
|
- install: don't build Bluetooth bits on s390 (rh #529854)
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
185b6c1d6571a489cd33806302d2815d NetworkManager-0.7.996.git20091021.tar.bz2
|
210e39648c728071ed6414132cedd9f1 NetworkManager-0.7.996.git20091113.tar.bz2
|
||||||
a1aa5d658725d86dfc1744769effee7c network-manager-applet-0.7.996.git20091021.tar.bz2
|
c839dcd0a0616291165de5b1d12ae799 network-manager-applet-0.7.996.git20091113.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user