diff --git a/NetworkManager.spec b/NetworkManager.spec index 265518a..9b0c211 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -9,13 +9,15 @@ ExcludeArch: s390 s390x ################################## Name: NetworkManager Summary: A network link manager and user applications -Version: 0.3.1 -Release: 1 +Version: 0.3.2 +Release: 2.cvs20041029 Group: System Environment/Base License: GPL Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root +Patch0: NetworkManager-0.3.2-full-device-support.patch + ######################## PreReq: chkconfig Requires: wireless-tools >= 27 @@ -69,6 +71,8 @@ networks. %prep %setup -q +%patch0 -p1 -b .full-device-support + ################################## # Build @@ -131,6 +135,7 @@ fi %defattr(-,root,root) %doc COPYING ChangeLog NEWS AUTHORS README CONTRIBUTING TODO %{_bindir}/%{name} +%{_includedir}/NetworkManager/NetworkManager.h %{_bindir}/NMLoadModules %{_bindir}/NMLaunchHelper %{_bindir}/NetworkManagerDispatcher @@ -154,6 +159,31 @@ fi # Changelog ################################## %changelog +* Fri Oct 29 2004 - 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 - 0.3.1-2 +- Fix escaping of ESSIDs in gconf + * Tue Oct 19 2004 - 0.3.1-1 - minor point release to improve error handling and translations diff --git a/sources b/sources index 5cfe4c5..0e5bdf5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -53291d3f91f5574d8de51e0eb2e85f3c NetworkManager-0.3.1.tar.gz +a59d8c5a0e3d9b3ed42edda9fb932575 NetworkManager-0.3.2.tar.gz