From 37a9b138c76fcc1e939dfc587a75d9d6c936e950 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Apr 27 2010 07:37:49 +0000 Subject: - core: fix issues with IPv6 router advertisement mishandling (rh #530670) - core: many fixes for IPv6 RA and DHCP handling (rh #538499) - core: ignore WWAN ethernet devices until usable (rh #585214) - ifcfg-rh: fix handling of WEP passphrases (rh #581718) - applet: fix crashes (rh #582938) (rh #582428) - applet: fix crash with multiple concurrent authorization requests (rh #585405) - editor: allow disabling IPv4 on a per-connection basis - editor: add support for IPv6 DHCP-only configurations --- diff --git a/NetworkManager.spec b/NetworkManager.spec index 35d601f..60fa217 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -9,15 +9,15 @@ %define libnl_version 1.1 %define ppp_version 2.4.5 -%define snapshot .git20100422 -%define applet_snapshot .git20100422 +%define snapshot .git20100426 +%define applet_snapshot .git20100426 %define realversion 0.8 Name: NetworkManager Summary: Network connection manager and user applications Epoch: 1 Version: 0.8.0 -Release: 7%{snapshot}%{?dist} +Release: 8%{snapshot}%{?dist} Group: System Environment/Base License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ @@ -378,6 +378,16 @@ fi %{_datadir}/gtk-doc/html/libnm-util/* %changelog +* Mon Apr 26 2010 Dan Williams - 0.8-8.git20100426 +- core: fix issues with IPv6 router advertisement mishandling (rh #530670) +- core: many fixes for IPv6 RA and DHCP handling (rh #538499) +- core: ignore WWAN ethernet devices until usable (rh #585214) +- ifcfg-rh: fix handling of WEP passphrases (rh #581718) +- applet: fix crashes (rh #582938) (rh #582428) +- applet: fix crash with multiple concurrent authorization requests (rh #585405) +- editor: allow disabling IPv4 on a per-connection basis +- editor: add support for IPv6 DHCP-only configurations + * Thu Apr 22 2010 Dan Williams - 0.8-7.git20100422 - core: fix crash during install (rh #581794) - wifi: fix crash when supplicant segfaults after resume (rh #538717) diff --git a/nm-applet-internal-buildfixes.patch b/nm-applet-internal-buildfixes.patch index 25e391b..5df3bd4 100644 --- a/nm-applet-internal-buildfixes.patch +++ b/nm-applet-internal-buildfixes.patch @@ -79,8 +79,8 @@ diff -up NetworkManager-0.8/network-manager-applet-0.8/src/gnome-bluetooth/Makef + -I${top_srcdir}/../libnm-util \ + -I${top_srcdir}/../libnm-glib \ $(GNOME_BLUETOOTH_CFLAGS) \ + $(DISABLE_DEPRECATED) \ $(WARN_CFLAGS) - @@ -14,7 +17,9 @@ plugin_LTLIBRARIES = libnma.la libnma_la_LIBADD = \ diff --git a/sources b/sources index d4d55d2..263c8cb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -98728f9860bbc9e48941aa272f7717a9 NetworkManager-0.8.git20100422.tar.bz2 -7f7f45f197d93b9b1a8bbf9e7bb3ccbd network-manager-applet-0.8.git20100422.tar.bz2 +c815d97db2e93408c440f92bb2707b66 NetworkManager-0.8.git20100426.tar.bz2 +08860af2b9632cfbfc6f8b30167ac7ec network-manager-applet-0.8.git20100426.tar.bz2