cvsdist 9906183
ExcludeArch: s390 s390x
cvsdist 9906183
bb9d6e9
%define dbus_version 1.1
cd588e0
%define dbus_glib_version 0.73-6
663ef84
%define hal_version 0.5.0
d3616db
9e37500
%define gtk2_version	2.12.0
99a82f8
%define wireless_tools_version 1:28-0pre9
5a0b568
%define libnl_version 1.1
d86688f
%define ppp_version 2.2.4
8b7e496
c9bde83
%define snapshot svn4174
c9bde83
%define applet_snapshot svn939
a03c871
f0ce8db
Name: NetworkManager
3cd439b
Summary: Network connection manager and user applications
d3616db
Epoch: 1
a03c871
Version: 0.7.0
c9bde83
Release: 0.11.%{snapshot}%{?dist}
f0ce8db
Group: System Environment/Base
339c2fc
License: GPLv2+
99a82f8
URL: http://www.gnome.org/projects/NetworkManager/
a03c871
Source: %{name}-%{version}.%{snapshot}.tar.gz
bb9d6e9
Source1: nm-applet-%{version}.%{applet_snapshot}.tar.gz
c2e0e4e
Source2: nm-system-settings.conf
55a16fd
Patch1: NetworkManager-0.6.5-fixup-internal-applet-build.patch
c9bde83
Patch2: explain-dns1-dns2.patch
a039f82
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f0ce8db
f0ce8db
PreReq:   chkconfig
6d637f7
Requires: dbus >= %{dbus_version}
0d3456e
Requires: dbus-glib >= %{dbus_glib_version}
a03c871
Requires: hal >= %{hal_version}
09e5bd0
Requires: iproute openssl
43cb130
Requires: dhclient >= 3.0.2-12
bb9d6e9
Requires: wpa_supplicant >= 0.5.7-21
bb9d6e9
Requires: libnl >= %{libnl_version}
c6e9f91
Requires: %{name}-glib = %{epoch}:%{version}-%{release}
d86688f
Requires: ppp >= %{ppp_version}
59441c7
Requires: avahi-autoipd
59441c7
Requires: dnsmasq
a6e2fe3
Obsoletes: dhcdbd
cvsdist 9906183
c9bde83
Conflicts: NetworkManager-vpnc < 1:0.7.0-0.10.svn4174
c9bde83
Conflicts: NetworkManager-vpnc < 1:0.7.0-0.10.svn4174
c9bde83
Conflicts: NetworkManager-openvpn < 1:0.7.0-16.svn4174
0ec7b9d
6d637f7
BuildRequires: dbus-devel >= %{dbus_version}
0d3456e
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
a039f82
BuildRequires: wireless-tools-devel >= %{wireless_tools_version}
f6e43d1
BuildRequires: hal-devel >= %{hal_version}
cvsdist 60220d2
BuildRequires: glib2-devel gtk2-devel
cvsdist 9906183
BuildRequires: libglade2-devel
cvsdist 9906183
BuildRequires: openssl-devel
cvsdist 9906183
BuildRequires: GConf2-devel
cvsdist 9906183
BuildRequires: gnome-panel-devel
cvsdist 9906183
BuildRequires: libgnomeui-devel
f0ce8db
BuildRequires: gnome-keyring-devel
f0ce8db
BuildRequires: gettext-devel
ddd379d
BuildRequires: pkgconfig
8969f5b
BuildRequires: wpa_supplicant
bb9d6e9
BuildRequires: libnl-devel >= %{libnl_version}
d9c55cb
BuildRequires: libnotify-devel >= 0.3
a86ffd5
BuildRequires: perl(XML::Parser)
f1be6f5
BuildRequires: automake autoconf intltool libtool
d86688f
BuildRequires: ppp-devel >= %{ppp_version}
798fed6
BuildRequires: nss-devel >= 3.11.7
818e4dc
BuildRequires: PolicyKit-devel PolicyKit-gnome-devel
3595afa
BuildRequires: dhclient
cvsdist 9906183
cvsdist 9906183
%description
f0ce8db
NetworkManager attempts to keep an active network connection available at all
f0ce8db
times.  It is intended only for the desktop use-case, and is not intended for
f0ce8db
usage on servers.   The point of NetworkManager is to make networking
f0ce8db
configuration and setup as painless and automatic as possible.  If using DHCP,
f0ce8db
NetworkManager is _intended_ to replace default routes, obtain IP addresses
f0ce8db
from a DHCP server, and change nameservers whenever it sees fit.
cvsdist 9906183
cvsdist 9906183
2d830df
%package devel
2d830df
Summary: Libraries and headers for adding NetworkManager support to applications
2d830df
Group: Development/Libraries
2d830df
Requires: %{name} = %{epoch}:%{version}-%{release}
2d830df
Requires: dbus-devel >= %{dbus_version}
2d830df
Requires: dbus-glib >= %{dbus_glib_version}
2d830df
Requires: pkgconfig
2d830df
2d830df
%description devel
2d830df
This package contains various headers accessing some NetworkManager functionality
2d830df
from applications.
2d830df
2d830df
cvsdist 9906183
%package gnome
cvsdist 9906183
Summary: GNOME applications for use with NetworkManager
cvsdist 9906183
Group: Applications/Internet
1951e3e
Requires: %{name} = %{epoch}:%{version}-%{release}
c6e9f91
Requires: %{name}-glib = %{epoch}:%{version}-%{release}
104a25d
Requires: gnome-panel
6d637f7
Requires: dbus >= %{dbus_version}
0d3456e
Requires: dbus-glib >= %{dbus_glib_version}
728686f
Requires: libnotify >= 0.4.3
b94c529
PreReq:  gtk2 >= %{gtk2_version}
e00c614
Requires: gnome-keyring
798fed6
Requires: nss >= 3.11.7
117f8c0
Requires: gnome-icon-theme
cvsdist 9906183
cvsdist 9906183
%description gnome
f0ce8db
This package contains GNOME utilities and applications for use with
f0ce8db
NetworkManager, including a panel applet for wireless networks.
f0ce8db
f0ce8db
ddd379d
%package glib
99a82f8
Summary: Libraries for adding NetworkManager support to applications that use glib.
ddd379d
Group: Development/Libraries
6d637f7
Requires: dbus >= %{dbus_version}
0d3456e
Requires: dbus-glib >= %{dbus_glib_version}
ddd379d
ddd379d
%description glib
99a82f8
This package contains the libraries that make it easier to use some NetworkManager
ddd379d
functionality from applications that use glib.
cvsdist 9906183
cvsdist 9906183
99a82f8
%package glib-devel
99a82f8
Summary: Header files for adding NetworkManager support to applications that use glib.
99a82f8
Group: Development/Libraries
a438ea9
Requires: %{name}-devel = %{epoch}:%{version}-%{release}
1951e3e
Requires: %{name}-glib = %{epoch}:%{version}-%{release}
99a82f8
Requires: glib2-devel
e070299
Requires: pkgconfig
36714fb
Requires: dbus-glib-devel >= %{dbus_glib_version}
99a82f8
99a82f8
%description glib-devel
99a82f8
This package contains the header and pkg-config files for development applications using
99a82f8
NetworkManager functionality from applications that use glib.
99a82f8
99a82f8
cvsdist 9906183
%prep
55a16fd
%setup -q
55a16fd
55a16fd
# unpack the applet
a03c871
tar -xzf %{SOURCE1}
55a16fd
%patch1 -p1 -b .buildfix
c9bde83
%patch2 -p1 -b .explain-dns1-dns2
cvsdist 9906183
cvsdist 9906183
%build
de08a34
autoreconf -i
d613319
%configure \
d613319
	--disable-static \
59441c7
	--with-distro=redhat \
59441c7
	--with-dhcp-client=dhclient \
59441c7
	--with-crypto=nss \
59441c7
	--enable-more-warnings=yes
cvsdist 9906183
make
cvsdist 9906183
55a16fd
# build the applet
a03c871
pushd nm-applet-0.7.0
5b1b3d6
  autoreconf -i
5b1b3d6
  intltoolize --force
59441c7
  %configure --disable-static
55a16fd
  make
55a16fd
popd
55a16fd
 
cvsdist 9906183
%install
99a82f8
%{__rm} -rf $RPM_BUILD_ROOT
55a16fd
55a16fd
# install NM
cvsdist 9906183
make install DESTDIR=$RPM_BUILD_ROOT
55a16fd
3d623e7
%{__cp} %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/
c2e0e4e
55a16fd
# install the applet
a03c871
pushd nm-applet-0.7.0
55a16fd
  make install DESTDIR=$RPM_BUILD_ROOT
55a16fd
popd
55a16fd
40ebf6a
# create a VPN directory
596ae3f
%{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/VPN
40ebf6a
f0ce8db
%find_lang %{name}
55a16fd
%find_lang nm-applet
55a16fd
cat nm-applet.lang >> %{name}.lang
9e37500
d613319
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/*.la
334212a
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/pppd/2.4.4/*.la
c2e0e4e
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/NetworkManager/*.la
a388b12
0ec7b9d
install -m 0755 test/.libs/nm-online %{buildroot}/%{_bindir}
0ec7b9d
cvsdist 9906183
%clean
99a82f8
%{__rm} -rf $RPM_BUILD_ROOT
cvsdist 9906183
cvsdist 9906183
cvsdist 9906183
%post
1792824
if [ "$1" == "1" ]; then
1792824
	/sbin/chkconfig --add NetworkManager
2d830df
	/sbin/chkconfig NetworkManager resetpriorities
1792824
fi
cvsdist 9906183
cvsdist 9906183
%preun
f0ce8db
if [ $1 -eq 0 ]; then
f0ce8db
    /sbin/service NetworkManager stop >/dev/null 2>&1
59441c7
    killall -TERM nm-system-settings >/dev/null 2>&1
cvsdist 9906183
    /sbin/chkconfig --del NetworkManager
cvsdist 9906183
fi
cvsdist 9906183
4a90bfc
%triggerun -- NetworkManager < 1:0.7.0-0.9.2.svn3614
59441c7
/sbin/service NetworkManagerDispatcher stop >/dev/null 2>&1
4a90bfc
/sbin/chkconfig --del NetworkManagerDispatcher
4a90bfc
exit 0
4a90bfc
d613319
%post   glib -p /sbin/ldconfig
d613319
%postun glib -p /sbin/ldconfig
d613319
b94c529
%post gnome
b94c529
touch --no-create %{_datadir}/icons/hicolor
860d846
if [ -x /usr/bin/gtk-update-icon-cache ]; then
af5e650
  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
b94c529
fi
b94c529
b94c529
%postun gnome
b94c529
touch --no-create %{_datadir}/icons/hicolor
860d846
if [ -x /usr/bin/gtk-update-icon-cache ]; then
af5e650
  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
b94c529
fi
cvsdist 9906183
f0ce8db
%files -f %{name}.lang
f0ce8db
%defattr(-,root,root,0755)
cvsdist 9906183
%doc COPYING ChangeLog NEWS AUTHORS README CONTRIBUTING TODO
a03c871
%{_sysconfdir}/dbus-1/system.d/NetworkManager.conf
a03c871
%{_sysconfdir}/dbus-1/system.d/nm-dhcp-client.conf
59441c7
%{_sysconfdir}/dbus-1/system.d/nm-avahi-autoipd.conf
b975c9c
%{_sysconfdir}/dbus-1/system.d/nm-dispatcher.conf
c2e0e4e
%{_sysconfdir}/dbus-1/system.d/nm-system-settings.conf
55a16fd
%config %{_sysconfdir}/rc.d/init.d/NetworkManager
9bffc3a
%{_sbindir}/%{name}
c2e0e4e
%{_sbindir}/nm-system-settings
3d623e7
%dir %{_sysconfdir}/%{name}/
3d623e7
%dir %{_sysconfdir}/%{name}/dispatcher.d
3d623e7
%dir %{_sysconfdir}/%{name}/VPN
3d623e7
%{_sysconfdir}/%{name}/nm-system-settings.conf
3cd439b
%{_bindir}/nm-tool
0ec7b9d
%{_bindir}/nm-online
a03c871
%{_libexecdir}/nm-dhcp-client.action
59441c7
%{_libexecdir}/nm-avahi-autoipd.action
b975c9c
%{_libexecdir}/nm-dispatcher.action
c2e0e4e
%dir %{_libdir}/NetworkManager
c2e0e4e
%{_libdir}/NetworkManager/*.so*
a03c871
%{_mandir}/man1/*
a03c871
%{_mandir}/man8/*
55a16fd
%dir %{_localstatedir}/run/NetworkManager
7608f78
%{_prefix}/libexec/nm-crash-logger
a86ffd5
%dir %{_datadir}/NetworkManager
55a16fd
%{_datadir}/NetworkManager/gdb-cmd
c2e0e4e
%{_datadir}/dbus-1/system-services/org.freedesktop.NetworkManagerSystemSettings.service
b975c9c
%{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service
f7bb7f5
%{_libdir}/pppd/2.4.4/nm-pppd-plugin.so
818e4dc
%{_datadir}/PolicyKit/policy/*.policy
cvsdist 9906183
2d830df
%files devel
2d830df
%defattr(-,root,root,0755)
2d830df
%dir %{_includedir}/%{name}
2d830df
%{_includedir}/%{name}/%{name}.h
2d830df
%{_includedir}/%{name}/NetworkManagerVPN.h
2d830df
%{_libdir}/pkgconfig/%{name}.pc
2d830df
cvsdist 9906183
%files gnome
f0ce8db
%defattr(-,root,root,0755)
b6bef11
%{_sysconfdir}/dbus-1/system.d/nm-applet.conf
0a45c84
%{_bindir}/nm-applet
b6bef11
%{_bindir}/nm-connection-editor
c9bde83
%{_datadir}/applications/*.desktop
0a45c84
%{_datadir}/nm-applet/
72b0042
%{_datadir}/icons/hicolor/16x16/apps/*.png
67d79b6
%{_datadir}/icons/hicolor/22x22/apps/*.png
52d9ce4
%{_datadir}/icons/hicolor/48x48/apps/*.png
6718e04
%{_sysconfdir}/xdg/autostart/nm-applet.desktop
cvsdist 9906183
ddd379d
%files glib
ddd379d
%defattr(-,root,root,0755)
b7f4da6
%{_libdir}/libnm_glib.so.*
b6bef11
%{_libdir}/libnm_glib_vpn.so.*
2d830df
%{_libdir}/libnm-util.so.*
99a82f8
99a82f8
%files glib-devel
f9c3099
%defattr(-,root,root,0755)
f9c3099
%dir %{_includedir}/libnm-glib
a03c871
%{_includedir}/libnm-glib/*.h
f9c3099
%{_includedir}/%{name}/nm-*.h
f0ce8db
%{_libdir}/pkgconfig/libnm_glib.pc
3d623e7
%{_libdir}/pkgconfig/libnm_glib_vpn.pc
2d830df
%{_libdir}/pkgconfig/libnm-util.pc
b7f4da6
%{_libdir}/libnm_glib.so
b6bef11
%{_libdir}/libnm_glib_vpn.so
2d830df
%{_libdir}/libnm-util.so
716eed3
%dir %{_datadir}/gtk-doc/html/libnm-glib
c9bde83
%{_datadir}/gtk-doc/html/libnm-glib/*
ddd379d
cvsdist 9906183
%changelog
c9bde83
* Sat Oct 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4174
c9bde83
- Ensure that mobile broadband cards are powered up before trying to use them
c9bde83
- Hostname changing support (rh #441453)
c9bde83
- Fix mobile broadband secret requests to happen less often
c9bde83
- Better handling of default devices and default routes
c9bde83
- Better information in tooltips and notifications
c9bde83
- Various UI cleanups; hide widgets that aren't used (rh #465397, rh #465395)
c9bde83
- Accept different separators for DNS servers and searches
c9bde83
- Make applet's icon accurately reflect signal strength of the current AP
c9bde83
c6f296b
* Wed Oct  1 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022.4
c6f296b
- Fix connection comparison that could cause changes to get overwritten (rh #464417)
c6f296b
25134e1
* Tue Sep 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022.3
25134e1
- Fix handling of VPN settings on upgrade (rh #460730, bgo #553465)
25134e1
b4b7c8b
* Thu Sep 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022.2
b4b7c8b
- Fix hang when reading system connections from ifcfg files
b4b7c8b
15a5fd4
* Thu Sep  4 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022.1
15a5fd4
- Fix WPA Ad-Hoc connections
15a5fd4
716eed3
* Wed Aug 27 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022
716eed3
- Fix parsing of DOMAIN in ifcfg files (rh #459370)
716eed3
- Fix reconnection to mobile broadband networks after an auth failure
716eed3
- Fix recognition of timeouts of PPP during mobile broadband connection
716eed3
- More compatible connection sharing (rh #458625)
716eed3
- Fix DHCP in minimal environments without glibc locale information installed
716eed3
- Add support for Option mobile broadband devices (like iCON 225 and iCON 7.2)
716eed3
- Add IP4 config information to dispatcher script environment
716eed3
- Merge WEP ASCII and Hex key types for cleaner UI
716eed3
- Pre-fill PPPoE password when authentication fails
716eed3
- Fixed some changes not getting saved in the connection editor
716eed3
- Accept both prefix and netmask in the conection editor's IPv4 page
716eed3
2031bfe
* Mon Aug 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3930
2031bfe
- Fix issue with mobile broadband connections that don't require authentication
2031bfe
36a390d
* Mon Aug 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3927
36a390d
- Expose DHCP-returned options over D-Bus and to dispatcher scripts
36a390d
- Add support for customized static routes
36a390d
- Handle multiple concurrent 3G or PPPoE connections
36a390d
- Fix GSM/CDMA username and password issues
36a390d
- Better handling of unmanaged devices from ifcfg files
36a390d
- Fix timeout handling of errors during 3G connections
36a390d
- Fix some routing issues (rh #456685)
36a390d
- Fix applet crashes after removing a device (rh #457380)
36a390d
5a0b568
* Thu Jul 24 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3846
5a0b568
- Convert stored IPv4 static IP addresses to new prefix-based scheme automatically
5a0b568
- Fix pppd connections to some 3G providers (rh #455348)
5a0b568
- Make PPPoE "Show Password" option work
5a0b568
- Hide IPv4 config options that don't make sense in certain configurations
5a0b568
72a4a26
* Fri Jul 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3830
59441c7
- Expose server-returned DHCP options via D-Bus
59441c7
- Use avahi-autoipd rather than old built-in IPv4LL implementation
59441c7
- Send hostname to DHCP server if provided (DHCP_HOSTNAME ifcfg option)
59441c7
- Support sending DHCP Client Identifier to DHCP server
59441c7
- Allow forcing 802.1x PEAP Label to '0'
59441c7
- Make connection sharing more robust
59441c7
- Show status for shared and Ad-Hoc connections if no other connection is active
59441c7
3668bb6
* Fri Jul 11 2008 Matthias Clasen <mclasen@redhat.com> - 1:0.7.0-0.10.svn3801
3668bb6
- Drop explicit hal dep in -gnome
3668bb6
3d623e7
* Wed Jul 02 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.10.svn3801
3d623e7
- Move VPN configuration into connection editor
3d623e7
- Fix mobile broadband username/password issues
3d623e7
- Fix issues with broken rfkill setups (rh #448889)
3d623e7
- Honor APN setting for GSM mobile broadband configurations
3d623e7
- Fix adding CDMA connections in the connection editor
3d623e7
728686f
* Wed Jun 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.10.svn3747
728686f
- Update to latest SVN
728686f
- Enable connection sharing
728686f
- Respect VPN-provided routes
728686f
2d830df
* Wed Jun  4 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.4.svn3675
2d830df
- Move NM later in the shutdown process (rh #449070)
2d830df
- Move libnm-util into a subpackage to allow NM to be removed more easily (rh #351101)
2d830df
87e85fc
* Mon May 19 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3675
87e85fc
- Read global gateway from /etc/sysconfig/network if missing (rh #446527)
87e85fc
- nm-system-settings now terminates when dbus goes away (rh #444976)
87e85fc
e754b73
* Tue May 14 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3669
e754b73
- Fix initial carrier state detection on devices that are already up (rh #134886)
e754b73
08be6c6
* Tue May 13 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3667
08be6c6
- Restore behavior of marking wifi devices as "down" when disabling wireless
08be6c6
- Fix a crash on resume when a VPN was active when going to sleep
08be6c6
818e4dc
* Tue May 13 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3665
818e4dc
- Fix issues with the Fedora plugin not noticing changes made by
818e4dc
    system-config-network (rh #444502)
818e4dc
- Allow autoconnection of GSM and CDMA connections
818e4dc
- Multiple IP address support for user connections
818e4dc
- Fixes for Mobile Broadband cards that return line speed on connect
818e4dc
- Implement PIN entry for GSM mobile broadband connections
818e4dc
- Fix crash when editing unencrypted WiFi connections in the connection editor
818e4dc
4a90bfc
* Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3623
4a90bfc
- Clean up the dispatcher now that it's service is gone (rh #444798)
4a90bfc
9c92e25
* Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3623
9c92e25
- Fix asking applets for the GSM PIN/PUK
9c92e25
9c92e25
* Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3622
9c92e25
- Guess WEP key type in applet when asking for new keys
9c92e25
- Correct OK button sensitivity in applet when asking for new WEP keys
9c92e25
9c92e25
* Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3620
9c92e25
- Fix issues with Mobile Broadband connections caused by device init race patch
9c92e25
9c92e25
* Tue Apr 29 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3619
9c92e25
- Fix device initialization race that caused ethernet devices to get stuck on
9c92e25
    startup
9c92e25
- Fix PPPoE connections not showing up in the applet
9c92e25
- Fix disabled OK button in connection editor some wireless and IP4 settings
9c92e25
- Don't exit if HAL isn't up yet; wait for it
9c92e25
- Fix a suspend/resume crash
9c92e25
b975c9c
* Sun Apr 27 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3614
b975c9c
- Don't ask for wireless keys when the driver sends disconnect events during
b975c9c
	association; wait until the entire assocation times out
b975c9c
- Replace dispatcher daemon with D-Bus activated callout
b975c9c
- Fix parsing of DNS2 and DNS3 ifcfg file items
b975c9c
- Execute dispatcher scripts in alphabetical order
b975c9c
- Be active at runlevel 2
b975c9c
- Hook up MAC address widgets for wired & wireless; and BSSID widget for wireless
b975c9c
- Pre-populate anonymous identity and phase2 widgets correctly
b975c9c
- Clear out unused connection keys from GConf
b975c9c
c3af238
* Tue Apr 22 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3590
c3af238
- Don't select devices without a default gateway as the default route (rh #437338)
c3af238
- Fill in broadcast address if not specified (rh #443474)
c3af238
- Respect manual VPN IPv4 configuration options
c3af238
- Show Connection Information for the device with the default route only
c3af238
36714fb
* Fri Apr 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3578
36714fb
- Add dbus-glib-devel BuildRequires for NetworkManager-glib-devel (rh #442978)
36714fb
- Add PPP settings page to connection editor
36714fb
- Fix a few crashes with PPPoE
36714fb
- Fix active connection state changes that confused clients 
36714fb
14c0dc4
* Thu Apr 17 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3571
14c0dc4
- Fix build in pppd-plugin
14c0dc4
15b96c0
* Thu Apr 17 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3570
36714fb
- PPPoE authentication fixes
15b96c0
- More robust handing of mobile broadband device communications
15b96c0
a2e8f79
* Wed Apr 16 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3566
a2e8f79
- Honor options from /etc/sysconfig/network for blocking until network is up
a2e8f79
97d41da
* Wed Apr 16 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3566
97d41da
- Turn on Add/Edit in the connection editor
97d41da
- Don't flush or change IPv6 addresses or routes
97d41da
- Enhance nm-online tool
97d41da
- Some serial communication fixes for mobile broadband
97d41da
0ec7b9d
* Wed Apr  9 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3549
0ec7b9d
- Fix issues with VPN passwords not getting found
0ec7b9d
94d373b
* Tue Apr  8 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3548
94d373b
- Fix builds due to glib2 breakage of GStaticMutex with gcc 4.3
94d373b
72b0042
* Tue Apr  8 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3547
72b0042
- Fix WEP key index handling in UI
72b0042
- Fix handling of NM_CONTROLLED in ifcfg files
72b0042
- Show device managed state in applet menu
72b0042
- Show wireless enabled state in applet menu
72b0042
- Better handling of default DHCP connections for wired devices
72b0042
- Fix loading of connection editor on KDE (rh #435344)
72b0042
56d748d
* Wed Apr  2 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3527
56d748d
- Honor MAC address locking for wired & wireless devices
56d748d
f27fa1f
* Mon Mar 31 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3521
f27fa1f
- Show VPN failures
f27fa1f
- Support Static WEP key indexes
f27fa1f
- Fix parsing of WEP keys from ifcfg files
f27fa1f
- Pre-fill wireless security UI bits in connection editor and applet
f27fa1f
01c9395
* Tue Mar 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3476
01c9395
- Grab system settings from /etc/sysconfig/network-scripts, not from profiles
01c9395
5c04a2a
* Tue Mar 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3473
5c04a2a
- Fix crashes when returning VPN secrets from the applet to NM
5c04a2a
d86688f
* Tue Mar 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3472
d86688f
- Fix crashes on suspend/resume and exit (rh #437426)
d86688f
- Ensure there's always an option to chose the wired device
d86688f
- Never set default route via an IPv4 link-local addressed device (rh #437338)
d86688f
271dc03
* Wed Mar 12 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3440
f63f0a4
- Fix DHCP rebind behavior
f63f0a4
- Preliminary PPPoE support
f63f0a4
117f8c0
* Mon Mar 10 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3417
117f8c0
- Fix gnome-icon-theme Requires, should be on gnome subpackage
117f8c0
683025b
* Mon Mar 10 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3417
683025b
- Honor DHCP rebinds
683025b
- Multiple active device support
683025b
- Better error handling of mobile broadband connection failures
683025b
- Allow use of interface-specific dhclient config files
683025b
- Recognize system settings which have no TYPE item
683025b
cd588e0
* Sun Mar  2 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3370
cd588e0
- Fix crash of nm-system-settings on malformed ifcfg files (rh #434919)
cd588e0
- Require gnome-icon-theme to pick up lock.png (rh #435344)
cd588e0
- Fix applet segfault after connection removal via connection editor or GConf
cd588e0
086b92d
* Fri Feb 29 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3369
086b92d
- Don't create multiple connections for hidden access points
086b92d
- Fix scanning behavior
086b92d
d02fe96
* Thu Feb 14 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3319
d02fe96
- Rework connection editor connection list
d02fe96
d02fe96
* Tue Feb 12 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3312
d02fe96
- Better handling of changes in the profile directory by the system settings
d02fe96
	serivce
d02fe96
c2e0e4e
* Thu Feb  7 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3302
c2e0e4e
- Enable system settings service
c2e0e4e
- Allow explicit disconnection of mobile broadband devices
c2e0e4e
- Fix applet memory leaks (rh #430178)
c2e0e4e
- Applet Connection Information dialog tweaks (gnome.org #505899)
c2e0e4e
- Filter input characters to passphrase/key entry (gnome.org #332951)
c2e0e4e
- Fix applet focus stealing prevention behavior
c2e0e4e
30562d5
* Mon Jan 21 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3261
30562d5
- Add CDMA mobile broadband support (if supported by HAL)
30562d5
- Rework applet connection and icon handling
30562d5
- Enable connection editor (only for deleting connections)
30562d5
bb9d6e9
* Fri Jan 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3235
bb9d6e9
- Fix crash when activating a mobile broadband connection
bb9d6e9
- Better handling of non-SSID-broadcasting APs on kernels that support it
bb9d6e9
    (gnome.org #464215) (rh #373841)
bb9d6e9
- Honor DHCP-server provided MTU if present (gnome.org #332953)
bb9d6e9
- Use previous DNS settings if the VPN concentrator doesn't provide any
bb9d6e9
    (gnome.org #346833)
bb9d6e9
f7bb7f5
* Fri Jan  4 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3204
f7bb7f5
- Fix WPA passphrase hashing on big endian (PPC, Sparc, etc) (rh #426233)
f7bb7f5
6d4022b
* Tue Dec 18 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3181
6d4022b
- Fixes to work better with new libnl (rh #401761)
6d4022b
334212a
* Tue Dec 18 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3180
334212a
- Fix WPA/WPA2 Enterprise Phase2 connections (rh #388471)
334212a
9e37500
* Wed Dec  5 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3138
9e37500
- Fix applet connection comparison which failed to send connection updated
9e37500
    signals to NM in some cases
9e37500
- Make VPN connection applet more robust against plugin failures
9e37500
9e37500
* Tue Dec  4 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3134
9e37500
- 64-bit -Wall compile fixes
9e37500
9e37500
* Tue Dec  4 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3133
9e37500
- Fix applet crash when choosing to ignore the CA certificate (rh #359001)
9e37500
- Fix applet crash when editing VPN properties and VPN connection failures (rh #409351)
9e37500
- Add file filter name in certificate file picker dialog (rh #410201)
9e37500
- No longer start named when starting NM (rh #381571)
9e37500
f5835e7
* Tue Nov 27 2007 Jeremy Katz <katzj@redhat.com> - 1:0.7.0-0.8.svn3109
f5835e7
- Fix upgrading from an earlier rawhide snap
f5835e7
a388b12
* Mon Nov 26 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.6.svn3109
a388b12
- Fix device descriptions shown in applet menu
a388b12
a388b12
* Mon Nov 26 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.5.svn3109
a388b12
- Fix crash when deactivating VPN connections
a388b12
188ad17
* Mon Nov 19 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.5.svn3096
188ad17
- Fix crash and potential infinite nag dialog loop when ignoring CA certificates
188ad17
916b27c
* Mon Nov 19 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.4.svn3096
916b27c
- Fix crash when ignoring CA certificate for EAP-TLS, EAP-TTLS, and EAP-PEAP
916b27c
798fed6
* Mon Nov 19 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.3.svn3096
798fed6
- Fix connections when picking a WPA Enterprise AP from the menu
798fed6
- Fix issue where applet would provide multiple same connections to NM
798fed6
798fed6
* Thu Nov 15 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.3.svn3094
798fed6
- Add support for EAP-PEAP (rh #362251)
798fed6
- Fix EAP-TLS private key handling
798fed6
798fed6
* Tue Nov 13 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.2.svn3080
798fed6
- Clarify naming of WPA & WPA2 Personal encryption options (rh #374861, rh #373831)
798fed6
- Don't require a CA certificate for applicable EAP methods (rh #359001)
798fed6
- Fix certificate and private key handling for EAP-TTLS and EAP-TLS (rh #323371)
798fed6
- Fix applet crash with USB devices (rh #337191)
798fed6
- Support upgrades from NM 0.6.x GConf settings
6e15902
6e15902
* Thu Nov  1 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.1.svn3030
6e15902
- Fix applet crash with USB devices that don't advertise a product or vendor
6e15902
    (rh #337191)
6e15902
6e15902
* Sat Oct 27 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.5.svn3030
6e15902
- Fix crash when getting WPA secrets (rh #355041)
6e15902
6e15902
* Fri Oct 26 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.4.svn3030
6e15902
- Bring up ethernet devices by default if no connections are defined (rh #339201)
6e15902
- Fix crash when switching networks or bringing up secrets dialog (rh #353091)
6e15902
- Fix crash when editing VPN connection properties a second time
6e15902
- Fix crash when cancelling the secrets dialog if another connection was
6e15902
    activated in the mean time
6e15902
- Fix disembodied notification bubbles (rh #333391)
6e15902
6e15902
* Thu Oct 25 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.4.svn3020
6e15902
- Handle PEM certificates
6e15902
- Hide WPA-PSK Type combo since it's as yet unused
6e15902
- Fix applet crash when AP security options changed and old secrets are still
6e15902
    in the keyring
6e15902
- Fix applet crash connecting to unencrypted APs via the other network dialog
6e15902
6e15902
* Wed Oct 24 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3020
6e15902
- Fix WPA Enterprise connections that use certificates
6e15902
- Better display of SSIDs in the menu
6e15902
6e15902
* Wed Oct 24 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3016
6e15902
- Fix getting current access point
6e15902
- Fix WPA Enterprise connections
6e15902
- Wireless dialog now defaults to sensible choices based on the connection
6e15902
- Tell nscd to restart if needed, don't silently kill it
6e15902
6e15902
* Tue Oct 23 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3014
6e15902
- Suppress excessive GConf updates which sometimes caused secrets to be cleared
6e15902
    at the wrong times, causing connections to fail
6e15902
- Various EAP and LEAP related fixes
6e15902
6e15902
* Tue Oct 23 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3008
6e15902
- Make WPA-EAP and Dynamic WEP options connect successfully
6e15902
- Static IPs are now handled correctly in NM itself
6e15902
6e15902
* Mon Oct 22 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2995
6e15902
- Add Dynamic WEP as a supported authentication/security option
6e15902
6e15902
* Sun Oct 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2994
6e15902
- Re-enable "Connect to other network"
6e15902
- Switch to new GUI bits for wireless security config and password entry
3553c7b
2ca88e3
* Tue Oct 16 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2983
2ca88e3
- Add rfkill functionality
2ca88e3
- Fix applet crash when choosing wired networks from the menu
2ca88e3
832e129
* Wed Oct 10 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2970
832e129
- Fix segfault with deferred connections
832e129
- Fix default username with vpnc VPN plugin
832e129
- Hidden SSID fixes
832e129
631245c
* Tue Oct  9 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2962
631245c
- Fix merging of non-SSID-broadcasting APs into a device's scan list
631245c
- Speed up opening of the applet menu
631245c
6718e04
* Tue Oct  9 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2961
6718e04
- New snapshot
6718e04
	- Add timestamps to networks to connect to last used wireless network
6718e04
	- Turn autoconnect on in the applet
6718e04
	- Hidden SSID support
6718e04
	- Invalidate failed or cancelled connections again
6718e04
	- Fix issues with reactivation of the same device
6718e04
	- Handle connection updates in the applet (ex. find new VPN connections)
6718e04
	- Fix vertical sizing of menu items
6718e04
	- Fix AP list on wireless devices other than the first device in the applet
6718e04
	- Fix matching of current AP with the right menu item
6718e04
dec812e
* Fri Sep 28 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2914
dec812e
- New snapshot
dec812e
	- Add WPA passphrase support to password dialog
dec812e
	- Applet now reflects actual VPN behavior of one active connection
dec812e
	- Applet now notices VPN active connections on startup
dec812e
	- Fix connections with some WPA and WEP keys
dec812e
c6e9f91
* Thu Sep 27 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2907
c6e9f91
- New snapshot
c6e9f91
	- VPN support (only vpnc plugin ported at this time)
c6e9f91
b057dd5
* Tue Sep 25 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2886
b057dd5
- New snapshot
b057dd5
	- Make wired device carrier state work in the applet
b057dd5
	- Fix handling of errors with unencrypted APs
b057dd5
	- Fix "frozen" applet icon by reporting NM state better
b057dd5
	- Fix output of AP frequency in nm-tool
b057dd5
ecd626d
* Tue Sep 25 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2880
ecd626d
- New snapshot
ecd626d
	- Fix applet icon sizing on start (mclasen)
ecd626d
	- Fix nm-tool installation (mclasen)
ecd626d
	- Fix 'state' method call return (#303271)
ecd626d
	- Fix 40-bit WEP keys (again)
ecd626d
	- Fix loop when secrets were wrong/invalid
ecd626d
	- Fix applet crash when clicking Cancel in the password dialog
ecd626d
	- Ensure NM doesn't get stuck waiting for the supplicant to re-appear
ecd626d
		if it crashes or goes away
ecd626d
	- Make VPN properties applet work again
ecd626d
	- Increase timeout for network password entry
ecd626d
284ea38
* Fri Sep 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2852
284ea38
- New snapshot (fix unencrypted & 40 bit WEP)
284ea38
a6e2fe3
* Fri Sep 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2849
a6e2fe3
- New snapshot
a6e2fe3
81cb70e
* Fri Sep 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2844
81cb70e
- New snapshot
81cb70e
b6bef11
* Thu Sep 20 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.2.svn2833
b6bef11
- New SVN snapshot of 0.7 that sucks less
b6bef11
a03c871
* Thu Aug 30 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.1.svn2736
a03c871
- Update to SVN snapshot of 0.7
a03c871
339c2fc
* Mon Aug 13 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-9
339c2fc
- Update the license tag
339c2fc
786b8be
* Tue Aug  8 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-8
786b8be
- Own /etc/NetworkManager/dispatcher.d and /etc/NetworkManager/VPN (#234004)
786b8be
aed75cd
* Wed Jun 27 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-7
aed75cd
- Fix Wireless Enabled checkbox when no killswitches are present
aed75cd
2f99c43
* Thu Jun 21 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-6
2f99c43
- Update to stable branch snapshot:
2f99c43
    - More fixes for ethernet link detection (gnome #354565, rh #194124)
2f99c43
    - Support for HAL-detected rfkill switches
2f99c43
4e55f6c
* Sun Jun 10 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-5
4e55f6c
- Fix applet crash on 64-bit platforms when choosing
4e55f6c
    "Connect to other wireless network..." (gnome.org #435036)
4e55f6c
- Add debug output for ethernet device link changes
4e55f6c
2f99c43
* Thu Jun  7 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-4
63b6aaf
- Fix ethernet link detection (gnome #354565, rh #194124)
63b6aaf
- Fix perpetual credentials request with private key passwords in the applet
63b6aaf
- Sleep a bit before activating wireless cards to work around driver bugs
63b6aaf
2f99c43
* Mon Jun  4 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-3
104d225
- Don't spawn wpa_supplicant with -o
104d225
663ef84
* Wed Apr 25 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-2
663ef84
- Fix requires macro (237806)
663ef84
f5ab03b
* Thu Apr 19 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-1
f5ab03b
- Update to 0.6.5 final
f5ab03b
- Don't lose scanned security information
f5ab03b
c35cee8
* Mon Apr  9 2007 Dan Williams  <dcbw@redhat.com> - 1:0.6.5-0.7.svn2547
c35cee8
- Update from trunk
c35cee8
    - Updated translations
c35cee8
    - Cleaned-up VPN properties dialogs
c35cee8
    - Fix 64-bit kernel leakage issues in WEXT
c35cee8
    - Don't capture and redirect wpa_supplicant log output
c35cee8
759f628
* Wed Mar 28 2007 Matthew Barnes  <mbarnes@redhat.com> 1:0.6.5-0.6.svn2474
759f628
- Close private D-Bus connections. (#232691)
759f628
a86ffd5
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> 1:0.6.5-0.5.svn2474
a86ffd5
- Fix a directory ownership issue.  (#233763)
a86ffd5
55a16fd
* Thu Mar 15 2007 Dan Williams <dcbw@redhat.com> - 1:0.6.5-0.4.svn2474
55a16fd
- Update to pre-0.6.5 snapshot
55a16fd
dbe9cce
* Thu Feb  8 2007 Christopher Aillon <caillon@redhat.com> - 1:0.6.5-0.3.cvs20061025
dbe9cce
- Guard against D-Bus LimitExceeded messages
dbe9cce
05baa40
* Fri Feb  2 2007 Christopher Aillon <caillon@redhat.com> - 1:0.6.5-0.2.cvs20061025
05baa40
- Move .so file to -devel package
05baa40
e070299
* Sat Nov 25 2006 Matthias Clasen <mclasen@redhat.com> 
e070299
- Own the /etc/NetworkManager/dispatcher.d directory
e070299
- Require pkgconfig for the -devel packages
c3c355f
- Fix compilation with dbus 1.0
e070299
d647d56
* Wed Oct 25 2006 Dan Williams <dcbw@redhat.com> - 1:0.6.5-0.cvs20061025
d647d56
- Update to a stable branch snapshot
d647d56
    - Gnome applet timeout/redraw suppression when idle
d647d56
    - Backport of LEAP patch from HEAD (from Thiago Bauermann)
d647d56
    - Backport of asynchronous scanning patch from HEAD
d647d56
    - Make renaming of VPN connections work (from Tambet Ingo)
d647d56
    - Dial down wpa_supplicant debug spew
d647d56
    - Cleanup of key/passphrase request scenarios (from Valentine Sinitsyn)
d647d56
    - Shut down VPN connections on logout (from Robert Love)
d647d56
    - Fix WPA passphrase hashing on PPC
d647d56
21afa16
* Thu Oct 19 2006 Christopher Aillon <caillon@redhat.com> - 1:0.6.4-6
21afa16
- Own /usr/share/NetworkManager and /usr/include/NetworkManager
21afa16
6dfa3f9
* Mon Sep  4 2006 Christopher Aillon <caillon@redhat.com> - 1:0.6.4-5
6dfa3f9
- Don't wake up to redraw if NM is inactive (#204850)
6dfa3f9
a438ea9
* Wed Aug 30 2006 Bill Nottingham <notting@redhat.com> - 1:0.6.4-4
a438ea9
- add epochs in requirements
a438ea9
f6e43d1
* Wed Aug 30 2006 Dan Williams <dcbw@redhat.com> - 1:0.6.4-3
f6e43d1
- Fix FC-5 buildreqs
f6e43d1
d3616db
* Wed Aug 30 2006 Dan Williams <dcbw@redhat.com> - 1:0.6.4-2
d3616db
- Revert FC6 to latest stable NM
d3616db
- Update to stable snapshot
d3616db
- Remove bind/caching-nameserver hard requirement
d3616db
a039f82
* Tue Aug 29 2006 Christopher Aillon <caillon@redhat.com> - 0.7.0-0.cvs20060529.7
e0a485b
- BuildRequire wireless-tools-devel and perl-XML-Parser
a039f82
- Update the BuildRoot tag
a039f82
84c6f6b
* Wed Aug 16 2006 Ray Strode <rstrode@redhat.com> - 0.7.0-0.cvs20060529.6
84c6f6b
- add patch to make networkmanager less verbose (bug 202832)
84c6f6b
5cf9bf8
* Wed Aug  9 2006 Ray Strode <rstrode@redhat.com> - 0.7.0-0.cvs20060529.5
5cf9bf8
- actually make the patch in 0.7.0-0.cvs20060529.4 apply
5cf9bf8
ac3c42a
* Fri Aug  4 2006 Ray Strode <rstrode@redhat.com> - 0.7.0-0.cvs20060529.4
ac3c42a
- Don't ever elect inactive wired devices (bug 194124).
ac3c42a
dc6d7bf
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.7.0-0.cvs20060529.3
dc6d7bf
- Add patch to fix deprecated dbus functions
dc6d7bf
0d3456e
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.7.0-0.cvs20060529.2
0d3456e
- Add BR for dbus-glib-devel
0d3456e
54daef0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-0.cvs20060529.1.1
54daef0
- rebuild
54daef0
d613319
* Mon May 29 2006 Dan Williams <dcbw@redhat.com> - 0.7.0-0.cvs20060529
d613319
- Update to latest CVS
d613319
	o Gnome.org #333420: dialog do not have window icons
d613319
	o Gnome.org #336913: HIG tweaks for vpn properties pages
d613319
	o Gnome.org #336846: HIG tweaks for nm-vpn-properties
d613319
	o Gnome.org #336847: some bugs in nm-vpn-properties args parsing
d613319
	o Gnome.org #341306: nm-vpn-properties crashes on startup
d613319
	o Gnome.org #341263: Version 0.6.2-0ubuntu5 crashes on nm_device_802_11_wireless_get_type
d613319
	o Gnome.org #341297: displays repeated keyring dialogs on resume from suspend
d613319
	o Gnome.org #342400: Building libnm-util --without-gcrypt results in linker error
d613319
	o Gnome.org #342398: Eleminate Gnome dependency for NetworkManager
d613319
	o Gnome.org #336532: declaration of 'link' shadows a global declaration
d613319
- Specfile fixes (#rh187489#)
d613319
d613319
* Sun May 21 2006 Dan Williams <dcbw@redhat.com> - 0.7.0-0.cvs20060521
919415e
- Update to latest CVS
919415e
- Drop special-case-madwifi.patch, since WEXT code is in madwifi-ng trunk now
919415e
02e32f6
* Fri May 19 2006 Bill Nottingham <notting@redhat.com> - 0.6.2-3.fc6
02e32f6
- use the same 0.6.2 tarball as FC5, so we have the same VPN interface
02e32f6
  (did he fire ten args, or only nine?)
02e32f6
b356e9b
* Thu Apr 27 2006 Jeremy Katz <katzj@redhat.com> - 0.6.2-2.fc6
b356e9b
- use the hal device type instead of poking via ioctl so that wireless 
b356e9b
  devices are properly detected even if the kill switch has been used
b356e9b
3a20f80
* Thu Mar 30 2006 Dan Williams <dcbw@redhat.com> - 0.6.2-1
3a20f80
- Update to 0.6.2:
3a20f80
    * Fix various WPA-related bugs
3a20f80
    * Clean up leaks
3a20f80
    * Increased DHCP timeout to account for slow DHCP servers, or STP-enabled
3a20f80
        switches
3a20f80
    * Allow applet to reconnect on dbus restarts
3a20f80
    * Add "Dynamic WEP" support
3a20f80
    * Allow hiding of password/key entry text
3a20f80
    * More responsive connection switching
b87adf9
a57f258
* Tue Mar 14 2006 Peter Jones <pjones@redhat.com> - 0.6.0-3
a57f258
- Fix device bringup on resume
a57f258
7ae161d
* Mon Mar  6 2006 Dan Williams <dcbw@redhat.com> 0.6.0-2
7ae161d
- Don't let wpa_supplicant perform scanning with non-WPA drivers
7ae161d
64db61d
* Mon Mar  6 2006 Dan Williams <dcbw@redhat.com> 0.6.0-1
64db61d
- Update to 0.6.0 release
64db61d
- Move autostart file to /usr/share/gnome/autostart
64db61d
fad0001
* Thu Mar  2 2006 Jeremy Katz <katzj@redhat.com> - 0.5.1-18.cvs20060302
afecd50
- updated cvs snapshot.  seems to make airo much less neurotic
fad0001
b7f4da6
* Thu Mar  2 2006 Christopher Aillon <caillon@redhat.com>
b7f4da6
- Move the unversioned libnm_glib.so to the -devel package
b7f4da6
cf6741f
* Wed Mar  1 2006 Dan Williams <dcbw@redhat.com> 0.5.1-18.cvs20060301
cf6741f
- Fix VPN-related crash
cf6741f
- Fix issue where NM would refuse to activate a VPN connection once it had timed out
cf6741f
- Log wpa_supplicant output for better debugging
cf6741f
465950f
* Tue Feb 28 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-17.cvs20060228
465950f
- Tweak three-scan-prune.patch
465950f
14607ee
* Mon Feb 27 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-16.cvs20060227
14607ee
- Don't prune networks until they've gone MIA for three scans, not one.
14607ee
7608f78
* Mon Feb 27 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-15.cvs20060227
7608f78
- Update snapshot, which fixes up the libnotify stuff.
7608f78
23ac8a7
* Fri Feb 24 2006 Dan Williams <dcbw@redhat.coM> 0.5.1-14.cvs20060221
23ac8a7
- Move libnotify requires to NetworkManager-gnome, not core NM package
23ac8a7
d9c55cb
* Tue Feb 21 2006 Dan Williams <dcbw@redhat.com> 0.5.1-13.cvs20060221
d9c55cb
- Add BuildRequires: libnl-devel (#rh179438#)
d9c55cb
- Fix libnm_glib to not clobber an application's existing dbus connection
d9c55cb
	(#rh177546#, gnome.org #326572)
d9c55cb
- libnotify support
d9c55cb
- AP compatibility fixes
d9c55cb
0347f49
* Mon Feb 13 2006 Dan Williams <dcbw@redhat.com> 0.5.1-12.cvs20060213
0347f49
- Minor bug fixes
0347f49
- Update to VPN dbus API for passing user-defined routes to vpn service
0347f49
24466ed
* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-11.cvs20060205
24466ed
- Rebuild
24466ed
24466ed
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.5.1-10.cvs20060205.1
527c8da
- rebuilt for new gcc4.1 snapshot and glibc changes
527c8da
6780363
* Sun Feb  5 2006 Dan Williams <dcbw@redhat.com> 0.5.1-10.cvs20060205
6780363
- Workarounds for madwifi/Atheros cards
6780363
- Do better with non-SSID-broadcasting access points
6780363
- Fix hangs when access points change settings
6780363
6780363
* Thu Feb  2 2006 Dan Williams <dcbw@redhat.com> 0.5.1-9.cvs20060202
6780363
- Own /var/run/NetworkManager, fix SELinux issues
6780363
7f7d17f
* Tue Jan 31 2006 Dan Williams <dcbw@redhat.com> 0.5.1-8.cvs20060131
7f7d17f
- Switch to autostarting the applet instead of having it be session-managed
7f7d17f
- Work better with non-broadcasting access points
7f7d17f
- Add more manufacturer default SSIDs to the blacklist
7f7d17f
8b77502
* Tue Jan 31 2006 Dan Williams <dcbw@redhat.com> 0.5.1-7.cvs20060131
8b77502
- Longer association timeout
8b77502
- Fix some SELinux issues
8b77502
- General bug and cosmetic fixes
8b77502
c065b15
* Fri Jan 27 2006 Dan Williams <dcbw@redhat.com> 0.5.1-6.cvs20060127
c065b15
- Snapshot from CVS
c065b15
- WPA Support!  Woohoo!
c065b15
436a812
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
436a812
- rebuilt
436a812
1b6ad61
* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.5.1-5
1b6ad61
- rebuild for new dbus
1b6ad61
1792824
* Fri Nov 18 2005 Peter Jones <pjones@redhat.com> - 0.5.1-4
1792824
- Don't kill the network connection when you upgrade the package.
1792824
99a82f8
* Fri Oct 21 2005 Christopher Aillon <caillon@redhat.com> - 0.5.1-3
99a82f8
- Split out the -glib subpackage to have a -glib-devel package as well
99a82f8
- Add epoch to version requirements for bind and wireless-tools
99a82f8
- Update URL of project
99a82f8
99a82f8
* Wed Oct 19 2005 Christopher Aillon <caillon@redhat.com> - 0.5.1-2
e9c890c
- NetworkManager 0.5.1
e9c890c
ff9e042
* Mon Oct 17 2005 Christopher Aillon <caillon@redhat.com> - 0.5.0-2
ff9e042
- NetworkManager 0.5.0
ff9e042
369da7a
* Mon Oct 10 2005 Dan Williams <dcbw@redaht.com> - 0.4.1-5.cvs20051010
369da7a
- Fix automatic wireless connections
369da7a
- Remove usage of NMLoadModules callout, no longer needed
369da7a
- Try to fix deadlock when menu is down and keyring dialog pops up
369da7a
3cd439b
* Sun Oct 09 2005 Dan Williams <dcbw@redhat.com> - 0.4.1-4.cvs20051009
3cd439b
- Update to latest CVS
3cd439b
	o Integrate connection progress with applet icon (Chris Aillon)
3cd439b
	o More information in "Connection Information" dialog (Robert Love)
3cd439b
	o Shorten time taken to sleep
3cd439b
	o Make applet icon wireless strength levels a bit more realistic
3cd439b
	o Talk to named using DBUS rather than spawning our own
3cd439b
		- You need to add "-D" to the OPTIONS line in /etc/sysconfig/named
3cd439b
		- You need to set named to start as a service on startup
3cd439b
fbe8425
* Thu Sep 22 2005 Dan Williams <dcbw@redhat.com> - 0.4.1-3.cvs20050922
fbe8425
- Update to current CVS to fix issues with routing table and /sbin/ip
fbe8425
ec10f42
* Mon Sep 12 2005 Jeremy Katz <katzj@redhat.com> - 0.4.1-2.cvs20050912
ec10f42
- update to current CVS and rebuild (workaround for #168120)
ec10f42
d20c351
* Fri Aug 19 2005 Dan Williams <dcbw@redhat.com> - 0.4.1-2.cvs20050819
d20c351
- Fix occasional hang in NM caused by the applet
d20c351
0a45c84
* Wed Aug 17 2005 Dan Williams <dcbw@redhat.com> - 0.4.1
0a45c84
- Update to NetworkManager 0.4.1
0a45c84
d20c351
* Tue Aug 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-36.cvs20050811
8c76f17
- Rebuild against new cairo/gtk
8c76f17
d20c351
* Thu Aug 11 2005 Dan Williams <dcbw@redhat.com> - 0.4-35.cvs20050811
c1cc028
- Update to latest CVS
c1cc028
	o Use DHCP server address as gateway address if the DHCP server doesn't give
c1cc028
		us a gateway address #rh165698#
c1cc028
	o Fixes to the applet (Robert Love)
c1cc028
	o Better caching of information in the applet (Bill Moss)
c1cc028
	o Generate automatic suggested Ad-Hoc network name from machine's hostname
c1cc028
		(Robert Love)
c1cc028
	o Update all network information on successfull connect, not just 
c1cc028
		authentication method
c1cc028
23c3ec2
* Fri Jul 29 2005 Ray Strode  <rstrode@redhat.com> - 0.4-34.cvs20050729
23c3ec2
- Update to latest CVS to get fix for bug 165683.
5fc3c61
2bc8ae2
* Mon Jul 11 2005 Dan Williams <dcbw@redhat.com> - 0.4-34.cvs20050629
2bc8ae2
- Move pkgconfig file to devel package (#162316, thanks to Michael Schwendt)
2bc8ae2
David Zeuthen ea20347
* Wed Jun 29 2005 David Zeuthen <davidz@redhat.com> - 0.4-33.cvs20050629
David Zeuthen ea20347
- Update to latest CVS to get latest VPN interface settings to satisfy
David Zeuthen ea20347
  BuildReq for NetworkManager-vpnc in Fedora Extras Development
David Zeuthen ea20347
- Latest CVS also contains various bug- and UI-fixes
David Zeuthen ea20347
David Zeuthen ea20347
* Fri Jun 17 2005 Dan Williams <dcbw@redhat.com> - 0.4-32.cvs20050617
52aef86
- Update to latest CVS
52aef86
	o VPN connection import/export capability
52aef86
	o Fix up some menu item names
52aef86
- Move nm-vpn-properties.glade to the gnome subpackage
52aef86
cf2b931
* Thu Jun 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-31.cvs20050616
cf2b931
- Update to latest CVS
cf2b931
	o Clean up wording in Wireless Network Discovery menu
cf2b931
	o Robert Love's applet beautify patch
cf2b931
3006b8d
* Wed Jun 15 2005 Dan Williams <dcbw@redhat.com> - 0.4-30.cvs20050615
3006b8d
- Update to latest CVS
3006b8d
782bb48
* Mon May 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-15.cvs30050404
e67f345
- Fix dispatcher and applet CFLAGS so they gets compiled with FORTIFY_SOURCE
782bb48
3232b10
* Mon May 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-14.cvs30050404
3232b10
- Fix segfault in NetworkManagerDispatcher, add an initscript for it
3232b10
1111b27
* Mon May 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-13.cvs30050404
1111b27
- Fix condition that may have resulted in DHCP client returning success
1111b27
	when it really timed out
1111b27
e8ee593
* Sat May 14 2005 Dan Williams <dcbw@redhat.com> - 0.4-12.cvs20050404
e8ee593
- Enable OK button correctly in Passphrase and Other Networks dialogs when
e8ee593
	using ASCII or Hex WEP keys
e8ee593
e8ee593
* Thu May  5 2005 Dan Williams <dcbw@redhat.com> - 0.4-11.cvs20050404
ebec265
- #rh154391# NetworkManager dies on startup (don't force-kill nifd)
ebec265
74b9570
* Wed May  4 2005 Dan Williams <dcbw@redhat.com> - 0.4-10.cvs20050404
74b9570
- Fix leak of a socket in DHCP code
74b9570
260649d
* Wed May  4 2005 Dan Williams <dcbw@redhat.com> - 0.4-9.cvs20050404
260649d
- Fix some memory leaks (Tom Parker)
260649d
- Join to threads rather than spinning for their completion (Tom Parker)
260649d
- Fix misuse of a g_assert() (Colin Walters)
260649d
- Fix return checking of an ioctl() (Bill Moss)
260649d
- Better detection and matching of hidden access points (Bill Moss)
260649d
- Don't use varargs, and therefore don't crash on PPC (Peter Jones)
260649d
0bfe432
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 0.4-8.cvs20050404
0bfe432
- fix build with newer dbus
0bfe432
af5e650
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 0.4-7.cvs20050404
af5e650
- silence %%post
af5e650
d0a1fba
* Mon Apr  4 2005 Dan Williams <dcbw@redhat.com> 0.4-6.cvs20050404
d0a1fba
- #rh153234# NetworkManager quits/cores just as a connection is made
d0a1fba
1ad6303
* Fri Apr  2 2005 Dan Williams <dcbw@redhat.com> 0.4-5.cvs20050402
6d637f7
- Update from latest CVS HEAD
6d637f7
b94c529
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 0.4-4.cvs20050315
b94c529
- Update the GTK+ theme icon cache on (un)install
b94c529
0c5fe94
* Tue Mar 15 2005 Ray Strode <rstrode@redhat.com> 0.4-3.cvs20050315
0c5fe94
- Pull from latest CVS HEAD
0c5fe94
0da0c98
* Tue Mar 15 2005 Ray Strode <rstrode@redhat.com> 0.4-2.cvs20050315
2401464
- Upload new source tarball (woops)
2401464
add35c7
* Tue Mar 15 2005 Ray Strode <rstrode@redhat.com> 0.4-1.cvs20050315
add35c7
- Pull from latest CVS HEAD (hopefully works again)
add35c7
c64aae4
* Mon Mar  7 2005 Ray Strode <rstrode@redhat.com> 0.4-1.cvs20050307
498ec85
- Pull from latest CVS HEAD
498ec85
- Commit broken NetworkManager to satisfy to dbus dependency
498ec85
8055d6b
* Fri Mar  4 2005 Dan Williams <dcbw@redhat.com> 0.3.4-1.cvs20050304
8055d6b
- Pull from latest CVS HEAD
8055d6b
- Rebuild for gcc 4.0
8055d6b
8055d6b
* Tue Feb 22 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050222
8055d6b
- Update from CVS
8055d6b
8cae1e3
* Mon Feb 14 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050214.x.1
8cae1e3
- Fix free of invalid pointer for multiple search domains
8cae1e3
a39b3a6
* Mon Feb 14 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050214
a39b3a6
- Never automatically choose a device that doesn't support carrier detection
a39b3a6
- Add right-click menu to applet, can now "Pause/Resume" scanning through it
a39b3a6
- Fix DHCP Renew/Rebind timeouts
a39b3a6
- Fix frequency cycling problem on some cards, even when scanning was off
a39b3a6
- Play better with IPv6
a39b3a6
- Don't send kernel version in DHCP packets, and ensure DHCP packets are at
a39b3a6
	least 300 bytes in length to work around broken router
a39b3a6
- New DHCP options D-BUS API by Dan Reed
a39b3a6
- Handle multiple domain search options in DHCP responses
a39b3a6
09e5bd0
* Wed Feb  2 2005 Dan Williams <dcbw@redhat.com> 0.3.3-1.cvs20050202
09e5bd0
- Display wireless network name in applet tooltip
09e5bd0
- Hopefully fix double-default-route problem
09e5bd0
- Write out valid resolv.conf when we exit
09e5bd0
- Make multi-domain search options work
09e5bd0
- Rework signal strength code to be WEXT conformant, if strength is
09e5bd0
	still wierd then its 95% surely a driver problem
09e5bd0
- Fix annoying instances of suddenly dropping and reactivating a
09e5bd0
	wireless device (Cisco cards were worst offenders here)
09e5bd0
- Fix some instances of NetworkManager not remembering your WEP key
09e5bd0
- Fix some races between NetworkManager and NetworkManagerInfo where
09e5bd0
	NetworkManager wouldn't recognize changes in the allowed list
09e5bd0
- Don't shove Ad-Hoc Access Point MAC addresses into GConf
09e5bd0
ddd379d
* Tue Jan 25 2005 Dan Williams <dcbw@redhat.com> 0.3.3-1.cvs20050125
ddd379d
- Play nice with dbus 0.23
ddd379d
- Update our list of Allowed Wireless Networks more quickly
ddd379d
03d8f0b
* Mon Jan 24 2005 Dan Williams <dcbw@redhat.com> 0.3.3-1.cvs20050124
03d8f0b
- Update to latest CVS
03d8f0b
- Make sure we start as late as possible so that we ensure dbus & HAL
03d8f0b
	are already around
03d8f0b
- Fix race in initial device activation
03d8f0b
02cb332
* Mon Jan 24 2005 Than Ngo <than@redhat.com> 0.3.3-1.cvs20050112.4
02cb332
- rebuilt against new wireless tool
02cb332
628015a
* Thu Jan 21 2005 <dcbw@redhat.com> - 0.3.3-1.cvs20050118
628015a
- Fix issue where NM wouldn't recognize that access points were
628015a
	encrypted, and then would try to connect without encryption
628015a
- Refine packaging to put client library in separate package
628015a
- Remove bind+caching-nameserver dep for FC-3, use 'nscd -i hosts'
628015a
	instead.  DNS queries may timeout now right after device
628015a
	activation due to this change.
628015a
f0ce8db
* Wed Jan 12 2005 <dcbw@redhat.com> - 0.3.3-1.cvs20050112
f0ce8db
- Update to latest CVS
f0ce8db
- Fixes to DHCP code
f0ce8db
- Link-Local (ZeroConf/Rendezvous) support
f0ce8db
- Use bind in "caching-nameserver" mode to work around stupidity
f0ce8db
	in glibc's resolver library not recognizing resolv.conf changes
f0ce8db
- #rh144818# Clean up the specfile (Patch from Matthias Saou)
f0ce8db
- Ad-Hoc mode support with Link-Local addressing only (for now)
f0ce8db
- Fixes for device activation race conditions
f0ce8db
- Wireless scanning in separate thread
f0ce8db
2a53d45
* Wed Dec  8 2004 <dcbw@redhat.com> - 0.3.2-4.3.cvs20041208
2a53d45
- Update to CVS
2a53d45
- Updates to link detection, DHCP code
2a53d45
- Remove NMLaunchHelper so we start up faster and don't
2a53d45
	block for a connection.  This means services that depend
2a53d45
	on the network may fail if they start right after NM
2a53d45
- Make sure DHCP renew/rebinding works
2a53d45
d644ecd
* Wed Nov 17 2004 <dcbw@redhat.com> - 0.3.2-3.cvs20041117
d644ecd
- Update to CVS
d644ecd
- Fixes to link detection
d644ecd
- Better detection of non-ESSID-broadcasting access points
d644ecd
- Don't dialog-spam the user if a connection fails
d644ecd
d644ecd
* Mon Nov 11 2004 <dcbw@redhat.com> - 0.3.2-2.cvs20041115
cd6fe52
- Update to CVS
cd6fe52
- Much better link detection, works with Open System authentication
cd6fe52
- Blacklist wireless cards rather than whitelisting them
cd6fe52
61e764c
* Fri Oct 29 2004 <dcbw@redhat.com> - 0.3.2-2.cvs20041029
61e764c
- #rh134893# NetworkManagerInfo and the panel-icon life-cycle
61e764c
- #rh134895# Status icon should hide when in Wired-only mode
61e764c
- #rh134896# Icon code needs rewrite
61e764c
- #rh134897# "Other Networks..." dialog needs implementing
61e764c
- #rh135055# Menu highlights incorrectly in NM
61e764c
- #rh135648# segfault with cipsec0
61e764c
- #rh135722# NetworkManager will not allow zaurus to sync via usb0
61e764c
- #rh135999# NetworkManager-0.3.1 will not connect to 128 wep
61e764c
- #rh136866# applet needs tooltips
61e764c
- #rh137047# lots of applets, yay!
61e764c
- #rh137341# Network Manager dies after disconnecting from wired network second time
61e764c
- Better checking for wireless devices
61e764c
- Fix some memleaks
61e764c
- Fix issues with dhclient declining an offered address
61e764c
- Fix an activation thread deadlock
61e764c
- More accurately detect "Other wireless networks" that are encrypted
61e764c
- Don't bring devices down as much, won't hotplug-spam as much anymore
61e764c
	about firmware
61e764c
- Add a "network not found" dialog when the user chooses a network that could
61e764c
	not be connected to
61e764c
61e764c
* Tue Oct 26 2004 <dcbw@redhat.com> - 0.3.1-2
61e764c
- Fix escaping of ESSIDs in gconf
61e764c
Jonathan Blandford 678e1b0
* Tue Oct 19 2004  <jrb@redhat.com> - 0.3.1-1
Jonathan Blandford 678e1b0
- minor point release to improve error handling and translations
Jonathan Blandford 678e1b0
67d79b6
* Fri Oct 15 2004 Dan Williams <dcbw@redhat.com> 0.3-1
67d79b6
- Update from CVS, version 0.3
67d79b6
52d9ce4
* Tue Oct 12 2004 Dan Williams <dcbw@redhat.com> 0.2-4
52d9ce4
- Update from CVS
52d9ce4
- Improvements:
52d9ce4
	o Better link checking on wireless cards
52d9ce4
	o Panel applet now a Notification Area icon
52d9ce4
	o Static IP configuration support
52d9ce4
88875ef
* Mon Sep 13 2004 Dan Williams <dcbw@redhat.com> 0.2-3
88875ef
- Update from CVS
88875ef
104a25d
* Sat Sep 11 2004 Dan Williams <dcbw@redhat.com> 0.2-2
104a25d
- Require gnome-panel, not gnome-panel-devel
104a25d
- Turn off by default
104a25d
cvsdist de50d42
* Thu Aug 26 2004 Dan Williams <dcbw@redhat.com> 0.2-1
cvsdist de50d42
- Update to 0.2
cvsdist de50d42
cvsdist 60220d2
* Thu Aug 26 2004 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 60220d2
- spec-changes to req glib2 instead of glib
cvsdist 9906183
cvsdist 9906183
* Fri Aug 20 2004 Dan Williams <dcbw@redhat.com> 0.1-3
cvsdist 9906183
- First public release
cvsdist 9906183