From 54c7fca01dfda92b767344a3fa7a294e61206bef Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Mon, 14 Dec 2009 21:28:16 +0000 Subject: [PATCH] - core: fix recognition of standalone 802.1x private keys - applet: clean notification text to ensure it passes libnotify validation --- NetworkManager.spec | 10 +++++++--- sources | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/NetworkManager.spec b/NetworkManager.spec index 6a39fba..4d74ff9 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -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 - 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 - 0.7.997-1 - core: remove haldaemon from initscript dependencies (rh #542078) - core: handle PEM certificates without an ending newline (rh #507315) diff --git a/sources b/sources index 6730c1a..3b43fb2 100644 --- a/sources +++ b/sources @@ -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