- core: fix recognition of standalone 802.1x private keys

- applet: clean notification text to ensure it passes libnotify validation
This commit is contained in:
Daniel Williams 2009-12-14 21:28:16 +00:00
parent 5df81cb5d1
commit 54c7fca01d
2 changed files with 9 additions and 5 deletions

View File

@ -9,14 +9,14 @@
%define libnl_version 1.1
%define ppp_version 2.2.4
%define snapshot %{nil}
%define applet_snapshot %{nil}
%define snapshot .git20091214
%define applet_snapshot .git20091214
Name: NetworkManager
Summary: Network connection manager and user applications
Epoch: 1
Version: 0.7.997
Release: 1%{snapshot}%{?dist}
Release: 2%{snapshot}%{?dist}
Group: System Environment/Base
License: GPLv2+
URL: http://www.gnome.org/projects/NetworkManager/
@ -360,6 +360,10 @@ fi
%{_datadir}/gtk-doc/html/libnm-util/*
%changelog
* Mon Dec 14 2009 Dan Williams <dcbw@redhat.com> - 0.7.997-2.git20091214
- core: fix recognition of standalone 802.1x private keys
- applet: clean notification text to ensure it passes libnotify validation
* Mon Dec 7 2009 Dan Williams <dcbw@redhat.com> - 0.7.997-1
- core: remove haldaemon from initscript dependencies (rh #542078)
- core: handle PEM certificates without an ending newline (rh #507315)

View File

@ -1,2 +1,2 @@
c7d647ffcad0ae2f22e93f1aea8449b5 NetworkManager-0.7.997.tar.bz2
4a07695989e4584b645fec39a14ab424 network-manager-applet-0.7.997.tar.bz2
2ad5369255534adb2315a44ef839e2b6 NetworkManager-0.7.997.git20091214.tar.bz2
c16a47cc1c76e45915e7d8e0580acee7 network-manager-applet-0.7.997.git20091214.tar.bz2