Update to git snapshot

This commit is contained in:
Dan Winship 2013-10-01 10:55:07 -04:00
parent c624969933
commit afa35614d0
3 changed files with 22 additions and 3 deletions

1
.gitignore vendored
View File

@ -294,3 +294,4 @@ network-manager-applet-0.8.1.tar.bz2
/NetworkManager-0.9.9.0.git20130724.tar.bz2
/NetworkManager-0.9.9.0.git20130807.tar.bz2
/NetworkManager-0.9.9.0.git20130913.tar.bz2
/NetworkManager-0.9.9.0.git20131001.tar.bz2

View File

@ -5,7 +5,7 @@
%define libnl3_version 3.2.7
%define ppp_version 2.4.5
%define snapshot .git20130913
%define snapshot .git20131001
%define realversion 0.9.9.0
%global regen_docs 0
@ -19,7 +19,7 @@ Name: NetworkManager
Summary: Network connection manager and user applications
Epoch: 1
Version: 0.9.9.0
Release: 12%{snapshot}%{?dist}
Release: 13%{snapshot}%{?dist}
Group: System Environment/Base
License: GPLv2+
URL: http://www.gnome.org/projects/NetworkManager/
@ -348,6 +348,24 @@ fi
%config %{_sysconfdir}/%{name}/conf.d/00-server.conf
%changelog
* Tue Oct 1 2013 Dan Winship <danw@redhat.com> - 0.9.9.0-13.git20131001
- core: fix bridge device creation (#1012532)
- core,settings: do not call functions with connection==NULL (rh #1008151)
- cli: accept gateway in the IP questionnaire of 'nmcli -a con add' (rh #1007368)
- cli: always print success message (not only in --pretty mode) (rh #1006444)
- cli: fix bond questionnaire to be able to set miimon (rh #1007355)
- ifcfg-rh: if IPv4 is disabled put DNS domains (DOMAIN) into IPv6 (rh #1004866)
- platform: fix a crash when nm_platform_sysctl_get() returns NULL (rh #1010522)
- platform: fix InfiniBand partition handling (rh #1008568)
- infiniband: only check the last 8 bytes when doing hwaddr matches (rh #1008566)
- bluez: merge adding support for BlueZ 5 (bgo #701078)
- api: clarify lifetime and behavior of ActiveConnection's SpecificObject property (rh #1012309)
- vpn: fix connecting to VPN (bgo #708255)
- rdisc: do not crash on NDP init failures (rh #1012151)
- cli: be more verbose when adding IP addresses in questionnaire (rh #1006450)
- team: chain up parent dispose() in NMDeviceTeam dispose() (rh #1013593)
- translation updates
* Fri Sep 20 2013 Bill Nottingham <notting@redhat.com> - 0.9.9.0-12.git20130913
- drop wimax subpackage

View File

@ -1 +1 @@
bb22ef6997c61e2039eb1e7b7fd965d7 NetworkManager-0.9.9.0.git20130913.tar.bz2
8d754e04a35b9cb476b063d91eb9bdaa NetworkManager-0.9.9.0.git20131001.tar.bz2