From 6a6586fe831f53a3eafd85399cc0765249414f00 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Aug 07 2013 20:34:26 +0000 Subject: Update to a new git snapshot --- diff --git a/.gitignore b/.gitignore index af95033..eff6012 100644 --- a/.gitignore +++ b/.gitignore @@ -292,3 +292,4 @@ network-manager-applet-0.8.1.tar.bz2 /NetworkManager-0.9.9.0.git20130515.tar.bz2 /NetworkManager-0.9.9.0.git20130603.tar.bz2 /NetworkManager-0.9.9.0.git20130724.tar.bz2 +/NetworkManager-0.9.9.0.git20130807.tar.bz2 diff --git a/NetworkManager.spec b/NetworkManager.spec index fe2eb31..937da28 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -6,7 +6,7 @@ %define libnl3_version 3.2.7 %define ppp_version 2.4.5 -%define snapshot .git20130724 +%define snapshot .git20130807 %define realversion 0.9.9.0 %global regen_docs 0 @@ -25,7 +25,7 @@ Name: NetworkManager Summary: Network connection manager and user applications Epoch: 1 Version: 0.9.9.0 -Release: 8%{snapshot}%{?dist} +Release: 9%{snapshot}%{?dist} Group: System Environment/Base License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ @@ -198,7 +198,7 @@ deployments. --with-dhclient=yes \ --with-dhcpcd=no \ --with-crypto=nss \ - --enable-more-warnings=yes \ + --enable-more-warnings=error \ --enable-ppp=yes \ --enable-vala=yes \ %if ! 0%{?rhel} @@ -218,6 +218,9 @@ deployments. --with-udev-dir=%{udev_dir} \ --with-system-ca-path=/etc/pki/tls/certs \ --with-tests=yes \ + --with-valgrind=no \ + --enable-ifcfg-rh=yes \ + --with-system-libndp=yes \ --with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version} \ --with-dist-version=%{version}-%{release} @@ -397,6 +400,15 @@ exit 0 %config %{_sysconfdir}/%{name}/conf.d/00-server.conf %changelog +* Wed Aug 7 2013 Dan Williams - 0.9.9.0-9.git20130807 +- core: fix assert on multi-hop routes (rh #989022) +- core: fix dispatcher systemd unit enabling (rh #948433) +- ifcfg-rh: ignore emacs temporary lockfiles (rh #987629) +- core: fix various routing issues and interaction with kernel events +- cli: confirm saving connections when autoconnect is enabled (rh #953296) +- cli: automatically change method when static IP addresses are added +- core: preserve externally added IPv4 routes and addresses + * Thu Jul 25 2013 Dan Winship - 0.9.9.0-8.git20130724 - Create NetworkManager-config-server package diff --git a/sources b/sources index 1b271c9..c652b26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb322c6031ea7e88673725d7c5fc4eab NetworkManager-0.9.9.0.git20130724.tar.bz2 +4d2841aaf83754f71e8c56660dec1588 NetworkManager-0.9.9.0.git20130807.tar.bz2