- nm: fix connection takeover when carrier is not on
- nm: handle certificate paths (CA chain PEM files are now fully usable) - nm: defer action for 4 seconds when wired carrier drops - ifcfg-rh: fix writing WPA passphrases with odd characters - editor: fix editing of IPv4 settings with new connections (rh #525819) - editor: fix random crashes when editing due to bad widget refcounting - applet: debut reworked menu layout (not final yet...)
This commit is contained in:
parent
790ff91785
commit
56b3ef9f96
@ -163,3 +163,5 @@ NetworkManager-0.7.996.git20090826.tar.bz2
|
|||||||
network-manager-applet-0.7.996.git20090826.tar.bz2
|
network-manager-applet-0.7.996.git20090826.tar.bz2
|
||||||
NetworkManager-0.7.996.git20090921.tar.bz2
|
NetworkManager-0.7.996.git20090921.tar.bz2
|
||||||
network-manager-applet-0.7.996.git20090921.tar.bz2
|
network-manager-applet-0.7.996.git20090921.tar.bz2
|
||||||
|
NetworkManager-0.7.996.git20090928.tar.bz2
|
||||||
|
network-manager-applet-0.7.996.git20090928-menu-rework.tar.bz2
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
%define libnl_version 1.1
|
%define libnl_version 1.1
|
||||||
%define ppp_version 2.2.4
|
%define ppp_version 2.2.4
|
||||||
|
|
||||||
%define snapshot .git20090921
|
%define snapshot .git20090928
|
||||||
%define applet_snapshot .git20090921
|
%define applet_snapshot .git20090928-menu-rework
|
||||||
|
|
||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
@ -342,6 +342,15 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/libnm-util/*
|
%{_datadir}/gtk-doc/html/libnm-util/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 28 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-3.git20090928
|
||||||
|
- nm: fix connection takeover when carrier is not on
|
||||||
|
- nm: handle certificate paths (CA chain PEM files are now fully usable)
|
||||||
|
- nm: defer action for 4 seconds when wired carrier drops
|
||||||
|
- ifcfg-rh: fix writing WPA passphrases with odd characters
|
||||||
|
- editor: fix editing of IPv4 settings with new connections (rh #525819)
|
||||||
|
- editor: fix random crashes when editing due to bad widget refcounting
|
||||||
|
- applet: debut reworked menu layout (not final yet...)
|
||||||
|
|
||||||
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 0.7.996-3.git20090921
|
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 0.7.996-3.git20090921
|
||||||
- Install GConf schemas
|
- Install GConf schemas
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
da3c5fe3dce54f6a1af72ddbe5d3ea64 NetworkManager-0.7.996.git20090921.tar.bz2
|
e8d776c04616764042ba94f85d51dcaa NetworkManager-0.7.996.git20090928.tar.bz2
|
||||||
4df8022dcfe43e7865b0bbbcaaab97ca network-manager-applet-0.7.996.git20090921.tar.bz2
|
138060af68f9cdd057f83dcebfb71a50 network-manager-applet-0.7.996.git20090928-menu-rework.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user