bb9d6e9
%define dbus_version 1.1
080bb86
%define dbus_glib_version 0.86-4
d3616db
65bc38d
%define gtk3_version	3.0.1
65bc38d
%define glib2_version	2.24.0
99a82f8
%define wireless_tools_version 1:28-0pre9
5909613
%define libnl3_version 3.2.6
ac7dc19
%define ppp_version 2.4.5
8b7e496
2a5adcb
%define snapshot .git20120314
2a5adcb
%define applet_snapshot .git20120314
5909613
%define realversion 0.9.3.995
5909613
5909613
%if 0%{?fedora} < 17
5909613
%define systemd_dir /lib/systemd/system
5909613
%else
5909613
%define systemd_dir %{_prefix}/lib/systemd/system
5909613
%endif
f732a55
f0ce8db
Name: NetworkManager
3cd439b
Summary: Network connection manager and user applications
d3616db
Epoch: 1
5909613
Version: 0.9.3.995
2a5adcb
Release: 0.6%{snapshot}%{?dist}
f0ce8db
Group: System Environment/Base
339c2fc
License: GPLv2+
99a82f8
URL: http://www.gnome.org/projects/NetworkManager/
30c9ed8
Jiří Klimeš 186a7c6
Source: %{name}-%{realversion}%{snapshot}.tar.bz2
91d9088
Source1: network-manager-applet-%{realversion}%{applet_snapshot}.tar.bz2
5c4507f
Source2: NetworkManager.conf
0000278
Patch1: nm-applet-internal-buildfixes.patch
c9bde83
Patch2: explain-dns1-dns2.patch
bed27cd
Patch3: nm-applet-no-notifications.patch
65bc38d
Patch4: nm-polkit-permissive.patch
65bc38d
Patch5: nm-applet-wifi-dialog-ui-fixes.patch
ba531f5
Patch6: nss-error.patch
08d5cbe
Patch7: applet-ignore-deprecated.patch
a039f82
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f0ce8db
94cf4e1
Requires(post): chkconfig
94cf4e1
Requires(preun): chkconfig
a6893b4
Requires(post): systemd-sysv
65bc38d
Requires(post): /bin/systemctl
65bc38d
Requires(preun): /bin/systemctl
65bc38d
Requires(postun): /bin/systemctl
65bc38d
6d637f7
Requires: dbus >= %{dbus_version}
0d3456e
Requires: dbus-glib >= %{dbus_glib_version}
eb2c06a
Requires: glib2 >= %{glib2_version}
1395c7d
Requires: iproute
e7172c7
Requires: dhclient >= 12:4.1.0
65bc38d
Requires: wpa_supplicant >= 1:0.7.3-1
5909613
Requires: libnl3 >= %{libnl3_version}
c6e9f91
Requires: %{name}-glib = %{epoch}:%{version}-%{release}
ac7dc19
Requires: ppp = %{ppp_version}
59441c7
Requires: avahi-autoipd
59441c7
Requires: dnsmasq
d536e96
Requires: udev
e7172c7
Requires: mobile-broadband-provider-info >= 0.20090602
081dd42
Requires: ModemManager >= 0.4
a6e2fe3
Obsoletes: dhcdbd
cvsdist 9906183
13defc0
Conflicts: NetworkManager-vpnc < 1:0.7.0.99-1
13defc0
Conflicts: NetworkManager-openvpn < 1:0.7.0.99-1
13defc0
Conflicts: NetworkManager-pptp < 1:0.7.0.99-1
7e93001
Conflicts: NetworkManager-openconnect < 0:0.7.0.99-1
e11025f
Conflicts: kde-plasma-networkmanagement < 1:0.9-0.49.20110527git.nm09
0ec7b9d
6d637f7
BuildRequires: dbus-devel >= %{dbus_version}
0d3456e
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
a039f82
BuildRequires: wireless-tools-devel >= %{wireless_tools_version}
eb2c06a
BuildRequires: glib2-devel >= %{glib2_version}
65bc38d
BuildRequires: gtk3-devel >= %{gtk3_version}
cvsdist 9906183
BuildRequires: GConf2-devel
02c1ba5
BuildRequires: libgnome-keyring-devel
65bc38d
BuildRequires: gobject-introspection-devel >= 0.10.3
f0ce8db
BuildRequires: gettext-devel
60c6349
BuildRequires: /usr/bin/autopoint
ddd379d
BuildRequires: pkgconfig
8969f5b
BuildRequires: wpa_supplicant
5909613
BuildRequires: libnl3-devel >= %{libnl3_version}
c3173c2
BuildRequires: libnotify-devel >= 0.4
a86ffd5
BuildRequires: perl(XML::Parser)
f1be6f5
BuildRequires: automake autoconf intltool libtool
ac7dc19
BuildRequires: ppp = %{ppp_version}
ac7dc19
BuildRequires: ppp-devel = %{ppp_version}
798fed6
BuildRequires: nss-devel >= 3.11.7
60d6eae
BuildRequires: polkit-devel
3595afa
BuildRequires: dhclient
30c9ed8
BuildRequires: gtk-doc
8cd18ba
BuildRequires: libudev-devel
07a2252
BuildRequires: libuuid-devel
c01a268
BuildRequires: libgudev1-devel >= 143
09da2aa
BuildRequires: desktop-file-utils
5909613
# No wimax or bluetooth on s390
bed27cd
%ifnarch s390 s390x
5909613
BuildRequires: wimax-devel
bed27cd
BuildRequires: gnome-bluetooth-libs-devel >= 2.27.7.1-1
bed27cd
%endif
5909613
BuildRequires: systemd systemd-devel
5909613
%if 0%{?fedora} < 17
5909613
# systemd.pc is in systemd-units for F16 and below
5909613
BuildRequires: systemd-units
5909613
%endif
025e2e7
BuildRequires: iso-codes-devel
cvsdist 9906183
cvsdist 9906183
%description
081dd42
NetworkManager is a system network service that manages your network devices
081dd42
and connections, attempting to keep active network connectivity when available.
081dd42
It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and
081dd42
provides VPN integration with a variety of different VPN services.
cvsdist 9906183
cvsdist 9906183
5909613
%ifnarch s390 s390x
5909613
%package wimax
5909613
Summary: Intel WiMAX device support for NetworkManager
5909613
Group: System Environment/Base
5909613
Requires: wimax
5909613
Requires: %{name} = %{epoch}:%{version}-%{release}
5909613
5909613
%description wimax
5909613
This package contains NetworkManager support for Intel WiMAX mobile broadband
5909613
devices.
5909613
%endif
5909613
5909613
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}
39811eb
Requires: %{name}-gtk = %{epoch}:%{version}-%{release}
6d637f7
Requires: dbus >= %{dbus_version}
0d3456e
Requires: dbus-glib >= %{dbus_glib_version}
65bc38d
Requires: libnotify >= 0.4.3
e00c614
Requires: gnome-keyring
798fed6
Requires: nss >= 3.11.7
117f8c0
Requires: gnome-icon-theme
65bc38d
Requires(post): /usr/bin/gtk-update-icon-cache
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
39811eb
%package gtk
39811eb
Summary: Private libraries for NetworkManager GUI support
39811eb
Group: Development/Libraries
39811eb
Requires: gtk3 >= %{gtk3_version}
39811eb
39811eb
%description gtk
39811eb
This package contains private libraries to be used only by nm-applet and
39811eb
the GNOME Control Center.
39811eb
39811eb
39811eb
%package gtk-devel
39811eb
Summary: Private header files for NetworkManager GUI support
39811eb
Group: Development/Libraries
39811eb
Requires: %{name}-devel = %{epoch}:%{version}-%{release}
39811eb
Requires: %{name}-glib = %{epoch}:%{version}-%{release}
39811eb
Requires: gtk3-devel
39811eb
Requires: pkgconfig
39811eb
39811eb
%description gtk-devel
39811eb
This package contains private header and pkg-config files to be used only by
39811eb
nm-applet and the GNOME control center.
39811eb
39811eb
cvsdist 9906183
%prep
91d9088
%setup -q -n NetworkManager-%{realversion}
55a16fd
91d9088
# unpack the applet and nmcli
3f87941
tar -xjf %{SOURCE1}
e7172c7
55a16fd
%patch1 -p1 -b .buildfix
c9bde83
%patch2 -p1 -b .explain-dns1-dns2
bed27cd
%patch3 -p1 -b .no-notifications
65bc38d
%patch4 -p1 -b .polkit-permissive
65bc38d
%patch5 -p1 -b .applet-wifi-ui
ba531f5
%patch6 -p1 -b .nss-error
08d5cbe
%patch7 -p1 -b .no-deprecated
cvsdist 9906183
cvsdist 9906183
%build
37b2e50
37b2e50
# back up pristine docs and use them instead of generated ones, which make
37b2e50
# multilib unhappy due to different timestamps in the generated content
37b2e50
%{__cp} -R docs ORIG-docs
37b2e50
65bc38d
autopoint --force
65bc38d
intltoolize --force
d613319
%configure \
d613319
	--disable-static \
59441c7
	--with-distro=redhat \
91d9088
	--with-dhclient=yes \
91d9088
	--with-dhcpcd=no \
59441c7
	--with-crypto=nss \
30c9ed8
	--enable-more-warnings=yes \
5909613
%ifnarch s390 s390x
5909613
	--enable-wimax=yes \
5909613
%endif
c97c74c
	--enable-polkit=yes \
5909613
	--with-session-tracking=systemd \
30c9ed8
	--with-docs=yes \
bed27cd
	--with-system-ca-path=/etc/pki/tls/certs \
ac7dc19
	--with-tests=yes \
27e3dfe
	--with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version} \
27e3dfe
	--with-dist-version=%{version}-%{release}
ac7dc19
bed27cd
make %{?_smp_mflags}
bed27cd
55a16fd
# build the applet
91d9088
pushd network-manager-applet-%{realversion}
65bc38d
	autoreconf -i
30c9ed8
	intltoolize --force
c52f751
	%configure \
c52f751
		--disable-static \
c52f751
		--with-bluetooth \
65bc38d
		--enable-more-warnings=yes \
65bc38d
		--with-gtkver=3
bed27cd
	make %{?_smp_mflags}
55a16fd
popd
30c9ed8
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
91d9088
pushd network-manager-applet-%{realversion}
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
37b2e50
# create a keyfile plugin system settings directory
37b2e50
%{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/system-connections
37b2e50
37b2e50
%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/gnome-vpn-properties
37b2e50
94cf4e1
%{__mkdir_p} $RPM_BUILD_ROOT%{_localstatedir}/lib/NetworkManager
94cf4e1
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
ac7dc19
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/pppd/%{ppp_version}/*.la
c2e0e4e
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/NetworkManager/*.la
c3173c2
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gnome-bluetooth/plugins/*.la
a388b12
0ec7b9d
install -m 0755 test/.libs/nm-online %{buildroot}/%{_bindir}
0ec7b9d
37b2e50
# install the pristine docs
37b2e50
%{__cp} ORIG-docs/libnm-glib/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libnm-glib/
37b2e50
%{__cp} ORIG-docs/libnm-util/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libnm-util/
37b2e50
09da2aa
# don't autostart in KDE on F13+ (#541353)
09da2aa
echo 'NotShowIn=KDE;' >>$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/nm-applet.desktop
09da2aa
09da2aa
# validate the autostart .desktop file
09da2aa
desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/nm-applet.desktop
09da2aa
37b2e50
cvsdist 9906183
%clean
99a82f8
%{__rm} -rf $RPM_BUILD_ROOT
cvsdist 9906183
cvsdist 9906183
cvsdist 9906183
%post
a6893b4
if [ $1 -eq 1 ] ; then 
a6893b4
    # Initial installation
a6893b4
    /bin/systemctl enable NetworkManager.service >/dev/null 2>&1 || :
1792824
fi
cvsdist 9906183
cvsdist 9906183
%preun
f0ce8db
if [ $1 -eq 0 ]; then
a6893b4
    # Package removal, not upgrade
a6893b4
    /bin/systemctl --no-reload disable NetworkManager.service >/dev/null 2>&1 || :
f732a55
    /bin/systemctl stop NetworkManager.service >/dev/null 2>&1 || :
cvsdist 9906183
fi
cvsdist 9906183
f732a55
%postun
a6893b4
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
f732a55
if [ $1 -ge 1 ] ; then
a6893b4
        # Package upgrade, not uninstall
a6893b4
        /bin/systemctl try-restart NetworkManager.service >/dev/null 2>&1 || :
f732a55
fi
f732a55
e0aab18
%triggerun -- NetworkManager < 1:0.8.990
a6893b4
# Save the current service runlevel info
a6893b4
# User must manually run systemd-sysv-convert --apply NetworkManager
a6893b4
# to migrate them to systemd targets
a6893b4
/usr/bin/systemd-sysv-convert --save NetworkManager >/dev/null 2>&1 ||:
a6893b4
/bin/systemctl --no-reload enable NetworkManager.service >/dev/null 2>&1 ||:
a6893b4
# Run these because the SysV package being removed won't do them
a6893b4
/sbin/chkconfig --del NetworkManager >/dev/null 2>&1 || :
a6893b4
/bin/systemctl try-restart NetworkManager.service >/dev/null 2>&1 || :
a6893b4
f732a55
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
94cf4e1
%post	glib -p /sbin/ldconfig
94cf4e1
%postun	glib -p /sbin/ldconfig
d613319
790ff91
%pre gnome
790ff91
if [ "$1" -gt 1 ]; then
790ff91
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
bed27cd
  if [ -f "%{_sysconfdir}/gconf/schemas/nm-applet.schemas" ]; then
bed27cd
    gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/nm-applet.schemas >/dev/null
bed27cd
  fi
790ff91
fi
790ff91
790ff91
%preun gnome
790ff91
if [ "$1" -eq 0 ]; then
790ff91
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
bed27cd
  if [ -f "%{_sysconfdir}/gconf/schemas/nm-applet.schemas" ]; then
bed27cd
    gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/nm-applet.schemas >/dev/null
bed27cd
  fi
790ff91
fi
790ff91
b94c529
%post gnome
65bc38d
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
790ff91
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
bed27cd
if [ -f "%{_sysconfdir}/gconf/schemas/nm-applet.schemas" ]; then
bed27cd
  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/nm-applet.schemas >/dev/null
bed27cd
fi
b94c529
b94c529
%postun gnome
65bc38d
if [ $1 -eq 0 ] ; then
65bc38d
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
65bc38d
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
b94c529
fi
cvsdist 9906183
65bc38d
%posttrans gnome
65bc38d
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
65bc38d
f0ce8db
%files -f %{name}.lang
f0ce8db
%defattr(-,root,root,0755)
790ff91
%doc COPYING NEWS AUTHORS README CONTRIBUTING TODO
5909613
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.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
ac78a21
%{_sysconfdir}/dbus-1/system.d/nm-ifcfg-rh.conf
9bffc3a
%{_sbindir}/%{name}
91d9088
%{_bindir}/nmcli
3d623e7
%dir %{_sysconfdir}/%{name}/
3d623e7
%dir %{_sysconfdir}/%{name}/dispatcher.d
3d623e7
%dir %{_sysconfdir}/%{name}/VPN
5c4507f
%config(noreplace) %{_sysconfdir}/%{name}/NetworkManager.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
5909613
%{_libdir}/NetworkManager/libnm-settings-plugin*.so
a03c871
%{_mandir}/man1/*
940ffda
%{_mandir}/man5/*
a03c871
%{_mandir}/man8/*
55a16fd
%dir %{_localstatedir}/run/NetworkManager
94cf4e1
%dir %{_localstatedir}/lib/NetworkManager
7608f78
%{_prefix}/libexec/nm-crash-logger
a86ffd5
%dir %{_datadir}/NetworkManager
55a16fd
%{_datadir}/NetworkManager/gdb-cmd
37b2e50
%dir %{_sysconfdir}/NetworkManager/system-connections
b975c9c
%{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service
ac7dc19
%{_libdir}/pppd/%{ppp_version}/nm-pppd-plugin.so
60d6eae
%{_datadir}/polkit-1/actions/*.policy
66776fa
/lib/udev/rules.d/*.rules
66776fa
# systemd stuff
5909613
%{systemd_dir}/NetworkManager.service
5909613
%{systemd_dir}/NetworkManager-wait-online.service
66776fa
%{_datadir}/dbus-1/system-services/org.freedesktop.NetworkManager.service
cvsdist 9906183
5909613
%ifnarch s390 s390x
5909613
%files wimax
5909613
%defattr(-,root,root,0755)
5909613
%{_libdir}/%{name}/libnm-device-plugin-wimax.so
5909613
%endif
5909613
2d830df
%files devel
2d830df
%defattr(-,root,root,0755)
65bc38d
%doc ChangeLog docs/api/html/*
2d830df
%dir %{_includedir}/%{name}
2d830df
%{_includedir}/%{name}/%{name}.h
2d830df
%{_includedir}/%{name}/NetworkManagerVPN.h
65bc38d
%{_includedir}/%{name}/nm-version.h
2d830df
%{_libdir}/pkgconfig/%{name}.pc
65bc38d
%dir %{_datadir}/gtk-doc/html/NetworkManager
65bc38d
%{_datadir}/gtk-doc/html/NetworkManager/*
2d830df
cvsdist 9906183
%files gnome
f0ce8db
%defattr(-,root,root,0755)
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
8cd18ba
%{_datadir}/icons/hicolor/32x32/apps/*.png
52d9ce4
%{_datadir}/icons/hicolor/48x48/apps/*.png
8cd18ba
%{_datadir}/icons/hicolor/scalable/apps/*.svg
6718e04
%{_sysconfdir}/xdg/autostart/nm-applet.desktop
37b2e50
%dir %{_datadir}/gnome-vpn-properties
60d6eae
%{_sysconfdir}/gconf/schemas/nm-applet.schemas
bed27cd
%ifnarch s390 s390x
bed27cd
%{_libdir}/gnome-bluetooth/plugins/*
bed27cd
%endif
cvsdist 9906183
ddd379d
%files glib
ddd379d
%defattr(-,root,root,0755)
60d6eae
%{_libdir}/libnm-glib.so.*
60d6eae
%{_libdir}/libnm-glib-vpn.so.*
2d830df
%{_libdir}/libnm-util.so.*
65bc38d
%{_libdir}/girepository-1.0/NetworkManager-1.0.typelib
65bc38d
%{_libdir}/girepository-1.0/NMClient-1.0.typelib
99a82f8
99a82f8
%files glib-devel
f9c3099
%defattr(-,root,root,0755)
f9c3099
%dir %{_includedir}/libnm-glib
a03c871
%{_includedir}/libnm-glib/*.h
65bc38d
%{_includedir}/%{name}/nm-setting*.h
65bc38d
%{_includedir}/%{name}/nm-connection.h
5909613
%{_includedir}/%{name}/nm-utils-enum-types.h
65bc38d
%{_includedir}/%{name}/nm-utils.h
60d6eae
%{_libdir}/pkgconfig/libnm-glib.pc
60d6eae
%{_libdir}/pkgconfig/libnm-glib-vpn.pc
2d830df
%{_libdir}/pkgconfig/libnm-util.pc
60d6eae
%{_libdir}/libnm-glib.so
60d6eae
%{_libdir}/libnm-glib-vpn.so
2d830df
%{_libdir}/libnm-util.so
65bc38d
%{_datadir}/gir-1.0/NetworkManager-1.0.gir
65bc38d
%{_datadir}/gir-1.0/NMClient-1.0.gir
716eed3
%dir %{_datadir}/gtk-doc/html/libnm-glib
c9bde83
%{_datadir}/gtk-doc/html/libnm-glib/*
e603f7b
%dir %{_datadir}/gtk-doc/html/libnm-util
30c9ed8
%{_datadir}/gtk-doc/html/libnm-util/*
ddd379d
39811eb
%files gtk
39811eb
%defattr(-,root,root,0755)
39811eb
%{_libdir}/libnm-gtk.so.*
b752f10
%dir %{_datadir}/libnm-gtk
b752f10
%{_datadir}/libnm-gtk/*.ui
39811eb
39811eb
%files gtk-devel
39811eb
%defattr(-,root,root,0755)
39811eb
%dir %{_includedir}/libnm-gtk
39811eb
%{_includedir}/libnm-gtk/*.h
39811eb
%{_libdir}/pkgconfig/libnm-gtk.pc
39811eb
%{_libdir}/libnm-gtk.so
39811eb
cvsdist 9906183
%changelog
2a5adcb
* Wed Mar 14 2012 Dan Williams <dcbw@redhat.com> - 0.9.3.995-0.6
2a5adcb
- core: fix issue with carrier changes not being recognized (rh #800690)
2a5adcb
- editor: warn user if CA certificate is left blank
2a5adcb
2a5adcb
* Tue Mar 13 2012 Dan Williams <dcbw@redhat.com> - 0.9.3.995-0.5
2a5adcb
- core: fix a crash with ipw2200 devices and adhoc networks
2a5adcb
- core: fix IPv6 addressing on newer kernels
2a5adcb
- core: fix issue with VPN plugin passwords (rh #802540)
2a5adcb
- cli: enhancements for Bonding, VLAN, and OLPC mesh devices
2a5adcb
- ifcfg-rh: fix quoting WPA passphrases that include quotes (rh #798102)
2a5adcb
- libnm-glib: fix some issues with duplicate devices shown in menus
2a5adcb
5909613
* Fri Mar  2 2012 Dan Williams <dcbw@redhat.com> - 0.9.3.995-0.4
5909613
- Update to 0.9.3.995 (0.9.4-beta1)
5909613
- core: add support for bonding and VLAN interfaces
5909613
- core: add support for Internet connectivity detection
5909613
- core: add support for IPv6 Privacy Extensions
5909613
- core: fix interaction with firewalld restarts
5909613
5909613
* Thu Mar  1 2012 Dan Horák <dan[at]danny.cz> - 0.9.3-0.3
5909613
- disable WiMAX plugin on s390(x)
5909613
5909613
* Thu Feb 16 2012 Dan Williams <dcbw@redhat.com> - 0.9.3-0.2
5909613
- Put WiMAX plugin files in the right subpackage
5909613
5909613
* Wed Feb 15 2012 Dan Williams <dcbw@redhat.com> - 0.9.3-0.1
5909613
- Update to 0.9.4 snapshot
5909613
- wimax: enable optional support for Intel WiMAX devices
5909613
- core: use nl80211 for WiFi device control
5909613
- core: add basic support for Infiniband IP interfaces
5909613
- core: add basic support for bonded interfaces
5909613
- core: in-process IP configuration no longer blocks connected state
5909613
3863312
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 0.9.2-4
3863312
- Rebuild
3863312
2ad2e28
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.9.2-3
2ad2e28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2ad2e28
Daniel Drake 1321eb9
* Thu Nov 24 2011 Daniel Drake <dsd@laptop.org> - 0.9.2-2
Daniel Drake 1321eb9
- Rebuild for libgnome-bluetooth.so.9
Daniel Drake 1321eb9
04ba8e9
* Thu Nov 09 2011 Dan Williams <dcbw@redhat.com> - 0.9.2-1
04ba8e9
- core: fix possible crash when talking to ModemManager
04ba8e9
- core: improve handling of rfkill on some machines (eeepc 1005HA and others)
04ba8e9
- ifcfg-rh: don't use spaces in ifcfg file names (rh #742273)
04ba8e9
- core: accept IPv6 Router Advertisements when forwarding is on
04ba8e9
- core: bump dnsmasq cache size to 400 entries
04ba8e9
- core: ensure IPv6 static routes are flushed when device is deactivated
04ba8e9
- ifcfg-rh: fix changing WPA connections to WEP
04ba8e9
- core: fix setting hostname from DHCP (rh #719100)
04ba8e9
- libnm-glib: fix various GObject introspection issues (rh #747302)
04ba8e9
- core: don't change routing or DNS if no devices are managed
04ba8e9
- core: ensure IPv6 RA-provided routes are honored
04ba8e9
3a8d9ca
* Wed Nov  9 2011 Adam Williamson <awilliam@redhat.com> - 1:0.9.1.90-5.git20110927
04ba8e9
- Rebuilt for glibc (rh #747377)
Jiří Klimeš 38ea3e9
- core: fix setting hostname from DHCP options (rh #719100)
3a8d9ca
- skip a release to keep up with F16
9635326
b752f10
* Tue Sep 27 2011 Dan Williams <dcbw@redhat.com> - 0.9.1.90-3.git20110927
b752f10
- core: fix location of wifi.ui (rh #741448)
b752f10
Jiří Klimeš 186a7c6
* Tue Sep 27 2011 Jiří Klimeš <jklimes@redhat.com> - 0.9.1.90-2.git20110927
Jiří Klimeš 186a7c6
- core: ifcfg-rh: remove newlines when writing to ifcfg files (CVE-2011-3364) (rh #737338)
Jiří Klimeš 186a7c6
- core: change iscsiadm path to /sbin/iscsiadm in ifcfg-rh plugin (rh #740753)
Jiří Klimeš 186a7c6
- core: fix refcounting when deleting a default wired connection (lp:797868)
Jiří Klimeš 186a7c6
39811eb
* Mon Sep 19 2011 Dan Williams <dcbw@redhat.com> - 0.9.1.90-1
39811eb
- Update to 0.9.1.90 (0.9.2-beta1)
39811eb
- core: fix IPv6 link-local DNS servers in the dnsmasq DNS plugin
39811eb
- cli: add ability to delete connections
39811eb
- keyfile: fix an issue with duplicated keyfile connections
39811eb
- core: ensure the 'novj' option is passed through to pppd
39811eb
- core: store timestamps for VPN connections too (rh #725353)
39811eb
a6893b4
* Fri Sep  9 2011 Tom Callaway <spot@fedoraproject.org> - 0.9.0-2
a6893b4
- fix systemd scriptlets and trigger
a6893b4
1fe2e94
* Tue Aug 23 2011 Dan Williams <dcbw@redhat.com> - 0.9.0-1
1fe2e94
- Update to 0.9 release
1fe2e94
- core: fix issue where scan results could be ignored
1fe2e94
- core: ensure agent secrets are preserved when updating connections
1fe2e94
- core: don't autoconnect disabled modems
1fe2e94
- core: fix race when checking modem enabled/disabled status after disabling
1fe2e94
- core: ensure newly installed VPN plugins can actually talk to NM
1fe2e94
- core: add support for 802.1X certificate subject matching
1fe2e94
- libnm-glib: various introspection fixes
1fe2e94
- applet/editor: updated translations
1fe2e94
1fe2e94
* Fri Aug 05 2011 Ray Strode <rstrode@redhat.com> 0.8.9997-7.git20110721
1fe2e94
- Add some patches for some blocker (rh #727501)
1fe2e94
4483a5f
* Thu Jul 21 2011 Dan Williams <dcbw@redhat.com> - 0.8.9997-6.git20110721
4483a5f
- core: updated Russian translation (rh #652904)
4483a5f
- core: fix possible crash if secrets are missing
4483a5f
- core: append interface name for IPv6 link-local DNS server addresses (rh #720001)
4483a5f
- core: fix setting hostname from DHCP options (rh #719100)
4483a5f
- libnm-util: GObject introspection annotation fixes
4483a5f
- libnm-util: ensure IP address/route prefixes are valid
4483a5f
- ifcfg-rh: read anonymous identity for 802.1x PEAP connections (rh #708436)
4483a5f
- applet: show notifications on CDMA home/roaming changes
4483a5f
- applet: fix various issues saving VPN secrets
4483a5f
- editor: allow exporting VPN secrets
4483a5f
- editor: default to IPv6 "automatic" addressing mode
4483a5f
e11025f
* Sat Jul  2 2011 Dan Williams <dcbw@redhat.com> - 0.8.9997-5.git20110702
e11025f
- core: ensure users are authorized for shared wifi connections (CVE-2011-2176) (rh #715492)
e11025f
- core: retry failed connections after 5 minute timeout
e11025f
- core: immediately request new 802.1x 'always ask' passwords if they fail
e11025f
- core: add MAC blacklisting capability for WiFi and Wired connections
e11025f
- core: retry failed connections when new users log in (rh #706204)
e11025f
- applet: updated translations
e11025f
- core: drop compat interface now that KDE bits are updated to NM 0.9 API
e11025f
e11025f
* Mon Jun 20 2011 Dan Williams <dcbw@redhat.com> - 0.8.9997-4.git20110620
e11025f
- core: don't cache "(none)" hostname at startup (rh #706094)
e11025f
- core: fix handling of VPN connections with only system-owned secrets
e11025f
- core: fix optional waiting for networking at startup behavior (rh #710502)
e11025f
- ifcfg-rh: fix possible crashes in error cases
e11025f
- ifcfg-rh: fix various IPv4 and IPv6 handling issues
e11025f
- applet: add notifications of GSM mobile broadband registration status
e11025f
- editor: move secrets when making connections available to all users or private
e11025f
- applet: don't show irrelevant options when asking for passwords
e11025f
e11025f
* Mon Jun 13 2011 Dan Williams <dcbw@redhat.com> - 0.8.9997-3.git20110613
e11025f
- keyfile: better handling of missing certificates/private keys
e11025f
- core: fix issues handling "always-ask" wired and WiFi 802.1x connections (rh #703785)
e11025f
- core: fix automatic handling of hidden WiFi networks (rh #707406)
e11025f
- editor: fix possible crash after reading network connections (rh #706906)
e11025f
- editor: make Enter/Return key close WiFi password dialogs (rh #708666)
e11025f
e11025f
* Fri Jun  3 2011 Dan Williams <dcbw@redhat.com> - 0.8.9997-2.git20110531
e11025f
- Bump for CVE-2011-1943 (no changes, only a rebuild)
e11025f
c97c74c
* Tue May 31 2011 Dan Williams <dcbw@redhat.com> - 0.8.9997-1.git20110531
c97c74c
- editor: fix resizing of UI elements (rh #707269)
c97c74c
- core: retry wired connections when cable is replugged
c97c74c
- core: fix a few warnings and remove some left-over debugging code
c97c74c
c97c74c
* Thu May 26 2011 Dan Williams <dcbw@redhat.com> - 0.8.999-3.git20110526
c97c74c
- compat: fix activation/deactivation of VPN connections (rh #699786)
c97c74c
- core: fix autodetection of previously-used hidden wifi networks
c97c74c
- core: silence error if ConsoleKit database does not yet exist (rh #695617)
c97c74c
- core: fix Ad-Hoc frequency handling (rh #699203)
c97c74c
- core: fixes for migrated OpenConnect VPN plugin connections
c97c74c
- core: various fixes for VPN connection secrets handling
c97c74c
- core: send only short hostname to DHCP servers (rh #694758)
c97c74c
- core: better handling of PKCS#8 private keys
c97c74c
- core: fix dispatcher script interface name handling
c97c74c
- editor: fix potential crash when connection is invalid (rh #704848)
c97c74c
- editor: allow _ as a valid character for GSM APNs
c97c74c
c97c74c
* Mon May  9 2011 Dan Williams <dcbw@redhat.com> - 0.8.999-2.git20110509
c97c74c
- core: fix possible crash when connections are deleted
c97c74c
- core: fix exported symbols in libnm-util and libnm-glib
c97c74c
- core/applet: updated translations
c97c74c
29aca24
* Tue May  3 2011 Dan Williams <dcbw@redhat.com> - 0.8.999-1
29aca24
- core: ensure DER format certificates are correctly recognized (rh #699591)
29aca24
- core: fix WINS server handling in client helper libraries
29aca24
- core: enhance dispatcher script environment to include IPv6 and VPN details
29aca24
- applet: migrate openswan connections to 0.9
29aca24
- editor: improve usability of editing IP addresses (rh #698199)
29aca24
e0aab18
* Wed Apr 27 2011 Dan Williams <dcbw@redhat.com> - 0.8.998-4.git20110427
e0aab18
- core: enable optimized background roaming for WPA Enterprise configs
e0aab18
- core: better handling of WiFi and WiMAX rfkill (rh #599002)
e0aab18
- applet: fix crash detecting Bluetooth DUN devices a second time
e0aab18
- ifcfg-rh: fix managed/unmanaged changes when removing connections (rh #698202)
e0aab18
e0aab18
* Tue Apr 19 2011 Dan Williams <dcbw@redhat.com> - 0.8.998-3.git20110419
e0aab18
- core: systemd and startup enhancements for NFS mounts
e0aab18
- core: more efficient startup process
e0aab18
- core: fix handling of multiple logins when one is inactive
e0aab18
- core: fix handling of S390/Hercules CTC network interfaces (rh #641986)
e0aab18
- core: support Easytether interfaces for Android phones
e0aab18
- core: fix handling of WWAN enable/disable states
e0aab18
- ifcfg-rh: harmonize handling if IPADDR/PREFIX/NETMASK with initscripts (rh #658907)
e0aab18
- applet: fix connection to WPA Enterprise networks (rh #694765)
e0aab18
e0aab18
* Wed Apr 06 2011 Dan Williams <dcbw@redhat.com> - 0.8.998-2.git20110406
e0aab18
- core: fix handling of infinite IPv6 RDNSS timeouts (rh #689291)
e0aab18
e0aab18
* Mon Apr 04 2011 Dan Williams <dcbw@redhat.com> - 0.8.998-1
e0aab18
- Update to 0.8.998 (0.9.0-rc1)
e0aab18
- core: fix near-infinite requests for passwords (rh #692783)
e0aab18
- core: fix handling of wired 802.1x connections
e0aab18
- core: ignore Nokia PC-Suite ethernet devices we can't use yet
e0aab18
- applet: migrate 0.8 OpenVPN passwords to 0.9 formats
e0aab18
e0aab18
* Thu Mar 31 2011 Dan Williams <dcbw@redhat.com> - 0.8.997-8.git20110331
e0aab18
- core: resurrect default VPN username
e0aab18
- core: don't stomp on crypto library users by de-initing the crypto library
e0aab18
e0aab18
* Wed Mar 30 2011 Dan Williams <dcbw@redhat.com> - 0.8.997-7.git20110330
e0aab18
- core: fix creation of default wired connections
e0aab18
- core: fix requesting new secrets when old ones fail (ex changing WEP keys)
e0aab18
- editor: ensure all pages are sensitive after retrieving secrets
e0aab18
- editor: fix crash when scrolling through connection lists (rh #693446)
e0aab18
- applet: fix crash after using the wifi or wired secrets dialogs (rh #693446)
e0aab18
e0aab18
* Mon Mar 28 2011 Christopher Aillon <caillon@redhat.com> - 0.8.997-6.git20110328
e0aab18
- Fix trigger to enable the systemd service for upgrades (rh #678553)
e0aab18
aef144e
* Mon Mar 28 2011 Dan Williams <dcbw@redhat.com> - 0.8.997-5.git20110328
e0aab18
- core: fix connection deactivation on the compat interface
aef144e
- core: give default wired connections a more friendly name
aef144e
- core: fix base type of newly created wired connections
aef144e
- applet: many updated translations
aef144e
65bc38d
* Fri Mar 25 2011 Dan Williams <dcbw@redhat.com> - 0.8.997-4.git20110325
65bc38d
- core: fix possible libnm-glib crash when activating connections
65bc38d
- applet: fix various naming and dialog title issues
65bc38d
65bc38d
* Thu Mar 24 2011 Dan Williams <dcbw@redhat.com> - 0.8.997-3.git20110324
65bc38d
- nm-version.h should be in NetworkManager-devel, not -glib-devel (rh #685442)
65bc38d
e0aab18
* Thu Mar 24 2011 Dan Williams <dcbw@redhat.com> - 0.8.997-2.git20110324
e0aab18
- core: add compatibility layer for KDE Plasma network infrastructure
e0aab18
65bc38d
* Mon Mar 21 2011 Dan Williams <dcbw@redhat.com> - 0.8.997-1
65bc38d
- Update to 0.8.997 (0.9-beta3)
65bc38d
- ifcfg-rh: fix reading and writing of Dynamic WEP connections using LEAP as the eap method
65bc38d
- wifi: fix signal strength for scanned access points with some drivers
65bc38d
- applet: translation updates
65bc38d
65bc38d
* Thu Mar 10 2011 Dan Williams <dcbw@redhat.com> - 0.8.996-1
65bc38d
- Update to 0.8.996 (0.9-beta2)
65bc38d
65bc38d
* Wed Mar  9 2011 Dan Williams <dcbw@redhat.com> - 0.8.995-4.git20110308
65bc38d
- applet: fix bus name more
65bc38d
65bc38d
* Wed Mar  9 2011 Dan Williams <dcbw@redhat.com> - 0.8.995-3.git20110308
65bc38d
- applet: fix bus name
65bc38d
65bc38d
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> - 0.8.995-2.git20110308
65bc38d
- Fix systemd requires
65bc38d
65bc38d
* Mon Mar  7 2011 Dan Williams <dcbw@redhat.com> - 0.8.995-1.git20110308
65bc38d
- Update to NetworkManager 0.9-beta1
65bc38d
- core: consolidate user and system settings services into NM itself
65bc38d
- core: add WiMAX support
65bc38d
- applet: support Fast User Switching
Jiří Klimeš 8d0ac99
82da7ab
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 0.8.2-8.git20101117
82da7ab
- Rebuild against newer gtk
82da7ab
e535f83
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8.2-7.git20101117
e535f83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e535f83
2d76c19
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.8.2-6.git20101117
2d76c19
- Rebuild against new gtk
2d76c19
1c77896
* Tue Feb  1 2011 Dan Williams <dcbw@redhat.com> - 0.8.2-5.git20101117
1c77896
- Handle modem IP interface changes after device is recognized
1c77896
31be45c
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.8.2-4.git20101117
da9fd05
- Rebuild against new gtk3
da9fd05
3f81a97
* Tue Dec 21 2010 Dan Horák <dan[at]danny.cz> - 0.8.2-3.git20101117
3f81a97
- use --force in autoreconf to fix FTBFS
3f81a97
c2aef42
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.8.2-2.git20101117
c2aef42
- Rebuild against newer gtk
c2aef42
73253af
* Wed Nov  27 2010 Dan Williams <dcbw@redhat.com> - 0.8.2-1.git20101117
8945c4b
- Update to 0.8.2
8945c4b
58750a0
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.8.1-10.1
58750a0
- Rebuild against libnotify 0.7
58750a0
- misc gtk build fixes
58750a0
86ef1e5
* Mon Nov  1 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-10
86ef1e5
- core: preserve WiFi Enabled state across reboot and suspend/resume
86ef1e5
3e67131
* Fri Oct 15 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-9
3e67131
- core: fix suspend/resume regression (rh #638640)
3e67131
- core: fix issue causing some nmcli requests to be ignored
3e67131
10e568e
* Thu Oct  7 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-8
10e568e
- core: preserve custom local-mapped hostnames in /etc/hosts (rh #627269)
10e568e
c28c070
* Thu Oct  7 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-7
c28c070
- core: remove stale /etc/hosts mappings (rh #630146)
c28c070
c52f751
* Tue Aug 31 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-6
c52f751
- core: add dispatcher events on DHCPv4 and DHCPv6 lease changes
c52f751
- core: enforce access permissions when enabling/disabling WiFi and WWAN (rh #626337)
c52f751
- core: listen for UPower suspend/resume signals
c52f751
- applet: fix disabled Enable Networking and Enable Wireless menu items (rh #627365)
c52f751
- applet: updated translations
c52f751
- applet: obscure Mobile Broadband PIN in secondary unlock dialog
c52f751
f732a55
* Wed Aug 18 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-5
f732a55
- core: fix some systemd interaction issues
f732a55
66776fa
* Tue Aug 17 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-4
66776fa
- core: rebuild to fix polkit 0.97 build issue
66776fa
- applet: updated translations
66776fa
080bb86
* Fri Aug 13 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-3
080bb86
- core: rebuild to fix dbus-glib security issue (CVE-2010-1172) (rh #585394)
080bb86
080bb86
* Fri Aug 13 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-2
081dd42
- core: quiet annoying warnings (rh #612991)
081dd42
- core: fix retrieval of various IP options in libnm-glib (rh #611141)
081dd42
- core: ship NetworkManager.conf instead of deprecated nm-system-settings.conf (rh #606160)
081dd42
- core: add short hostname to /etc/hosts too (rh #621910)
081dd42
- core: recheck autoactivation when new system connections appear
081dd42
- core: enable DHCPv6-only configurations (rh #612445)
081dd42
- core: don't fail connection immediately if DHCP lease expires (rh #616084) (rh #590874)
081dd42
- core: fix editing of PPPoE system connections
081dd42
- core: work around twitchy frequency reporting of various wifi drivers
081dd42
- core: don't tear down user connections on console changes (rh #614556)
081dd42
- cli: wait a bit for NM's permissions check to complete (rh #614866)
081dd42
- ifcfg-rh: ignore BRIDGE and VLAN configs and treat as unmanaged (rh #619863)
081dd42
- man: add manpage for nm-online
081dd42
- applet: fix crash saving ignore-missing-CA-cert preference (rh #619775)
081dd42
- applet: hide PIN/PUK by default in the mobile PIN/PUK dialog (rh #615085)
081dd42
- applet: ensure Enter closes the PIN/PUK dialog (rh #611831)
081dd42
- applet: fix another crash in ignore-CA-certificate handling (rh #557495)
081dd42
- editor: fix handling of Wired/s390 connections (rh #618620)
081dd42
- editor: fix crash when canceling editing in IP address pages (rh #610891)
081dd42
- editor: fix handling of s390-specific options
081dd42
- editor: really fix crash when changing system connections (rh #603566)
081dd42
5c4507f
* Thu Jul 22 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-1
5c4507f
- core: read nm-system-settings.conf before NetworkManager.conf (rh #606160)
5c4507f
- core: fix editing system DSL connections when using keyfile plugin
5c4507f
- core: work around inconsistent proprietary driver associated AP reporting
5c4507f
- core: ensure empty VPN secrets are not used (rh #587784)
5c4507f
- core: don't request WiFi scans when connection is locked to a specific BSSID
5c4507f
- cli: show IPv6 settings and configuration
5c4507f
- applet: updated translations
5c4507f
- editor: fix a PolicyKit-related crash editing connections (rh #603566)
5c4507f
- applet: fix saving the ignore-missing-CA-cert preference (rh #610084)
5c4507f
- editor: fix listing connections on PPC64 (rh #608663)
5c4507f
- editor: ensure editor windows are destroyed when closed (rh #572466)
5c4507f
61e98e4
* Thu Jul  1 2010 Matthias Clasen <mclasen@redhatcom> - 0.8.1-0.5
61e98e4
- Rebuild against new gnome-bluetooth
61e98e4
27e3dfe
* Fri Jun 25 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-0.4
27e3dfe
- Update to 0.8.1 release candidate
27e3dfe
- core: fix WWAN hardware enable state tracking (rh #591622)
27e3dfe
- core: fix Red Hat initscript return value on double-start (rh #584321)
27e3dfe
- core: add multicast route entry for IPv4 link-local connections
27e3dfe
- core: fix connection sharing in cases where a dnsmasq config file exists
27e3dfe
- core: fix handling of Ad-Hoc wifi connections to indicate correct network
27e3dfe
- core: ensure VPN interface name is passed to dispatcher when VPN goes down
27e3dfe
- ifcfg-rh: fix handling of ASCII WEP keys
27e3dfe
- ifcfg-rh: fix double-quoting of some SSIDs (rh #606518)
27e3dfe
- applet: ensure deleted connections are actually forgotten (rh #618973)
27e3dfe
- applet: don't crash if the AP's BSSID isn't availabe (rh #603236)
27e3dfe
- editor: don't crash on PolicyKit events after windows are closed (rh #572466)
27e3dfe
27e3dfe
* Wed May 26 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-0.3
27e3dfe
- core: fix nm-online crash (rh #593677)
27e3dfe
- core: fix failed suspend disables network (rh #589108)
27e3dfe
- core: print out missing firmware errors (rh #594578)
27e3dfe
- applet: fix device descriptions for some mobile broadband devices
27e3dfe
- keyfile: bluetooth fixes
27e3dfe
- applet: updated translations (rh #589230)
27e3dfe
27e3dfe
* Wed May 19 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-0.2.git20100519
27e3dfe
- core: use GIO in local mode only (rh #588745)
27e3dfe
- core: updated translations (rh #589230)
27e3dfe
- core: be more lenient in IPv6 RDNSS server expiry (rh #590202)
27e3dfe
- core: fix headers to be C++ compatible (rh #592783)
27e3dfe
- applet: updated translations (rh #589230)
27e3dfe
- applet: lock connections with well-known SSIDs to their specific AP
27e3dfe
abba078
* Mon May 10 2010 Dan Williams <dcbw@redhat.com> - 0.8.1-0.1.git20100510
abba078
- core: fix handling of IPv6 RA flags when router goes away (rh #588560)
abba078
- bluetooth: fix crash configuring DUN connections from the wizard (rh #590666)
abba078
1818cd0
* Sun May  9 2010 Dan Williams <dcbw@redhat.com> - 0.8-13.git20100509
1818cd0
- core: restore initial accept_ra value for IPv6 ignored connections (rh #588619)
1818cd0
- bluetooth: fix bad timeout on PAN connections (rh #586961)
1818cd0
- applet: updated translations
1818cd0
fffdd0e
* Wed May  4 2010 Dan Williams <dcbw@redhat.com> - 0.8-12.git20100504
fffdd0e
- core: treat missing IPv6 configuration as ignored (rh #588814)
fffdd0e
- core: don't flush IPv6 link-local routes (rh #587836)
fffdd0e
- cli: update output formatting
fffdd0e
4c8a9e5
* Mon May  3 2010 Dan Williams <dcbw@redhat.com> - 0.8-11.git20100503
4c8a9e5
- core: allow IP configuration as long as one method completes (rh #567978)
4c8a9e5
- core: don't prematurely remove IPv6 RDNSS nameservers (rh #588192)
4c8a9e5
- core: ensure router advertisements are only used when needed (rh #588613)
4c8a9e5
- editor: add IPv6 gateway editing capability
4c8a9e5
ff2676f
* Sun May  2 2010 Dan Williams <dcbw@redhat.com> - 0.8-10.git20100502
ff2676f
- core: IPv6 autoconf, DHCP, link-local, and manual mode fixes
ff2676f
- editor: fix saving IPv6 address in user connections
ff2676f
5042b3a
* Thu Apr 29 2010 Dan Williams <dcbw@redhat.com> - 0.8-9.git20100429
5042b3a
- core: fix crash when IPv6 is enabled and interface is deactivated
5042b3a
e58e81d
* Mon Apr 26 2010 Dan Williams <dcbw@redhat.com> - 0.8-8.git20100426
e58e81d
- core: fix issues with IPv6 router advertisement mishandling (rh #530670)
e58e81d
- core: many fixes for IPv6 RA and DHCP handling (rh #538499)
e58e81d
- core: ignore WWAN ethernet devices until usable (rh #585214)
e58e81d
- ifcfg-rh: fix handling of WEP passphrases (rh #581718)
e58e81d
- applet: fix crashes (rh #582938) (rh #582428)
e58e81d
- applet: fix crash with multiple concurrent authorization requests (rh #585405)
e58e81d
- editor: allow disabling IPv4 on a per-connection basis
e58e81d
- editor: add support for IPv6 DHCP-only configurations
e58e81d
b176f83
* Thu Apr 22 2010 Dan Williams <dcbw@redhat.com> - 0.8-7.git20100422
b176f83
- core: fix crash during install (rh #581794)
b176f83
- wifi: fix crash when supplicant segfaults after resume (rh #538717)
b176f83
- ifcfg-rh: fix MTU handling for wired connections (rh #569319)
b176f83
- applet: fix display of disabled mobile broadband devices
b176f83
5276ed7
* Thu Apr  8 2010 Dan Williams <dcbw@redhat.com> - 0.8-6.git20100408
264c26c
- core: fix automatic WiFi connections on resume (rh #578141)
264c26c
5276ed7
* Thu Apr  8 2010 Dan Williams <dcbw@redhat.com> - 0.8-5.git20100408
9d335e7
- core: more flexible logging
9d335e7
- core: fix crash with OLPC mesh devices after suspend
9d335e7
- applet: updated translations
9d335e7
- applet: show mobile broadband signal strength and technology in the icon
264c26c
- applet: fix continuous password requests for 802.1x connections (rh #576925)
9d335e7
- applet: many updated translations
9d335e7
0ddad2d
* Thu Mar 25 2010 Dan Williams <dcbw@redhat.com> - 0.8-4.git20100325
0ddad2d
- core: fix modem enable/disable
0ddad2d
- core: fix modem default route handling
0ddad2d
2d2011d
* Tue Mar 23 2010 Dan Williams <dcbw@redhat.com> - 0.8-3.git20100323
2d2011d
- core: don't exit early on non-fatal state file errors
2d2011d
- core: fix Bluetooth connection issues (rh #572340)
2d2011d
- applet: fix some translations (rh #576056)
2d2011d
- applet: better feedback when wrong PIN/PUK is entered
2d2011d
- applet: many updated translations
2d2011d
- applet: PIN2 unlock not required for normal modem functionality
2d2011d
- applet: fix wireless secrets dialog display
2d2011d
940ffda
* Wed Mar 17 2010 Dan Williams <dcbw@redhat.com> - 0.8-2.git20100317
940ffda
- man: many manpage updates
940ffda
- core: determine classful prefix if non is given via DHCP
940ffda
- core: ensure /etc/hosts is always up-to-date and correct (rh #569914)
940ffda
- core: support GSM network and roaming preferences
940ffda
- applet: startup speed enhancements
2d2011d
- applet: better support for OTP/token-based WiFi connections (rh #526383)
940ffda
- applet: show GSM and CDMA registration status and signal strength when available
940ffda
- applet: fix zombie GSM and CDMA devices in the menu
940ffda
- applet: remove 4-character GSM PIN/PUK code limit
940ffda
- applet: fix insensitive WiFi Create... button (rh #541163)
940ffda
- applet: allow unlocking of mobile devices immediately when plugged in
940ffda
ac78a21
* Fri Feb 19 2010 Dan Williams <dcbw@redhat.com> - 0.8-1.git20100219
ac78a21
- core: update to final 0.8 release
ac78a21
- core: fix Bluetooth DUN connections when secrets are needed
ac78a21
- ifcfg-rh: add helper for initscripts to determine ifcfg connection UUIDs
ac78a21
- applet: fix Bluetooth connection secrets requests
ac78a21
- applet: fix rare conflict with other gnome-bluetooth plugins
ac78a21
029921f
* Thu Feb 11 2010 Dan Williams <dcbw@redhat.com> - 0.8-0.4.git20100211
029921f
- core: fix mobile broadband PIN handling (rh #543088) (rh #560742)
029921f
- core: better handling of /etc/hosts if hostname was already added by the user
029921f
- applet: crash less on D-Bus property errors (rh #557007)
029921f
- applet: fix crash entering wired 802.1x connection details (rh #556763)
029921f
09da2aa
* Tue Feb 09 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.8-0.3.git20100129
029921f
- core: validate the autostart .desktop file
029921f
- build: fix nmcli for the stricter ld (fixes FTBFS)
029921f
- build: fix nm-connection-editor for the stricter ld (fixes FTBFS)
029921f
- applet: don't autostart in KDE on F13+ (#541353)
09da2aa
d80f4aa
* Fri Jan 29 2010 Dan Williams <dcbw@redhat.com> - 0.8-0.2.git20100129
d80f4aa
- core: add Bluetooth Dial-Up Networking (DUN) support (rh #136663)
d80f4aa
- core: start DHCPv6 on receipt of RA 'otherconf'/'managed' bits
d80f4aa
- nmcli: allow enable/disable of WiFi and WWAN
d80f4aa
91d9088
* Fri Jan 22 2010 Dan Williams <dcbw@redhat.com> - 0.8-0.1.git20100122
91d9088
- ifcfg-rh: read and write DHCPv6 enabled connections (rh #429710)
91d9088
- nmcli: update
91d9088
91d9088
* Thu Jan 21 2010 Dan Williams <dcbw@redhat.com> - 0.7.999-2.git20100120
91d9088
- core: clean NSS up later to preserve errors from crypto_init()
91d9088
91d9088
* Wed Jan 20 2010 Dan Williams <dcbw@redhat.com> - 0.7.999-1.git20100120
91d9088
- core: support for managed-mode DHCPv6 (rh #429710)
91d9088
- ifcfg-rh: gracefully handle missing PREFIX/NETMASK
91d9088
- cli: initial preview of command-line client
91d9088
- applet: add --help to explain what the applet is (rh #494641)
91d9088
ac7dc19
* Wed Jan  6 2010 Dan Williams <dcbw@redhat.com> - 0.7.998-1.git20100106
ac7dc19
- build: fix for new pppd (rh #548520)
ac7dc19
- core: add WWAN enable/disable functionality
ac7dc19
- ifcfg-rh: IPv6 addressing and routes support (rh #523288)
ac7dc19
- ifcfg-rh: ensure connection is updated when route/key files change
ac7dc19
- applet: fix crash when active AP isn't found (rh #546901)
ac7dc19
- editor: fix crash when editing connections (rh #549579)
ac7dc19
2e0f497
* Mon Dec 14 2009 Dan Williams <dcbw@redhat.com> - 0.7.997-2.git20091214
2e0f497
- core: fix recognition of standalone 802.1x private keys
2e0f497
- applet: clean notification text to ensure it passes libnotify validation
2e0f497
94cf4e1
* Mon Dec  7 2009 Dan Williams <dcbw@redhat.com> - 0.7.997-1
94cf4e1
- core: remove haldaemon from initscript dependencies (rh #542078)
94cf4e1
- core: handle PEM certificates without an ending newline (rh #507315)
94cf4e1
- core: fix rfkill reporting for ipw2x00 devices
94cf4e1
- core: increase PPPoE timeout to 30 seconds
94cf4e1
- core: fix re-activating system connections with secrets
94cf4e1
- core: fix crash when deleting automatically created wired connections
94cf4e1
- core: ensure that a VPN's DNS servers are used when sharing the VPN connection
94cf4e1
- ifcfg-rh: support routes files (rh #507307)
94cf4e1
- ifcfg-rh: warn when device will be managed due to missing HWADDR (rh #545003)
94cf4e1
- ifcfg-rh: interpret DEFROUTE as never-default (rh #528281)
94cf4e1
- ifcfg-rh: handle MODE=Auto correctly
94cf4e1
- rpm: fix rpmlint errors
94cf4e1
- applet: don't crash on various D-Bus and other errors (rh #545011) (rh #542617)
94cf4e1
- editor: fix various PolicyKit-related crashes (rh #462944)
94cf4e1
- applet+editor: notify user that private keys must be protected
94cf4e1
94cf4e1
* Fri Nov 13 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-7.git20091113
84bc841
- nm: better pidfile handing (rh #517362)
84bc841
- nm: save WiFi and Networking enabled/disabled states across reboot
84bc841
- nm: fix crash with missing VPN secrets (rh #532084)
84bc841
- applet: fix system connection usage from the "Connect to hidden..." dialog
84bc841
- applet: show Bluetooth connections when no other devices are available (rh #532049)
84bc841
- applet: don't die when autoconfigured connections can't be made (rh #532680)
84bc841
- applet: allow system administrators to disable the "Create new wireless network..." menu item
84bc841
- applet: fix missing username connecting to VPNs the second time
84bc841
- applet: really fix animation stuttering
84bc841
- editor: fix IP config widget tooltips
84bc841
- editor: allow unlisted countries in the mobile broadband wizard (rh #530981)
84bc841
- ifcfg-rh: ignore .rpmnew files (rh #509621)
84bc841
84bc841
* Wed Nov 04 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-6.git20091021
84bc841
- nm: fix PPPoE connection authentication (rh #532862)
84bc841
bed27cd
* Wed Oct 21 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-5.git20091021
bed27cd
- install: better fix for (rh #526519)
bed27cd
- install: don't build Bluetooth bits on s390 (rh #529854)
bed27cd
- nm: wired 802.1x connection activation fixes
bed27cd
- nm: fix crash after modifying default wired connections like "Auto eth0"
bed27cd
- nm: ensure VPN secrets are requested again after connection failure
bed27cd
- nm: reset 'accept_ra' to previous value after deactivating IPv6 connections
bed27cd
- nm: ensure random netlink events don't interfere with IPv6 connection activation
bed27cd
- ifcfg-rh: fix writing out LEAP connections
bed27cd
- ifcfg-rh: recognize 'static' as a valid BOOTPROTO (rh #528068)
bed27cd
- applet: fix "could not find required resources" error (rh #529766)
bed27cd
32ffde2
* Fri Oct  2 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-4.git20091002
94cf4e1
- install: fix -gnome package pre script failures (rh #526519)
32ffde2
- nm: fix failures validating private keys when using the NSS crypto backend
32ffde2
- applet: fix crashes when clicking on menu but not associated (rh #526535)
32ffde2
- editor: fix crash editing wired 802.1x settings
32ffde2
- editor: fix secrets retrieval when editing connections
32ffde2
56b3ef9
* Mon Sep 28 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-3.git20090928
56b3ef9
- nm: fix connection takeover when carrier is not on
56b3ef9
- nm: handle certificate paths (CA chain PEM files are now fully usable)
56b3ef9
- nm: defer action for 4 seconds when wired carrier drops
56b3ef9
- ifcfg-rh: fix writing WPA passphrases with odd characters
56b3ef9
- editor: fix editing of IPv4 settings with new connections (rh #525819)
56b3ef9
- editor: fix random crashes when editing due to bad widget refcounting
56b3ef9
- applet: debut reworked menu layout (not final yet...)
56b3ef9
790ff91
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 0.7.996-3.git20090921
790ff91
- Install GConf schemas
790ff91
eb2c06a
* Mon Sep 21 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-2.git20090921
eb2c06a
- nm: allow disconnection of all device types
eb2c06a
- nm: ensure that wired connections are torn down when their hardware goes away
eb2c06a
- nm: fix crash when canceling a VPN's request for secrets
eb2c06a
- editor: fix issues changing connections between system and user scopes
eb2c06a
- editor: ensure changes are thrown away when editing is canceled
eb2c06a
- applet: ensure connection changes are noticed by NetworkManager
eb2c06a
- applet: fix crash when creating new connections
eb2c06a
- applet: actually use wired 802.1x secrets after they are requested
eb2c06a
60d6eae
* Wed Aug 26 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-1.git20090826
60d6eae
- nm: IPv6 zeroconf support and fixes
60d6eae
- nm: port to polkit (rh #499965)
60d6eae
- nm: fixes for ehea devices (rh #511304) (rh #516591)
60d6eae
- nm: work around PPP bug causing bogus nameservers for mobile broadband connections
60d6eae
- editor: fix segfault with "Unlisted" plans in the mobile broadband assistant
60d6eae
3c508c8
* Thu Aug 13 2009 Dan Williams <dcbw@redhat.com> - 0.7.995-3.git20090813
3c508c8
- nm: add iSCSI support
3c508c8
- nm: add connection assume/takeover support for ethernet (rh #517333)
3c508c8
- nm: IPv6 fixes
3c508c8
- nm: re-add OLPC XO-1 mesh device support (removed with 0.7.0)
3c508c8
- applet: better WiFi dialog focus handling
3c508c8
400d59b
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 0.7.995-2.git20090804
400d59b
- Add patch to fix service detection on phones
400d59b
fd62b91
* Tue Aug  4 2009 Dan Williams <dcbw@redhat.com> - 0.7.995-1.git20090804
fd62b91
- nm: IPv6 support for manual & router-advertisement modes
fd62b91
6d86759
* Sun Aug  2 2009 Matthias Clasen <mclasen@redhat.com> - 0.7.995-1.git20090728
6d86759
- Move some big docs to -devel to save space
6d86759
c3173c2
* Tue Jul 28 2009 Dan Williams <dcbw@redhat.com> - 0.7.995-0.git20090728
c3173c2
- Update to upstream 'master' branch
c3173c2
- Use modem-manager for better 3G modem support
c3173c2
- Integrated system settings with NetworkManager itself
c3173c2
- Use udev instead of HAL
c3173c2
d2db5cf
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.1-9.git20090708
d2db5cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d2db5cf
8ddf38c
* Thu Jul  9 2009 Dan Williams <dcbw@redhat.com> - 0.7.1-8.git20090708
8ddf38c
- applet: fix certificate validation in hidden wifi networks dialog (rh #508207)
8ddf38c
e7172c7
* Wed Jul  8 2009 Dan Williams <dcbw@redhat.com> - 0.7.1-7.git20090708
e7172c7
- nm: fixes for ZTE/Onda modem detection
e7172c7
- nm: prevent re-opening serial port when the SIM has a PIN
e7172c7
- applet: updated translations
e7172c7
- editor: show list column headers
e7172c7
e7172c7
* Thu Jun 25 2009 Dan Williams <dcbw@redhat.com> - 0.7.1-6.git20090617
e7172c7
- nm: fix serial port settings
e7172c7
e7172c7
* Wed Jun 17 2009 Dan Williams <dcbw@redhat.com> - 0.7.1-5.git20090617
e7172c7
- nm: fix AT&T Quicksilver modem connections (rh #502002)
e7172c7
- nm: fix support for s390 bus types (rh #496820)
e7172c7
- nm: fix detection of some CMOtech modems
e7172c7
- nm: handle unsolicited wifi scans better
e7172c7
- nm: resolv.conf fixes when using DHCP and overriding search domains
e7172c7
- nm: handle WEP and WPA passphrases (rh #441070)
e7172c7
- nm: fix removal of old APs when none are scanned
e7172c7
- nm: fix Huawei EC121 and EC168C detection and handling (rh #496426)
e7172c7
- applet: save WEP and WPA passphrases instead of hashed keys (rh #441070)
e7172c7
- applet: fix broken notification bubble actions
e7172c7
- applet: default to WEP encryption for Ad-Hoc network creation
e7172c7
- applet: fix crash when connection editor dialogs are canceled
e7172c7
- applet: add a mobile broadband provider wizard
e7172c7
e7172c7
* Tue May 19 2009 Karsten Hopp <karsten@redhat.com> 0.7.1-4.git20090414.1
e7172c7
- drop ExcludeArch s390 s390x, we need at least the header files
e7172c7
e7172c7
* Tue May 05 2009 Adam Jackson <ajax@redhat.com> 1:0.7.1-4.git20090414
e7172c7
- nm-save-the-leases.patch: Use per-connection lease files, and don't delete
e7172c7
  them on interface deactivate.
e7172c7
491e6da
* Thu Apr 16 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.1-3.git20090414
491e6da
- ifcfg-rh: fix problems noticing changes via inotify (rh #495884)
491e6da
4bd5410
* Tue Apr 14 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.1-2.git20090414
4bd5410
- ifcfg-rh: enable write support for wired and wifi connections
4bd5410
4bd5410
* Sun Apr 12 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.1-1
4bd5410
- nm: update to 0.7.1
4bd5410
- nm: fix startup race with HAL causing unmanaged devices to sometimes be managed (rh #494527)
4bd5410
3703829
* Wed Apr  8 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.100-2.git20090408
3703829
- nm: fix recognition of Option GT Fusion and Option GT HSDPA (nozomi) devices (rh #494069)
3703829
- nm: fix handling of spaces in DHCP 'domain-search' option
3703829
- nm: fix detection of newer Option 'hso' devices
3703829
- nm: ignore low MTUs returned by broken DHCP servers
3703829
1395c7d
* Sun Apr  5 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.100-1
1395c7d
- Update to 0.7.1-rc4
1395c7d
- nm: use PolicyKit for system connection secrets retrieval
1395c7d
- nm: correctly interpret errors returned from chmod(2) when saving keyfile system connections
1395c7d
- editor: use PolicyKit to get system connection secrets
1395c7d
9e892b7
* Thu Mar 26 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-5
9e892b7
- nm: fix crashes with out-of-tree modules that provide no driver link (rh #492246)
9e892b7
- nm: fix USB modem probing on recent udev versions
9e892b7
214098d
* Tue Mar 24 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-4
214098d
- nm: fix communication with Option GT Max 3.6 mobile broadband cards
214098d
- nm: fix communication with Huawei mobile broadband cards (rh #487663)
214098d
- nm: don't look up hostname when HOSTNAME=localhost unless asked (rh #490184)
214098d
- nm: fix crash during IP4 configuration (rh #491620)
214098d
- nm: ignore ONBOOT=no for minimal ifcfg files (f9 & f10 only) (rh #489398)
214098d
- applet: updated translations
214098d
164b069
* Wed Mar 18 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-3.5
214098d
- nm: work around unhandled device removals due to missing HAL events (rh #484530)
164b069
- nm: improve handling of multiple modem ports
164b069
- nm: support for Sony Ericsson F3507g / MD300 and Dell 5530
164b069
- applet: updated translations
164b069
aae1d86
* Mon Mar  9 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-3
aae1d86
- Missing ONBOOT should actually mean ONBOOT=yes (rh #489422)
aae1d86
7e93001
* Mon Mar  9 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-2
7e93001
- Fix conflict with NetworkManager-openconnect (rh #489271)
7e93001
- Fix possible crash when resynchronizing devices if HAL restarts
7e93001
13defc0
* Wed Mar  4 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-1
13defc0
- nm: make default wired "Auto ethX" connection modifiable if an enabled system settings
13defc0
    plugin supports modifying connections (rh #485555)
13defc0
- nm: manpage fixes (rh #447233)
13defc0
- nm: CVE-2009-0365 - GetSecrets disclosure
13defc0
- applet: CVE-2009-0578 - local users can modify the connection settings
13defc0
- applet: fix inability to choose WPA Ad-Hoc networks from the menu
13defc0
- ifcfg-rh: add read-only support for WPA-PSK connections
13defc0
3f87941
* Wed Feb 25 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.98-1.git20090225
3f87941
- Fix getting secrets for system connections (rh #486696)
3f87941
- More compatible modem autodetection
3f87941
- Better handle minimal ifcfg files
3f87941
d1e915c
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.0.97-6.git20090220
d1e915c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d1e915c
ef018e4
* Fri Feb 20 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.97-5.git20090220
ef018e4
- Use IFF_LOWER_UP for carrier detect instead of IFF_RUNNING
ef018e4
- Add small delay before probing cdc-acm driven mobile broadband devices
ef018e4
d536e96
* Thu Feb 19 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.97-4.git20090219
e5543d4
- Fix PEAP version selection in the applet (rh #468844)
e5543d4
- Match hostname behavior to 'network' service when hostname is localhost (rh #441453)
e5543d4
8a566a3
* Thu Feb 19 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.97-2
8a566a3
- Fix 'noreplace' for nm-system-settings.conf
8a566a3
8cd18ba
* Wed Feb 18 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.97-1
8cd18ba
- Update to 0.7.1rc1
8cd18ba
- nm: support for Huawei E160G mobile broadband devices (rh #466177)
8cd18ba
- nm: fix misleading routing error message (rh #477916)
8cd18ba
- nm: fix issues with 32-character SSIDs (rh #485312)
8cd18ba
- nm: allow root to activate user connections
8cd18ba
- nm: automatic modem detection with udev-extras
8cd18ba
- nm: massive manpage rewrite
8cd18ba
- applet: fix crash when showing the CA certificate ignore dialog a second time
8cd18ba
- applet: clear keyring items when deleting a connection
8cd18ba
- applet: fix max signal strength calculation in menu (rh #475123)
8cd18ba
- applet: fix VPN export (rh #480496)
8cd18ba
9ba12dc
* Sat Feb  7 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0-2.git20090207
9ba12dc
- applet: fix blank VPN connection message bubbles
9ba12dc
- applet: better handling of VPN routing on update
9ba12dc
- applet: silence pointless warning (rh #484136)
9ba12dc
- applet: desensitize devices in the menu until they are ready (rh #483879)
9ba12dc
- nm: Expose WINS servers in the IP4Config over D-Bus
9ba12dc
- nm: Better handling of GSM Mobile Broadband modem initialization
9ba12dc
- nm: Handle DHCP Classless Static Routes (RFC 3442)
9ba12dc
- nm: Fix Mobile Broadband and PPPoE to always use 'noauth'
9ba12dc
- nm: Better compatibility with older dual-SSID AP configurations (rh #445369)
94cf4e1
- nm: Mark nm-system-settings.conf as config (rh #465633)
9ba12dc
- nm-tool: Show VPN connection information
9ba12dc
- ifcfg-rh: Silence message about ignoring loopback config (rh #484060)
9ba12dc
- ifcfg-rh: Fix issue with wrong gateway for system connections (rh #476089)
9ba12dc
37b2e50
* Fri Jan  2 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0-1.git20090102
37b2e50
- Update to 0.7.1 pre-release
37b2e50
- Allow connections to be ignored when determining the default route (rh #476089)
37b2e50
- Own /usr/share/gnome-vpn-properties (rh #477155)
37b2e50
- Fix log flooding due to netlink errors (rh #459205)
37b2e50
- Pass connection UUID to dispatcher scripts via the environment
37b2e50
- Fix possible crash after deactivating a VPN connection
37b2e50
- Fix issues with editing wired 802.1x connections
37b2e50
- Fix issues when using PKCS#12 certificates with 802.1x connections
37b2e50
30c9ed8
* Fri Nov 21 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4326
30c9ed8
- API and documentation updates
30c9ed8
- Fix PIN handling on 'hso' mobile broadband devices
30c9ed8
233d3c5
* Tue Nov 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4296
233d3c5
- Fix PIN/PUK issues with high-speed Option HSDPA mobile broadband cards
233d3c5
- Fix desensitized OK button when asking for wireless keys
233d3c5
0be1640
* Mon Nov 17 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4295
0be1640
- Fix issues reading ifcfg files
0be1640
- Previously fixed:
0be1640
- Doesn't send DHCP hostname (rh #469336)
0be1640
- 'Auto eth0' forgets settings (rh #468612)
0be1640
- DHCP renewal sometimes breaks VPN (rh #471852)
0be1640
- Connection editor menu item in the wrong place (rh #471495)
0be1640
- Cannot make system-wide connections (rh #471308)
0be1640
bc5dc4c
* Fri Nov 14 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4293
bc5dc4c
- Update to NetworkManager 0.7.0 RC2
bc5dc4c
- Handle gateways on a different subnet from the interface
bc5dc4c
- Clear VPN secrets on connection failure to ensure they are requested again (rh #429287)
0be1640
- Add support for PKCS#12 private keys (rh #462705)
bc5dc4c
- Fix mangling of VPN's default route on DHCP renew
bc5dc4c
- Fix type detection of qemu/kvm network devices (rh #466340)
bc5dc4c
- Clear up netmask/prefix confusion in the connection editor
bc5dc4c
- Make the secrets dialog go away when it's not needed
bc5dc4c
- Fix inability to add system connections (rh #471308)
bc5dc4c
0b536f6
* Mon Oct 27 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4229
0b536f6
- More reliable mobile broadband card initialization
0b536f6
- Handle mobile broadband PINs correctly when PPP passwords are also used
0b536f6
- Additional PolicyKit integration for editing system connections
0b536f6
- Close the applet menu if a keyring password is needed (rh #353451)
0b536f6
3ff1b44
* Tue Oct 21 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4201
3ff1b44
- Fix issues with hostname during anaconda installation (rh #461933)
3ff1b44
- Fix Ad-Hoc WPA connections (rh #461197)
3ff1b44
- Don't require gnome-panel or gnome-panel-devel (rh #427834)
3ff1b44
- Fix determination of WPA encryption capabilities on some cards
3ff1b44
- Fix conflicts with PPTP and vpnc plugins
3ff1b44
- Allow .cer file extensions when choosing certificates
3ff1b44
838ebf3
* Sat Oct 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4175
838ebf3
- Fix conflicts for older PPTP VPN plugins
838ebf3
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
94cf4e1
* Mon Apr  9 2007 Dan Williams <dcbw@redhat.com> - 1:0.6.5-0.7.svn2547
c35cee8
- Update from trunk
94cf4e1
	* Updated translations
94cf4e1
	* Cleaned-up VPN properties dialogs
94cf4e1
	* Fix 64-bit kernel leakage issues in WEXT
94cf4e1
	* 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:
94cf4e1
	* Fix various WPA-related bugs
94cf4e1
	* Clean up leaks
94cf4e1
	* Increased DHCP timeout to account for slow DHCP servers, or STP-enabled
94cf4e1
		switches
94cf4e1
	* Allow applet to reconnect on dbus restarts
94cf4e1
	* Add "Dynamic WEP" support
94cf4e1
	* Allow hiding of password/key entry text
94cf4e1
	* 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