Update to CVS
This commit is contained in:
parent
678e1b0f2e
commit
61e764cb6c
@ -9,13 +9,15 @@ ExcludeArch: s390 s390x
|
|||||||
##################################
|
##################################
|
||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: A network link manager and user applications
|
Summary: A network link manager and user applications
|
||||||
Version: 0.3.1
|
Version: 0.3.2
|
||||||
Release: 1
|
Release: 2.cvs20041029
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
Patch0: NetworkManager-0.3.2-full-device-support.patch
|
||||||
|
|
||||||
########################
|
########################
|
||||||
PreReq: chkconfig
|
PreReq: chkconfig
|
||||||
Requires: wireless-tools >= 27
|
Requires: wireless-tools >= 27
|
||||||
@ -69,6 +71,8 @@ networks.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
%patch0 -p1 -b .full-device-support
|
||||||
|
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
# Build
|
# Build
|
||||||
@ -131,6 +135,7 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING ChangeLog NEWS AUTHORS README CONTRIBUTING TODO
|
%doc COPYING ChangeLog NEWS AUTHORS README CONTRIBUTING TODO
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
%{_includedir}/NetworkManager/NetworkManager.h
|
||||||
%{_bindir}/NMLoadModules
|
%{_bindir}/NMLoadModules
|
||||||
%{_bindir}/NMLaunchHelper
|
%{_bindir}/NMLaunchHelper
|
||||||
%{_bindir}/NetworkManagerDispatcher
|
%{_bindir}/NetworkManagerDispatcher
|
||||||
@ -154,6 +159,31 @@ fi
|
|||||||
# Changelog
|
# Changelog
|
||||||
##################################
|
##################################
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 29 2004 <dcbw@redhat.com> - 0.3.2-2.cvs20041029
|
||||||
|
- #rh134893# NetworkManagerInfo and the panel-icon life-cycle
|
||||||
|
- #rh134895# Status icon should hide when in Wired-only mode
|
||||||
|
- #rh134896# Icon code needs rewrite
|
||||||
|
- #rh134897# "Other Networks..." dialog needs implementing
|
||||||
|
- #rh135055# Menu highlights incorrectly in NM
|
||||||
|
- #rh135648# segfault with cipsec0
|
||||||
|
- #rh135722# NetworkManager will not allow zaurus to sync via usb0
|
||||||
|
- #rh135999# NetworkManager-0.3.1 will not connect to 128 wep
|
||||||
|
- #rh136866# applet needs tooltips
|
||||||
|
- #rh137047# lots of applets, yay!
|
||||||
|
- #rh137341# Network Manager dies after disconnecting from wired network second time
|
||||||
|
- Better checking for wireless devices
|
||||||
|
- Fix some memleaks
|
||||||
|
- Fix issues with dhclient declining an offered address
|
||||||
|
- Fix an activation thread deadlock
|
||||||
|
- More accurately detect "Other wireless networks" that are encrypted
|
||||||
|
- Don't bring devices down as much, won't hotplug-spam as much anymore
|
||||||
|
about firmware
|
||||||
|
- Add a "network not found" dialog when the user chooses a network that could
|
||||||
|
not be connected to
|
||||||
|
|
||||||
|
* Tue Oct 26 2004 <dcbw@redhat.com> - 0.3.1-2
|
||||||
|
- Fix escaping of ESSIDs in gconf
|
||||||
|
|
||||||
* Tue Oct 19 2004 <jrb@redhat.com> - 0.3.1-1
|
* Tue Oct 19 2004 <jrb@redhat.com> - 0.3.1-1
|
||||||
- minor point release to improve error handling and translations
|
- minor point release to improve error handling and translations
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user