- Fix issues reading ifcfg files
- Previously fixed: - Doesn't send DHCP hostname (rh #469336) - 'Auto eth0' forgets settings (rh #468612) - DHCP renewal sometimes breaks VPN (rh #471852) - Connection editor menu item in the wrong place (rh #471495) - Cannot make system-wide connections (rh #471308)
This commit is contained in:
parent
bc5dc4c42b
commit
0be164047b
@ -121,3 +121,5 @@ NetworkManager-0.7.0.svn4201.tar.gz
|
||||
nm-applet-0.7.0.svn958.tar.gz
|
||||
NetworkManager-0.7.0.svn4229.tar.gz
|
||||
nm-applet-0.7.0.svn986.tar.gz
|
||||
NetworkManager-0.7.0.svn4295.tar.gz
|
||||
nm-applet-0.7.0.svn1031.tar.gz
|
||||
|
@ -9,8 +9,8 @@ ExcludeArch: s390 s390x
|
||||
%define libnl_version 1.1
|
||||
%define ppp_version 2.2.4
|
||||
|
||||
%define snapshot svn4293
|
||||
%define applet_snapshot svn1024
|
||||
%define snapshot svn4295
|
||||
%define applet_snapshot svn1031
|
||||
|
||||
Name: NetworkManager
|
||||
Summary: Network connection manager and user applications
|
||||
@ -293,11 +293,20 @@ fi
|
||||
%{_datadir}/gtk-doc/html/libnm-glib/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 17 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4295
|
||||
- Fix issues reading ifcfg files
|
||||
- Previously fixed:
|
||||
- Doesn't send DHCP hostname (rh #469336)
|
||||
- 'Auto eth0' forgets settings (rh #468612)
|
||||
- DHCP renewal sometimes breaks VPN (rh #471852)
|
||||
- Connection editor menu item in the wrong place (rh #471495)
|
||||
- Cannot make system-wide connections (rh #471308)
|
||||
|
||||
* Fri Nov 14 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4293
|
||||
- Update to NetworkManager 0.7.0 RC2
|
||||
- Handle gateways on a different subnet from the interface
|
||||
- Clear VPN secrets on connection failure to ensure they are requested again (rh #429287)
|
||||
- Add support for PKCS#12 private keys
|
||||
- Add support for PKCS#12 private keys (rh #462705)
|
||||
- Fix mangling of VPN's default route on DHCP renew
|
||||
- Fix type detection of qemu/kvm network devices (rh #466340)
|
||||
- Clear up netmask/prefix confusion in the connection editor
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
d2625bb00cbf2744fd63bb5b1d0d3c7f nm-applet-0.7.0.svn1024.tar.gz
|
||||
851a605bdfbe247be5521e5bca2860a1 NetworkManager-0.7.0.svn4293.tar.gz
|
||||
01f5871f9f111409d06c78f210fc718c NetworkManager-0.7.0.svn4295.tar.gz
|
||||
96a0b7f3e9c613148f25ccc8d81100f5 nm-applet-0.7.0.svn1031.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user