- 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
This commit is contained in:
Daniel Williams 2010-04-27 07:28:51 +00:00
parent b176f83e73
commit e58e81d016
4 changed files with 18 additions and 6 deletions

View File

@ -196,3 +196,5 @@ NetworkManager-0.8.git20100408.tar.bz2
network-manager-applet-0.8.git20100408.tar.bz2 network-manager-applet-0.8.git20100408.tar.bz2
NetworkManager-0.8.git20100422.tar.bz2 NetworkManager-0.8.git20100422.tar.bz2
network-manager-applet-0.8.git20100422.tar.bz2 network-manager-applet-0.8.git20100422.tar.bz2
NetworkManager-0.8.git20100426.tar.bz2
network-manager-applet-0.8.git20100426.tar.bz2

View File

@ -9,15 +9,15 @@
%define libnl_version 1.1 %define libnl_version 1.1
%define ppp_version 2.4.5 %define ppp_version 2.4.5
%define snapshot .git20100422 %define snapshot .git20100426
%define applet_snapshot .git20100422 %define applet_snapshot .git20100426
%define realversion 0.8 %define realversion 0.8
Name: NetworkManager Name: NetworkManager
Summary: Network connection manager and user applications Summary: Network connection manager and user applications
Epoch: 1 Epoch: 1
Version: 0.8.0 Version: 0.8.0
Release: 7%{snapshot}%{?dist} Release: 8%{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/
@ -378,6 +378,16 @@ fi
%{_datadir}/gtk-doc/html/libnm-util/* %{_datadir}/gtk-doc/html/libnm-util/*
%changelog %changelog
* Mon Apr 26 2010 Dan Williams <dcbw@redhat.com> - 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 <dcbw@redhat.com> - 0.8-7.git20100422 * Thu Apr 22 2010 Dan Williams <dcbw@redhat.com> - 0.8-7.git20100422
- core: fix crash during install (rh #581794) - core: fix crash during install (rh #581794)
- wifi: fix crash when supplicant segfaults after resume (rh #538717) - wifi: fix crash when supplicant segfaults after resume (rh #538717)

View File

@ -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-util \
+ -I${top_srcdir}/../libnm-glib \ + -I${top_srcdir}/../libnm-glib \
$(GNOME_BLUETOOTH_CFLAGS) \ $(GNOME_BLUETOOTH_CFLAGS) \
$(DISABLE_DEPRECATED) \
$(WARN_CFLAGS) $(WARN_CFLAGS)
@@ -14,7 +17,9 @@ plugin_LTLIBRARIES = libnma.la @@ -14,7 +17,9 @@ plugin_LTLIBRARIES = libnma.la
libnma_la_LIBADD = \ libnma_la_LIBADD = \

View File

@ -1,2 +1,2 @@
98728f9860bbc9e48941aa272f7717a9 NetworkManager-0.8.git20100422.tar.bz2 c815d97db2e93408c440f92bb2707b66 NetworkManager-0.8.git20100426.tar.bz2
7f7f45f197d93b9b1a8bbf9e7bb3ccbd network-manager-applet-0.8.git20100422.tar.bz2 08860af2b9632cfbfc6f8b30167ac7ec network-manager-applet-0.8.git20100426.tar.bz2