source: projects/specs/trunk/N/NetworkManager/NetworkManager-vl.spec @ 12529

Revision 12529, 59.4 KB checked in by tomop, 3 years ago (diff)

updated 5 packages

ModemManager?-1.14.10-1

NetworkManager-1.28.0-1

libpcap-1.10.0-1

ppp-2.4.9-1

xl2tpd-1.3.16-1

Line 
1%bcond_with systemd
2
3%define _unpackaged_files_terminate_build 1
4%define udev_scriptdir /lib/udev
5%global systemd_dir /lib/systemd/system
6%if !%{with systemd}
7%global dbus_sys_dir %{_datadir}/dbus-1/system.d
8%else
9%global dbus_sys_dir %{_sysconfdir}/dbus-1/system.d
10%endif
11
12%global nm_confdir %{_prefix}/lib/%{name}
13
14%define dbus_version 1.4.20
15%define dbus_glib_version 0.96
16
17%define gtk3_version    3.8.0
18%define wireless_tools_version 29
19%define libnl3_version 3.2.14
20%define ppp_version 2.4.9
21%define mm_version 1.10.4
22
23%global systemd_units NetworkManager.service NetworkManager-wait-online.service NetworkManager-dispatcher.service
24
25Name: NetworkManager
26Summary: Network connection manager and user applications
27Summary(ja): ネットワーク接続マネージャとユーザアプリケーション
28Version: 1.28.0
29Release: 1%{?_dist_release}%{?with_systemd:.systemd}
30Group: network,system
31Vendor: Project Vine
32Distribution: Vine Linux
33
34License: GPLv2+
35URL: https://www.gnome.org/projects/NetworkManager/
36%global shortver %(echo "%{version}" | sed -e 's/\.[0-9]*$//')
37Source: https://download.gnome.org/sources/NetworkManager/%{shortver}/%{name}-%{version}.tar.xz
38Source2: nm-system-settings.conf
39
40Source1000: NetworkManager.init
41
42BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
43
44%if %{with systemd}
45%{?systemd_requires}
46%else
47Requires(post): chkconfig /sbin/service
48Requires(preun): chkconfig /sbin/service
49%endif
50Requires(posttrans): util-linux
51
52Requires: iproute openssl
53Requires: dhclient
54Requires: wpa_supplicant
55Requires: libnl3
56Requires: %{name}-libnm = %{version}-%{release}
57Requires: ppp
58Requires: avahi
59Requires: dnsmasq
60Requires: initscripts >= 8.80.0
61%if !%{with systemd}
62Requires: eudev
63%endif
64Requires: ModemManager >= %{mm_version}
65Requires: mobile-broadband-provider-info
66Obsoletes: dhcdbd
67Conflicts: %{name}-openvpn < 0.7.0.99
68
69BuildRequires: dbus-devel >= %{dbus_version}
70BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
71#BuildRequires: wireless-tools-devel >= %{wireless_tools_version}
72BuildRequires: glib2-devel gtk3-devel
73BuildRequires: libnl3-devel >= %{libnl3_version}
74BuildRequires: libsoup-devel
75BuildRequires: polkit-devel
76BuildRequires: ppp-devel >= %{ppp_version}
77BuildRequires: libuuid-devel
78BuildRequires: nss-devel >= 3.11.7
79BuildRequires: pkgconfig(gudev-1.0)
80BuildRequires: pkgconfig(bluez)
81BuildRequires: pkgconfig(jansson)
82BuildRequires: curl-devel
83BuildRequires: python3-pygobject
84BuildRequires: vala-tools, vala-devel
85BuildRequires: ppp
86BuildRequires: ModemManager-glib-devel >= %{mm_version}
87BuildRequires: readline-devel
88BuildRequires: libndp-devel
89%if !%{with systemd}
90BuildRequires: elogind-devel
91BuildRequires: pkgconfig(libudev)
92%else
93BuildRequires: systemd-devel
94%endif
95
96%description
97NetworkManager attempts to keep an active network connection available at all
98times.  It is intended only for the desktop use-case, and is not intended for
99usage on servers.   The point of NetworkManager is to make networking
100configuration and setup as painless and automatic as possible.  If using DHCP,
101NetworkManager is _intended_ to replace default routes, obtain IP addresses
102from a DHCP server, and change nameservers whenever it sees fit.
103
104
105%if 0
106%package devel
107Summary: Libraries and headers for adding NetworkManager support to applications
108Summary(ja): アプリケーションに NetworkManager サポートを追加するためのライブラリ並びにヘッダファイル
109Group: Development/Libraries
110Requires: %{name} = %{version}-%{release}
111Requires: pkgconfig
112
113%description devel
114This package contains various headers accessing some NetworkManager functionality from applications.
115
116
117%package glib
118Summary: Libraries for adding NetworkManager support to applications that use glib (old API)
119Summary(ja): Glib を使用するアプリケーションに NetworkManager サポートを追加するためのライブラリ
120Group: System Environment/Libraries
121Requires: dbus
122Requires: dbus-glib
123
124%description glib
125This package contains the libraries that make it easier to use some NetworkManager
126functionality from applications that use glib.
127
128
129%package glib-devel
130Summary: Header files for adding NetworkManager support to applications that use glib (old API).
131Summary(ja): Glib を使用するアプリケーションに NetworkManager サポートを追加するためのヘッダファイル
132Group: Development/Libraries
133Requires: %{name}-devel = %{version}-%{release}
134Requires: %{name}-glib = %{version}-%{release}
135Requires: dbus-glib-devel
136Requires: glib2-devel
137Requires: pkgconfig
138
139%description glib-devel
140This package contains the header and pkg-config files for development applications using
141NetworkManager functionality from applications that use glib.
142%endif
143
144
145%package libnm
146Summary: Libraries for adding NetworkManager support to applications (new API).
147Summary(ja): NetworkManager サポートを追加するためのライブラリ (new API)
148Group: system
149Obsoletes: %{name}-glib < 1.15.0
150Requires: dbus
151Requires: dbus-glib
152
153%description libnm
154This package contains the libraries that make it easier to use some NetworkManager
155functionality from applications.  This is the new NetworkManager API.  See also
156NetworkManager-glib.
157
158
159%package libnm-devel
160Summary: Header files for adding NetworkManager support to applications (new API).
161Summary(ja): NetworkManager サポートを追加するためのヘッダファイル (new API)
162Group: programming
163Obsoletes: %{name}-devel < 1.15.0
164Obsoletes: %{name}-glib-devel < 1.15.0
165#Requires: %{name}-devel = %{version}-%{release}
166Requires: %{name}-libnm = %{version}-%{release}
167Requires: dbus-glib-devel
168Requires: glib2-devel
169Requires: pkgconfig
170
171%description libnm-devel
172This package contains the header and pkg-config files for development applications using
173NetworkManager functionality from applications.  This is the new NetworkManager API.
174See also NetworkManager-glib-devel.
175
176
177%package tui
178Summary: NetworkManager curses-based UI
179Summary(ja): cursesベースのNetworkManagerユーザインタフェース
180Group: system,network,admin-tools
181Requires: %{name} = %{version}-%{release}
182Requires: %{name}-libnm%{?_isa} = %{version}-%{release}
183BuildRequires: newt-devel
184
185%description tui
186This adds a curses-based "TUI" (Text User Interface) to
187NetworkManager, to allow performing some of the operations supported
188by nm-connection-editor and nm-applet in a non-graphical environment.
189
190
191%debug_package
192
193
194%prep
195%setup -q
196%if !%{with systemd}
197%endif
198
199
200%build
201NOCONFIGURE=1 ./autogen.sh
202sed -i "s|redhat-release|vine-release|g" configure
203%configure \
204        --enable-silent-rules \
205        --disable-static \
206        --with-udev-dir=%{udev_scriptdir} \
207        --enable-ifcfg-rh \
208        --with-dhclient=yes \
209        --with-dhcpcd=no \
210        --with-crypto=nss \
211        --with-docs=yes \
212        --enable-more-warnings=yes \
213        --enable-modify-system=yes \
214        --enable-vala=yes \
215        --enable-introspection \
216        --with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version} \
217        --enable-ppp \
218        --with-dist-version=%{version}-%{release} \
219        --with-libnm-glib \
220        --with-consolekit=no \
221%if %{with systemd}
222        --with-session-tracking=systemd \
223        --with-suspend-resume=systemd \
224        --with-systemdsystemunitdir=%{systemd_dir} \
225        --with-runstatedir=%{_rundir} \
226%else
227        --with-session-tracking=elogind \
228        --with-suspend-resume=elogind \
229%endif
230        --with-system-ca-path=/etc/pki/tls/cert.pem \
231        --with-dbus-sys-dir=%{dbus_sys_dir} \
232        --enable-polkit=yes \
233        --enable-polkit-agent \
234        %{nil}
235
236make %{?_smp_mflags}
237
238
239%install
240%{__rm} -rf %{buildroot}
241
242# install NM
243make install DESTDIR=%{buildroot}
244
245cp %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}/
246
247mkdir -p %{buildroot}%{_sysconfdir}/%{name}/conf.d
248cp -p data/server.conf.in %{buildroot}%{_sysconfdir}/%{name}/conf.d/00-server.conf
249
250# create a VPN directory
251mkdir -p %{buildroot}%{_sysconfdir}/NetworkManager/VPN
252
253# create a keyfile plugin system settings directory
254mkdir -p %{buildroot}%{_sysconfdir}/NetworkManager/system-connections
255
256mkdir -p %{buildroot}%{_datadir}/gnome-vpn-properties
257
258mkdir -p %{buildroot}%{_localstatedir}/lib/NetworkManager
259
260find %{buildroot} -name '*.la' -exec rm -f {} \;
261
262%find_lang %{name}
263
264%if !%{with systemd}
265mkdir -p  %{buildroot}%{_sysconfdir}/rc.d/init.d
266install -m 0755 %{SOURCE1000} %{buildroot}%{_sysconfdir}/rc.d/init.d/%{name}
267%endif
268
269mkdir -p %{buildroot}%{_localstatedir}/run/NetworkManager
270
271# remove gnome-bluetooth plugins
272rm -f %{buildroot}%{_libdir}/gnome-bluetooth/plugins/libnma.so
273
274
275%clean
276rm -rf %{buildroot}
277
278
279%if %{with systemd}
280%pre
281if [ -f "%{systemd_dir}/network-online.target.wants/NetworkManager-wait-online.service" ] ; then
282    # older versions used to install this file, effectively always enabling
283    # NetworkManager-wait-online.service. We no longer do that and rely on
284    # preset.
285    # But on package upgrade we must explicitly enable it (rh#1455704).
286    systemctl enable NetworkManager-wait-online.service || :
287fi
288%endif
289
290%post
291%if %{with systemd}
292/bin/udevadm control --reload-rules || :
293/bin/udevadm trigger --subsystem-match=net || :
294%systemd_post %{systemd_units}
295%else
296/sbin/udevadm control --reload-rules || :
297/sbin/udevadm trigger --subsystem-match=net || :
298if [ "$1" == "1" ]; then
299  /sbin/chkconfig --add NetworkManager
300  /sbin/chkconfig NetworkManager resetpriorities
301fi
302%endif
303
304if [ "$1" == "1" ]; then
305  if [ ! -f /sbin/ifup -o -L /sbin/ifup ]; then
306    /usr/sbin/update-alternatives \
307      --install /sbin/ifup ifup %{_libexecdir}/nm-ifup 50 \
308      --slave /sbin/ifdown ifdown %{_libexecdir}/nm-ifdown
309  fi
310fi
311
312%preun
313if [ $1 -eq 0 ]; then
314%if %{with systemd}
315    # Package removal, not upgrade
316    /bin/systemctl --no-reload disable NetworkManager.service >/dev/null 2>&1 ||
317:
318    # Don't kill networking entirely just on package remove
319    #/bin/systemctl stop NetworkManager.service >/dev/null 2>&1 || :
320
321%systemd_preun NetworkManager-wait-online.service NetworkManager-dispatcher.service
322%else
323    /sbin/service NetworkManager stop >/dev/null 2>&1
324    killall -TERM nm-system-settings >/dev/null 2>&1
325    /sbin/chkconfig --del NetworkManager
326%endif
327  if [ -L /sbin/ifup ]; then
328    /usr/sbin/update-alternatives \
329      --remove ifup %{_libexecdir}/nm-ifup >/dev/null 2>&1 || :
330  fi
331fi
332
333%post   libnm -p /sbin/ldconfig
334%postun libnm -p /sbin/ldconfig
335
336%if 0
337%post   glib -p /sbin/ldconfig
338%postun glib -p /sbin/ldconfig
339%endif
340
341%triggerpostun -- initscripts < 8.91.16-2
342if [ ! -f /sbin/ifup -o -L /sbin/ifup ]; then
343  /usr/sbin/update-alternatives \
344    --install /sbin/ifup ifup %{_libexecdir}/nm-ifup 50 \
345    --slave /sbin/ifdown ifdown %{_libexecdir}/nm-ifdown
346fi
347
348%posttrans
349for file in `ls %{_sysconfdir}/sysconfig/network-scripts/ifcfg-*`
350do
351    grep "^UUID=" $file > /dev/null 2>&1
352    if [ "$?" != "0" ]; then
353        device_name=`grep "DEVICE=" $file | awk -F'=' '{print $2;}' | grep -v lo`
354        if [ "$device_name" != "" ]; then
355            device_uuid=`uuidgen $device_name`
356            if [ "$device_uuid" != "" ]; then
357                echo "UUID=$device_uuid" >> $file
358            fi
359        fi
360    fi
361done
362
363
364%files
365%defattr(-,root,root,0755)
366%license COPYING
367%doc NEWS AUTHORS README CONTRIBUTING TODO
368%{dbus_sys_dir}/*
369%{_sbindir}/%{name}
370%dir %{_sysconfdir}/%{name}/
371%dir %{_sysconfdir}/%{name}/VPN
372%dir %{_sysconfdir}/%{name}/conf.d
373%dir %{_sysconfdir}/%{name}/dispatcher.d
374%dir %{_sysconfdir}/%{name}/dnsmasq-shared.d
375%dir %{_sysconfdir}/%{name}/dnsmasq.d
376%dir %{_sysconfdir}/%{name}/system-connections
377%dir %{nm_confdir}
378%dir %{nm_confdir}/VPN
379%dir %{nm_confdir}/conf.d
380%dir %{nm_confdir}/dispatcher.d
381%dir %{nm_confdir}/dispatcher.d/no-wait.d
382%dir %{nm_confdir}/dispatcher.d/pre-up.d
383%dir %{nm_confdir}/dispatcher.d/pre-down.d
384%dir %{nm_confdir}/system-connections
385%ifarch x86_64
386%dir %{_libdir}/%{name}
387%endif
388%{_libdir}/%{name}/%{version}-%{release}
389%if %{with systemd}
390%{systemd_dir}/*
391%{nm_confdir}/dispatcher.d/90-nm-cloud-setup.sh
392%{nm_confdir}/dispatcher.d/no-wait.d/90-nm-cloud-setup.sh
393%dir /usr/lib/firewalld
394%dir /usr/lib/firewalld/zones
395/usr/lib/firewalld/zones/nm-shared.xml
396%else
397%config %{_sysconfdir}/rc.d/init.d/NetworkManager
398%exclude /usr/lib/firewalld/zones/nm-shared.xml
399%endif
400%config(noreplace) %{_sysconfdir}/%{name}/nm-system-settings.conf
401%config(noreplace) %{_sysconfdir}/%{name}/conf.d/00-server.conf
402%{_bindir}/nm-online
403%{_bindir}/nmcli
404#{_libexecdir}/nm-avahi-autoipd.action
405%{_libexecdir}/nm-cloud-setup
406%{_libexecdir}/nm-dhcp-helper
407%{_libexecdir}/nm-dispatcher
408%{_libexecdir}/nm-iface-helper
409%{_libexecdir}/nm-ifdown
410%{_libexecdir}/nm-ifup
411%{_libexecdir}/nm-initrd-generator
412%dir %{_libdir}/pppd
413%dir %{_libdir}/pppd/%{ppp_version}
414%{_libdir}/pppd/%{ppp_version}/nm-pppd-plugin.so
415%{_mandir}/man1/*
416%exclude %{_mandir}/man1/nmtui*
417%{_mandir}/man5/*
418%{_mandir}/man7/*
419%{_mandir}/man8/*
420%dir %{_localstatedir}/run/NetworkManager
421%dir %{_localstatedir}/lib/NetworkManager
422%{_datadir}/bash-completion/completions/nmcli
423%{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service
424%{_datadir}/polkit-1/actions/*.policy
425%{udev_scriptdir}/rules.d/*.rules
426%doc %{_docdir}/NetworkManager/examples/server.conf
427
428%if 0
429%files devel
430%defattr(-,root,root,0755)
431%dir %{_includedir}/%{name}
432%{_includedir}/%{name}/%{name}.h
433%{_includedir}/%{name}/NetworkManagerVPN.h
434%{_includedir}/NetworkManager/nm-version.h
435%{_includedir}/NetworkManager/nm-version-macros.h
436%{_libdir}/pkgconfig/%{name}.pc
437
438%files glib
439%defattr(-,root,root,0755)
440%{_libdir}/libnm-glib.so.*
441%{_libdir}/libnm-glib-vpn.so.*
442%{_libdir}/libnm-util.so.*
443%{_libdir}/girepository-1.0/NMClient-1.0.typelib
444%{_libdir}/girepository-1.0/NetworkManager-1.0.typelib
445
446%files glib-devel
447%defattr(-,root,root,0755)
448%dir %{_includedir}/libnm-glib/
449%{_includedir}/libnm-glib/*.h
450%{_includedir}/NetworkManager/nm-*.h
451%exclude %{_includedir}/NetworkManager/nm-version.h
452%exclude %{_includedir}/NetworkManager/nm-version-macros.h
453%{_libdir}/pkgconfig/libnm-glib.pc
454%{_libdir}/pkgconfig/libnm-glib-vpn.pc
455%{_libdir}/pkgconfig/libnm-util.pc
456%{_libdir}/libnm-glib.so
457%{_libdir}/libnm-glib-vpn.so
458%{_libdir}/libnm-util.so
459%{_datadir}/gir-1.0/NMClient-1.0.gir
460%dir %{_datadir}/gtk-doc/html/libnm-glib
461%{_datadir}/gtk-doc/html/libnm-glib/*
462%dir %{_datadir}/gtk-doc/html/libnm-util
463%{_datadir}/gtk-doc/html/libnm-util/*
464%endif
465
466%files libnm -f %{name}.lang
467%defattr(-,root,root,0755)
468%{_libdir}/libnm.so.*
469%{_libdir}/girepository-1.0/NM-1.0.typelib
470
471%files libnm-devel
472%defattr(-,root,root,0755)
473%{_includedir}/libnm
474%{_libdir}/libnm.so
475%{_libdir}/pkgconfig/libnm.pc
476%{_datadir}/dbus-1/interfaces/*.xml
477%{_datadir}/gir-1.0/NM-1.0.gir
478%{_datadir}/vala/vapi/libnm*.deps
479%{_datadir}/vala/vapi/libnm*.vapi
480%dir %{_datadir}/gtk-doc/html/NetworkManager
481%{_datadir}/gtk-doc/html/NetworkManager/*
482%dir %{_datadir}/gtk-doc/html/libnm
483%{_datadir}/gtk-doc/html/libnm/*
484
485%files tui
486%{_bindir}/nmtui
487%{_bindir}/nmtui-edit
488%{_bindir}/nmtui-connect
489%{_bindir}/nmtui-hostname
490%{_mandir}/man1/nmtui*
491
492
493%changelog
494* Mon Feb 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.28.0-1
495- new upstream release.
496
497* Mon Aug 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.26.0-1
498- new upstream release.
499
500* Fri Apr 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.22.10-2
501- fixed systemd stuff.
502
503* Wed Apr 01 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.22.10-1
504- new upstream release.
505- built with ppp-2.4.8.
506- made ifup/ifdown selectable in alternatives.
507
508* Sun Sep 15 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20.2-1
509- new upstream release.
510- added nmtui*.
511
512* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20.0-1
513- new upstream release.
514- dropped the subpackages devel, glib and glib-devel: deprecated in upstream.
515
516* Sat Aug 31 2019 Toshiaki Ara <ara_t@384.jp> 1.14.4-2
517- rebuild with readline-8.0
518
519* Sat Mar 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14.4-1
520- new upstream release.
521- dropped Patch2.
522- added Source1000.
523
524* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.12-1
525- new upstream release
526
527* Mon Mar 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-3
528- rebuild with openssl-1.0.2g
529
530* Wed Dec 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-2
531- move %%{_includedir}/NetworkManager/nm-version-macros.h from %%{name}-glib-devel to %%{name}-devel
532
533* Sun Dec 27 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-1
534- new upstream release
535
536* Wed Nov 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
537- new upstream release
538
539* Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
540- new upstream release
541
542* Mon Jul 20 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1
543- new upstream release
544
545* Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-1
546- new upstream release
547- create %%{name}-libnm, %%{name}-libnm-devel subpackages
548
549* Sun Apr 05 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.10.2-1
550- new upstream release
551- add %%posttrans to insert UUID in ifcfg-xxx
552
553* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.10.0-1
554- new upstream release
555- change BuildRequires: eudev-libgudev1-devel instead of libgudev1-devel
556- add BuildRequires: readline-devel, libndp-devel
557
558* Sat Oct  4 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.9.8.10-2
559- updated Japanese summary
560- used  --enable-ifcfg-rh instead of --with-distro=redhat
561- fixed Requires: libnl3 instead of libnl
562
563* Fri May 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.10-1
564- new upstream release
565
566* Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.9-1
567- new upstream release
568- remove Patch0 (NetworkManager-0.9.8.8-git20131218.patch)
569
570* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.8-2
571- add Patch0 (NetworkManager-0.9.8.8-git20131218.patch)
572
573* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.8-1
574- new upstream release
575- remove Patch0: NetworkManager-0.9.8.2-git20130719.patch
576
577* Tue Aug 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.2-2
578- add Patch0: NetworkManager-0.9.8.2-git20130719.patch
579
580* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.2-1
581- update to 0.9.8.2
582- add BuildRequires: ModemManager-glib-devel
583
584* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8.0-1
585- update to 0.9.8.0
586- remove Source1 (network-manager-applet-%%{applet_version}.tar.xz)
587- remove Patch1 (nm-applet-internal-buildfixes-nm0964.patch)
588- remove Patch3 (nm-polkit-permissive.patch)
589- remove %%{name}-gnome, %%{name}-gtk and %%{name}-gtk-devel subpackages
590
591* Sun Oct 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6.4-1
592- update to 0.9.6.4
593- update Patch1 (nm-applet-internal-buildfixes-nm0964.patch)
594- add BuildRequires: libsoup-devel
595- change BuildRequires: libnl3-devel instead of libnl-devel
596
597* Fri Aug 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6.0-1
598- update to 0.9.6.0
599- update Patch1 (nm-applet-internal-buildfixes-nm0960.patch)
600
601* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.4.0-1
602- update to 0.9.4.0
603- update Patch1 (nm-applet-internal-buildfixes-nm0940.patch)
604- change BuildRequires: gcr-devel instead of gnome-keyring-devel
605
606* Wed Nov 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.2.0-1
607- update to 0.9.2.0
608- update Patch1 (nm-applet-internal-buildfixes-nm0920.patch)
609- remove Patch0
610
611* Tue Oct 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1.90-2
612- change Patch0 (NetworkManager-0.9.1.90-git20110927.patch)
613
614* Sun Oct 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1.90-1
615- update to 0.9.1.90
616- update Patch1 (nm-applet-internal-buildfixes-nm09190.patch)
617- add Patch0 (NetworkManager-0.9.1.90-git20111006.patch)
618- add Patch2 (explain-dns1-dns2.patch)
619- add Patch3 (nm-polkit-permissive.patch)
620- create %%{name}-gtk and %%{name}-gtk-devel sub packages
621
622* Tue Aug 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.0-1
623- update to 0.9.0
624- update Patch1 (nm-applet-internal-buildfixes-nm090.patch)
625
626* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.9997-1
627- update to 0.8.9997
628- update Patch1 (nm-applet-internal-buildfixes-nm089997.patch)
629- delete Patch20,30
630- drop Patch2
631- change BuildRequires: gtk3-devel instead of gtk2-devel
632
633* Fri Jun 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.4.0-2
634- move nm-version.h to -devel from -glib-devel
635
636* Tue May 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4.0-1
637- update to 0.8.4.0
638- update Patch1 (nm-applet-internal-buildfixes-nm084.patch)
639- update Patch20 (NetworkManger-0.8.4.0-git20110501.patch)
640- update Patch30 (network-manager-applet-0.8.4-git20110503.patch)
641- delete Patch21,22
642
643* Mon May  2 2011 IWAI, Masaharu <iwai@alib.jp> 0.8.2-2
644- drop nm-applet ja.po (Source3)
645
646* Sat Jan 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-1
647- update to 0.8.2
648- add Patch20 (NetworkManager-0.8.2-git20101110.patch)
649- add Patch21 (NetworkManager-0.8.2-git20101118-git20101219.patch)
650- add Patch22 (network-manager-applet-git20101116.patch)
651- update Patch1,2 from FC package
652- add BuildRequires: libgudev1-devel, iptables-devel
653
654* Thu Sep 30 2010 Shu KONNO <owa@bg.wakwak.com> 0.8-2
655- rebuilt with rpm-4.8.1 for pkg-config
656
657* Thu May 06 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8-1
658- update to 0.8 release
659- add BR: polkit-devel, gnome-bluetooth-devel
660- remove BR: hal-devel
661- add R: ModemManager, mobile-broadband-provider-info
662
663* Sat Feb 13 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-5.git20090414
664- update patch10,11 to support another emobile card (D02NE)
665
666* Fri Aug 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-4.git20090414
667- add Patch11 to support emobile (D02HW,D22HW)
668
669* Tue May 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-3.git20090414
670- add Patch10 to probe PHS(willcom,airh,b-mobile..) modems
671
672* Fri May 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-2.git20090414
673- update to new git snapshot
674
675* Fri Apr 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-1
676- new upstream release
677- update ja.po
678
679* Fri Mar 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0.99-1
680- new upstream release
681
682* Thu Jan 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-1.git20090102
683- update to new git snapshot
684
685* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-0.7.svn4022
686- update to new svn snapshot (r4022)
687
688* Mon Aug 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-0.6.svn3909
689- add Requires: initscripts >= 8.80.0
690
691* Fri Aug 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-0.5.svn3909
692- update to new svn snapshot (r3909)
693
694* Thu Aug 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-0.4.svn3900
695- update to new svn snapshot (r3900)
696
697* Thu Aug 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-0.3.svn3846
698- add Patch10 to fix bug in ifcfg-fedora
699
700* Mon Aug 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-0.2.svn3846
701- rebuild with PolicyKit 0.9
702
703* Sun Aug 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-0.1.svn3846
704- update japanese translation
705
706* Wed Jul 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-0.0.svn3846
707- initial build for Vine Linux
708
709* Thu Jul 24 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3846
710- Convert stored IPv4 static IP addresses to new prefix-based scheme automatically
711- Fix pppd connections to some 3G providers (rh #455348)
712- Make PPPoE "Show Password" option work
713- Hide IPv4 config options that don't make sense in certain configurations
714
715* Fri Jul 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3830
716- Expose server-returned DHCP options via D-Bus
717- Use avahi-autoipd rather than old built-in IPv4LL implementation
718- Send hostname to DHCP server if provided (DHCP_HOSTNAME ifcfg option)
719- Support sending DHCP Client Identifier to DHCP server
720- Allow forcing 802.1x PEAP Label to '0'
721- Make connection sharing more robust
722- Show status for shared and Ad-Hoc connections if no other connection is active
723
724* Fri Jul 11 2008 Matthias Clasen <mclasen@redhat.com> - 1:0.7.0-0.10.svn3801
725- Drop explicit hal dep in -gnome
726
727* Wed Jul 02 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.10.svn3801
728- Move VPN configuration into connection editor
729- Fix mobile broadband username/password issues
730- Fix issues with broken rfkill setups (rh #448889)
731- Honor APN setting for GSM mobile broadband configurations
732- Fix adding CDMA connections in the connection editor
733
734* Wed Jun 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.10.svn3747
735- Update to latest SVN
736- Enable connection sharing
737- Respect VPN-provided routes
738
739* Wed Jun  4 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.4.svn3675
740- Move NM later in the shutdown process (rh #449070)
741- Move libnm-util into a subpackage to allow NM to be removed more easily (rh #351101)
742
743* Mon May 19 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3675
744- Read global gateway from /etc/sysconfig/network if missing (rh #446527)
745- nm-system-settings now terminates when dbus goes away (rh #444976)
746
747* Wed May 14 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3669
748- Fix initial carrier state detection on devices that are already up (rh #134886)
749
750* Tue May 13 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3667
751- Restore behavior of marking wifi devices as "down" when disabling wireless
752- Fix a crash on resume when a VPN was active when going to sleep
753
754* Tue May 13 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3665
755- Fix issues with the Fedora plugin not noticing changes made by
756    system-config-network (rh #444502)
757- Allow autoconnection of GSM and CDMA connections
758- Multiple IP address support for user connections
759- Fixes for Mobile Broadband cards that return line speed on connect
760- Implement PIN entry for GSM mobile broadband connections
761- Fix crash when editing unencrypted WiFi connections in the connection editor
762
763* Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3623
764- Clean up the dispatcher now that it's service is gone (rh #444798)
765
766* Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3623
767- Fix asking applets for the GSM PIN/PUK
768
769* Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3622
770- Guess WEP key type in applet when asking for new keys
771- Correct OK button sensitivity in applet when asking for new WEP keys
772
773* Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3620
774- Fix issues with Mobile Broadband connections caused by device init race patch
775
776* Tue Apr 29 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3619
777- Fix device initialization race that caused ethernet devices to get stuck on
778    startup
779- Fix PPPoE connections not showing up in the applet
780- Fix disabled OK button in connection editor some wireless and IP4 settings
781- Don't exit if HAL isn't up yet; wait for it
782- Fix a suspend/resume crash
783
784* Sun Apr 27 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3614
785- Don't ask for wireless keys when the driver sends disconnect events during
786        association; wait until the entire assocation times out
787- Replace dispatcher daemon with D-Bus activated callout
788- Fix parsing of DNS2 and DNS3 ifcfg file items
789- Execute dispatcher scripts in alphabetical order
790- Be active at runlevel 2
791- Hook up MAC address widgets for wired & wireless; and BSSID widget for wireless
792- Pre-populate anonymous identity and phase2 widgets correctly
793- Clear out unused connection keys from GConf
794
795* Tue Apr 22 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3590
796- Don't select devices without a default gateway as the default route (rh #437338)
797- Fill in broadcast address if not specified (rh #443474)
798- Respect manual VPN IPv4 configuration options
799- Show Connection Information for the device with the default route only
800
801* Fri Apr 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3578
802- Add dbus-glib-devel BuildRequires for NetworkManager-glib-devel (rh #442978)
803- Add PPP settings page to connection editor
804- Fix a few crashes with PPPoE
805- Fix active connection state changes that confused clients
806
807* Thu Apr 17 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3571
808- Fix build in pppd-plugin
809
810* Thu Apr 17 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3570
811- PPPoE authentication fixes
812- More robust handing of mobile broadband device communications
813
814* Wed Apr 16 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3566
815- Honor options from /etc/sysconfig/network for blocking until network is up
816
817* Wed Apr 16 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3566
818- Turn on Add/Edit in the connection editor
819- Don't flush or change IPv6 addresses or routes
820- Enhance nm-online tool
821- Some serial communication fixes for mobile broadband
822
823* Wed Apr  9 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3549
824- Fix issues with VPN passwords not getting found
825
826* Tue Apr  8 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3548
827- Fix builds due to glib2 breakage of GStaticMutex with gcc 4.3
828
829* Tue Apr  8 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3547
830- Fix WEP key index handling in UI
831- Fix handling of NM_CONTROLLED in ifcfg files
832- Show device managed state in applet menu
833- Show wireless enabled state in applet menu
834- Better handling of default DHCP connections for wired devices
835- Fix loading of connection editor on KDE (rh #435344)
836
837* Wed Apr  2 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3527
838- Honor MAC address locking for wired & wireless devices
839
840* Mon Mar 31 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3521
841- Show VPN failures
842- Support Static WEP key indexes
843- Fix parsing of WEP keys from ifcfg files
844- Pre-fill wireless security UI bits in connection editor and applet
845
846* Tue Mar 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3476
847- Grab system settings from /etc/sysconfig/network-scripts, not from profiles
848
849* Tue Mar 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3473
850- Fix crashes when returning VPN secrets from the applet to NM
851
852* Tue Mar 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3472
853- Fix crashes on suspend/resume and exit (rh #437426)
854- Ensure there's always an option to chose the wired device
855- Never set default route via an IPv4 link-local addressed device (rh #437338)
856
857* Wed Mar 12 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3440
858- Fix DHCP rebind behavior
859- Preliminary PPPoE support
860
861* Mon Mar 10 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3417
862- Fix gnome-icon-theme Requires, should be on gnome subpackage
863
864* Mon Mar 10 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3417
865- Honor DHCP rebinds
866- Multiple active device support
867- Better error handling of mobile broadband connection failures
868- Allow use of interface-specific dhclient config files
869- Recognize system settings which have no TYPE item
870
871* Sun Mar  2 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3370
872- Fix crash of nm-system-settings on malformed ifcfg files (rh #434919)
873- Require gnome-icon-theme to pick up lock.png (rh #435344)
874- Fix applet segfault after connection removal via connection editor or GConf
875
876* Fri Feb 29 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3369
877- Don't create multiple connections for hidden access points
878- Fix scanning behavior
879
880* Thu Feb 14 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3319
881- Rework connection editor connection list
882
883* Tue Feb 12 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3312
884- Better handling of changes in the profile directory by the system settings
885        serivce
886
887* Thu Feb  7 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3302
888- Enable system settings service
889- Allow explicit disconnection of mobile broadband devices
890- Fix applet memory leaks (rh #430178)
891- Applet Connection Information dialog tweaks (gnome.org #505899)
892- Filter input characters to passphrase/key entry (gnome.org #332951)
893- Fix applet focus stealing prevention behavior
894
895* Mon Jan 21 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3261
896- Add CDMA mobile broadband support (if supported by HAL)
897- Rework applet connection and icon handling
898- Enable connection editor (only for deleting connections)
899
900* Fri Jan 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3235
901- Fix crash when activating a mobile broadband connection
902- Better handling of non-SSID-broadcasting APs on kernels that support it
903    (gnome.org #464215) (rh #373841)
904- Honor DHCP-server provided MTU if present (gnome.org #332953)
905- Use previous DNS settings if the VPN concentrator doesn't provide any
906    (gnome.org #346833)
907
908* Fri Jan  4 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3204
909- Fix WPA passphrase hashing on big endian (PPC, Sparc, etc) (rh #426233)
910
911* Tue Dec 18 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3181
912- Fixes to work better with new libnl (rh #401761)
913
914* Tue Dec 18 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3180
915- Fix WPA/WPA2 Enterprise Phase2 connections (rh #388471)
916
917* Wed Dec  5 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3138
918- Fix applet connection comparison which failed to send connection updated
919    signals to NM in some cases
920- Make VPN connection applet more robust against plugin failures
921
922* Tue Dec  4 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3134
923- 64-bit -Wall compile fixes
924
925* Tue Dec  4 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3133
926- Fix applet crash when choosing to ignore the CA certificate (rh #359001)
927- Fix applet crash when editing VPN properties and VPN connection failures (rh #409351)
928- Add file filter name in certificate file picker dialog (rh #410201)
929- No longer start named when starting NM (rh #381571)
930
931* Tue Nov 27 2007 Jeremy Katz <katzj@redhat.com> - 1:0.7.0-0.8.svn3109
932- Fix upgrading from an earlier rawhide snap
933
934* Mon Nov 26 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.6.svn3109
935- Fix device descriptions shown in applet menu
936
937* Mon Nov 26 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.5.svn3109
938- Fix crash when deactivating VPN connections
939
940* Mon Nov 19 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.5.svn3096
941- Fix crash and potential infinite nag dialog loop when ignoring CA certificates
942
943* Mon Nov 19 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.4.svn3096
944- Fix crash when ignoring CA certificate for EAP-TLS, EAP-TTLS, and EAP-PEAP
945
946* Mon Nov 19 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.3.svn3096
947- Fix connections when picking a WPA Enterprise AP from the menu
948- Fix issue where applet would provide multiple same connections to NM
949
950* Thu Nov 15 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.3.svn3094
951- Add support for EAP-PEAP (rh #362251)
952- Fix EAP-TLS private key handling
953
954* Tue Nov 13 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.2.svn3080
955- Clarify naming of WPA & WPA2 Personal encryption options (rh #374861, rh #373831)
956- Don't require a CA certificate for applicable EAP methods (rh #359001)
957- Fix certificate and private key handling for EAP-TTLS and EAP-TLS (rh #323371)
958- Fix applet crash with USB devices (rh #337191)
959- Support upgrades from NM 0.6.x GConf settings
960
961* Thu Nov  1 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.1.svn3030
962- Fix applet crash with USB devices that don't advertise a product or vendor
963    (rh #337191)
964
965* Sat Oct 27 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.5.svn3030
966- Fix crash when getting WPA secrets (rh #355041)
967
968* Fri Oct 26 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.4.svn3030
969- Bring up ethernet devices by default if no connections are defined (rh #339201)
970- Fix crash when switching networks or bringing up secrets dialog (rh #353091)
971- Fix crash when editing VPN connection properties a second time
972- Fix crash when cancelling the secrets dialog if another connection was
973    activated in the mean time
974- Fix disembodied notification bubbles (rh #333391)
975
976* Thu Oct 25 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.4.svn3020
977- Handle PEM certificates
978- Hide WPA-PSK Type combo since it's as yet unused
979- Fix applet crash when AP security options changed and old secrets are still
980    in the keyring
981- Fix applet crash connecting to unencrypted APs via the other network dialog
982
983* Wed Oct 24 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3020
984- Fix WPA Enterprise connections that use certificates
985- Better display of SSIDs in the menu
986
987* Wed Oct 24 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3016
988- Fix getting current access point
989- Fix WPA Enterprise connections
990- Wireless dialog now defaults to sensible choices based on the connection
991- Tell nscd to restart if needed, don't silently kill it
992
993* Tue Oct 23 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3014
994- Suppress excessive GConf updates which sometimes caused secrets to be cleared
995    at the wrong times, causing connections to fail
996- Various EAP and LEAP related fixes
997
998* Tue Oct 23 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3008
999- Make WPA-EAP and Dynamic WEP options connect successfully
1000- Static IPs are now handled correctly in NM itself
1001
1002* Mon Oct 22 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2995
1003- Add Dynamic WEP as a supported authentication/security option
1004
1005* Sun Oct 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2994
1006- Re-enable "Connect to other network"
1007- Switch to new GUI bits for wireless security config and password entry
1008
1009* Tue Oct 16 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2983
1010- Add rfkill functionality
1011- Fix applet crash when choosing wired networks from the menu
1012
1013* Wed Oct 10 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2970
1014- Fix segfault with deferred connections
1015- Fix default username with vpnc VPN plugin
1016- Hidden SSID fixes
1017
1018* Tue Oct  9 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2962
1019- Fix merging of non-SSID-broadcasting APs into a device's scan list
1020- Speed up opening of the applet menu
1021
1022* Tue Oct  9 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2961
1023- New snapshot
1024        - Add timestamps to networks to connect to last used wireless network
1025        - Turn autoconnect on in the applet
1026        - Hidden SSID support
1027        - Invalidate failed or cancelled connections again
1028        - Fix issues with reactivation of the same device
1029        - Handle connection updates in the applet (ex. find new VPN connections)
1030        - Fix vertical sizing of menu items
1031        - Fix AP list on wireless devices other than the first device in the applet
1032        - Fix matching of current AP with the right menu item
1033
1034* Fri Sep 28 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2914
1035- New snapshot
1036        - Add WPA passphrase support to password dialog
1037        - Applet now reflects actual VPN behavior of one active connection
1038        - Applet now notices VPN active connections on startup
1039        - Fix connections with some WPA and WEP keys
1040
1041* Thu Sep 27 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2907
1042- New snapshot
1043        - VPN support (only vpnc plugin ported at this time)
1044
1045* Tue Sep 25 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2886
1046- New snapshot
1047        - Make wired device carrier state work in the applet
1048        - Fix handling of errors with unencrypted APs
1049        - Fix "frozen" applet icon by reporting NM state better
1050        - Fix output of AP frequency in nm-tool
1051
1052* Tue Sep 25 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2880
1053- New snapshot
1054        - Fix applet icon sizing on start (mclasen)
1055        - Fix nm-tool installation (mclasen)
1056        - Fix 'state' method call return (#303271)
1057        - Fix 40-bit WEP keys (again)
1058        - Fix loop when secrets were wrong/invalid
1059        - Fix applet crash when clicking Cancel in the password dialog
1060        - Ensure NM doesn't get stuck waiting for the supplicant to re-appear
1061                if it crashes or goes away
1062        - Make VPN properties applet work again
1063        - Increase timeout for network password entry
1064
1065* Fri Sep 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2852
1066- New snapshot (fix unencrypted & 40 bit WEP)
1067
1068* Fri Sep 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2849
1069- New snapshot
1070
1071* Fri Sep 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2844
1072- New snapshot
1073
1074* Thu Sep 20 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.2.svn2833
1075- New SVN snapshot of 0.7 that sucks less
1076
1077* Thu Aug 30 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.1.svn2736
1078- Update to SVN snapshot of 0.7
1079
1080* Mon Aug 13 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-9
1081- Update the license tag
1082
1083* Wed Aug  8 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-8
1084- Own /etc/NetworkManager/dispatcher.d and /etc/NetworkManager/VPN (#234004)
1085
1086* Wed Jun 27 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-7
1087- Fix Wireless Enabled checkbox when no killswitches are present
1088
1089* Thu Jun 21 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-6
1090- Update to stable branch snapshot:
1091    - More fixes for ethernet link detection (gnome #354565, rh #194124)
1092    - Support for HAL-detected rfkill switches
1093
1094* Sun Jun 10 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-5
1095- Fix applet crash on 64-bit platforms when choosing
1096    "Connect to other wireless network..." (gnome.org #435036)
1097- Add debug output for ethernet device link changes
1098
1099* Thu Jun  7 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-4
1100- Fix ethernet link detection (gnome #354565, rh #194124)
1101- Fix perpetual credentials request with private key passwords in the applet
1102- Sleep a bit before activating wireless cards to work around driver bugs
1103
1104* Mon Jun  4 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-3
1105- Don't spawn wpa_supplicant with -o
1106
1107* Wed Apr 25 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-2
1108- Fix requires macro (237806)
1109
1110* Thu Apr 19 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-1
1111- Update to 0.6.5 final
1112- Don't lose scanned security information
1113
1114* Mon Apr  9 2007 Dan Williams  <dcbw@redhat.com> - 1:0.6.5-0.7.svn2547
1115- Update from trunk
1116    - Updated translations
1117    - Cleaned-up VPN properties dialogs
1118    - Fix 64-bit kernel leakage issues in WEXT
1119    - Don't capture and redirect wpa_supplicant log output
1120
1121* Wed Mar 28 2007 Matthew Barnes  <mbarnes@redhat.com> 1:0.6.5-0.6.svn2474
1122- Close private D-Bus connections. (#232691)
1123
1124* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> 1:0.6.5-0.5.svn2474
1125- Fix a directory ownership issue.  (#233763)
1126
1127* Thu Mar 15 2007 Dan Williams <dcbw@redhat.com> - 1:0.6.5-0.4.svn2474
1128- Update to pre-0.6.5 snapshot
1129
1130* Thu Feb  8 2007 Christopher Aillon <caillon@redhat.com> - 1:0.6.5-0.3.cvs20061025
1131- Guard against D-Bus LimitExceeded messages
1132
1133* Fri Feb  2 2007 Christopher Aillon <caillon@redhat.com> - 1:0.6.5-0.2.cvs20061025
1134- Move .so file to -devel package
1135
1136* Sat Nov 25 2006 Matthias Clasen <mclasen@redhat.com>
1137- Own the /etc/NetworkManager/dispatcher.d directory
1138- Require pkgconfig for the -devel packages
1139- Fix compilation with dbus 1.0
1140
1141* Wed Oct 25 2006 Dan Williams <dcbw@redhat.com> - 1:0.6.5-0.cvs20061025
1142- Update to a stable branch snapshot
1143    - Gnome applet timeout/redraw suppression when idle
1144    - Backport of LEAP patch from HEAD (from Thiago Bauermann)
1145    - Backport of asynchronous scanning patch from HEAD
1146    - Make renaming of VPN connections work (from Tambet Ingo)
1147    - Dial down wpa_supplicant debug spew
1148    - Cleanup of key/passphrase request scenarios (from Valentine Sinitsyn)
1149    - Shut down VPN connections on logout (from Robert Love)
1150    - Fix WPA passphrase hashing on PPC
1151
1152* Thu Oct 19 2006 Christopher Aillon <caillon@redhat.com> - 1:0.6.4-6
1153- Own /usr/share/NetworkManager and /usr/include/NetworkManager
1154
1155* Mon Sep  4 2006 Christopher Aillon <caillon@redhat.com> - 1:0.6.4-5
1156- Don't wake up to redraw if NM is inactive (#204850)
1157
1158* Wed Aug 30 2006 Bill Nottingham <notting@redhat.com> - 1:0.6.4-4
1159- add epochs in requirements
1160
1161* Wed Aug 30 2006 Dan Williams <dcbw@redhat.com> - 1:0.6.4-3
1162- Fix FC-5 buildreqs
1163
1164* Wed Aug 30 2006 Dan Williams <dcbw@redhat.com> - 1:0.6.4-2
1165- Revert FC6 to latest stable NM
1166- Update to stable snapshot
1167- Remove bind/caching-nameserver hard requirement
1168
1169* Tue Aug 29 2006 Christopher Aillon <caillon@redhat.com> - 0.7.0-0.cvs20060529.7
1170- BuildRequire wireless-tools-devel and perl-XML-Parser
1171- Update the BuildRoot tag
1172
1173* Wed Aug 16 2006 Ray Strode <rstrode@redhat.com> - 0.7.0-0.cvs20060529.6
1174- add patch to make networkmanager less verbose (bug 202832)
1175
1176* Wed Aug  9 2006 Ray Strode <rstrode@redhat.com> - 0.7.0-0.cvs20060529.5
1177- actually make the patch in 0.7.0-0.cvs20060529.4 apply
1178
1179* Fri Aug  4 2006 Ray Strode <rstrode@redhat.com> - 0.7.0-0.cvs20060529.4
1180- Don't ever elect inactive wired devices (bug 194124).
1181
1182* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.7.0-0.cvs20060529.3
1183- Add patch to fix deprecated dbus functions
1184
1185* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.7.0-0.cvs20060529.2
1186- Add BR for dbus-glib-devel
1187
1188* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-0.cvs20060529.1.1
1189- rebuild
1190
1191* Mon May 29 2006 Dan Williams <dcbw@redhat.com> - 0.7.0-0.cvs20060529
1192- Update to latest CVS
1193        o Gnome.org #333420: dialog do not have window icons
1194        o Gnome.org #336913: HIG tweaks for vpn properties pages
1195        o Gnome.org #336846: HIG tweaks for nm-vpn-properties
1196        o Gnome.org #336847: some bugs in nm-vpn-properties args parsing
1197        o Gnome.org #341306: nm-vpn-properties crashes on startup
1198        o Gnome.org #341263: Version 0.6.2-0ubuntu5 crashes on nm_device_802_11_wireless_get_type
1199        o Gnome.org #341297: displays repeated keyring dialogs on resume from suspend
1200        o Gnome.org #342400: Building libnm-util --without-gcrypt results in linker error
1201        o Gnome.org #342398: Eleminate Gnome dependency for NetworkManager
1202        o Gnome.org #336532: declaration of 'link' shadows a global declaration
1203- Specfile fixes (#rh187489#)
1204
1205* Sun May 21 2006 Dan Williams <dcbw@redhat.com> - 0.7.0-0.cvs20060521
1206- Update to latest CVS
1207- Drop special-case-madwifi.patch, since WEXT code is in madwifi-ng trunk now
1208
1209* Fri May 19 2006 Bill Nottingham <notting@redhat.com> - 0.6.2-3.fc6
1210- use the same 0.6.2 tarball as FC5, so we have the same VPN interface
1211  (did he fire ten args, or only nine?)
1212
1213* Thu Apr 27 2006 Jeremy Katz <katzj@redhat.com> - 0.6.2-2.fc6
1214- use the hal device type instead of poking via ioctl so that wireless
1215  devices are properly detected even if the kill switch has been used
1216
1217* Thu Mar 30 2006 Dan Williams <dcbw@redhat.com> - 0.6.2-1
1218- Update to 0.6.2:
1219    * Fix various WPA-related bugs
1220    * Clean up leaks
1221    * Increased DHCP timeout to account for slow DHCP servers, or STP-enabled
1222        switches
1223    * Allow applet to reconnect on dbus restarts
1224    * Add "Dynamic WEP" support
1225    * Allow hiding of password/key entry text
1226    * More responsive connection switching
1227
1228* Tue Mar 14 2006 Peter Jones <pjones@redhat.com> - 0.6.0-3
1229- Fix device bringup on resume
1230
1231* Mon Mar  6 2006 Dan Williams <dcbw@redhat.com> 0.6.0-2
1232- Don't let wpa_supplicant perform scanning with non-WPA drivers
1233
1234* Mon Mar  6 2006 Dan Williams <dcbw@redhat.com> 0.6.0-1
1235- Update to 0.6.0 release
1236- Move autostart file to /usr/share/gnome/autostart
1237
1238* Thu Mar  2 2006 Jeremy Katz <katzj@redhat.com> - 0.5.1-18.cvs20060302
1239- updated cvs snapshot.  seems to make airo much less neurotic
1240
1241* Thu Mar  2 2006 Christopher Aillon <caillon@redhat.com>
1242- Move the unversioned libnm_glib.so to the -devel package
1243
1244* Wed Mar  1 2006 Dan Williams <dcbw@redhat.com> 0.5.1-18.cvs20060301
1245- Fix VPN-related crash
1246- Fix issue where NM would refuse to activate a VPN connection once it had timed out
1247- Log wpa_supplicant output for better debugging
1248
1249* Tue Feb 28 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-17.cvs20060228
1250- Tweak three-scan-prune.patch
1251
1252* Mon Feb 27 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-16.cvs20060227
1253- Don't prune networks until they've gone MIA for three scans, not one.
1254
1255* Mon Feb 27 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-15.cvs20060227
1256- Update snapshot, which fixes up the libnotify stuff.
1257
1258* Fri Feb 24 2006 Dan Williams <dcbw@redhat.coM> 0.5.1-14.cvs20060221
1259- Move libnotify requires to NetworkManager-gnome, not core NM package
1260
1261* Tue Feb 21 2006 Dan Williams <dcbw@redhat.com> 0.5.1-13.cvs20060221
1262- Add BuildRequires: libnl-devel (#rh179438#)
1263- Fix libnm_glib to not clobber an application's existing dbus connection
1264        (#rh177546#, gnome.org #326572)
1265- libnotify support
1266- AP compatibility fixes
1267
1268* Mon Feb 13 2006 Dan Williams <dcbw@redhat.com> 0.5.1-12.cvs20060213
1269- Minor bug fixes
1270- Update to VPN dbus API for passing user-defined routes to vpn service
1271
1272* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-11.cvs20060205
1273- Rebuild
1274
1275* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.5.1-10.cvs20060205.1
1276- rebuilt for new gcc4.1 snapshot and glibc changes
1277
1278* Sun Feb  5 2006 Dan Williams <dcbw@redhat.com> 0.5.1-10.cvs20060205
1279- Workarounds for madwifi/Atheros cards
1280- Do better with non-SSID-broadcasting access points
1281- Fix hangs when access points change settings
1282
1283* Thu Feb  2 2006 Dan Williams <dcbw@redhat.com> 0.5.1-9.cvs20060202
1284- Own /var/run/NetworkManager, fix SELinux issues
1285
1286* Tue Jan 31 2006 Dan Williams <dcbw@redhat.com> 0.5.1-8.cvs20060131
1287- Switch to autostarting the applet instead of having it be session-managed
1288- Work better with non-broadcasting access points
1289- Add more manufacturer default SSIDs to the blacklist
1290
1291* Tue Jan 31 2006 Dan Williams <dcbw@redhat.com> 0.5.1-7.cvs20060131
1292- Longer association timeout
1293- Fix some SELinux issues
1294- General bug and cosmetic fixes
1295
1296* Fri Jan 27 2006 Dan Williams <dcbw@redhat.com> 0.5.1-6.cvs20060127
1297- Snapshot from CVS
1298- WPA Support!  Woohoo!
1299
1300* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1301- rebuilt
1302
1303* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.5.1-5
1304- rebuild for new dbus
1305
1306* Fri Nov 18 2005 Peter Jones <pjones@redhat.com> - 0.5.1-4
1307- Don't kill the network connection when you upgrade the package.
1308
1309* Fri Oct 21 2005 Christopher Aillon <caillon@redhat.com> - 0.5.1-3
1310- Split out the -glib subpackage to have a -glib-devel package as well
1311- Add epoch to version requirements for bind and wireless-tools
1312- Update URL of project
1313
1314* Wed Oct 19 2005 Christopher Aillon <caillon@redhat.com> - 0.5.1-2
1315- NetworkManager 0.5.1
1316
1317* Mon Oct 17 2005 Christopher Aillon <caillon@redhat.com> - 0.5.0-2
1318- NetworkManager 0.5.0
1319
1320* Mon Oct 10 2005 Dan Williams <dcbw@redaht.com> - 0.4.1-5.cvs20051010
1321- Fix automatic wireless connections
1322- Remove usage of NMLoadModules callout, no longer needed
1323- Try to fix deadlock when menu is down and keyring dialog pops up
1324
1325* Sun Oct 09 2005 Dan Williams <dcbw@redhat.com> - 0.4.1-4.cvs20051009
1326- Update to latest CVS
1327        o Integrate connection progress with applet icon (Chris Aillon)
1328        o More information in "Connection Information" dialog (Robert Love)
1329        o Shorten time taken to sleep
1330        o Make applet icon wireless strength levels a bit more realistic
1331        o Talk to named using DBUS rather than spawning our own
1332                - You need to add "-D" to the OPTIONS line in /etc/sysconfig/named
1333                - You need to set named to start as a service on startup
1334
1335* Thu Sep 22 2005 Dan Williams <dcbw@redhat.com> - 0.4.1-3.cvs20050922
1336- Update to current CVS to fix issues with routing table and /sbin/ip
1337
1338* Mon Sep 12 2005 Jeremy Katz <katzj@redhat.com> - 0.4.1-2.cvs20050912
1339- update to current CVS and rebuild (workaround for #168120)
1340
1341* Fri Aug 19 2005 Dan Williams <dcbw@redhat.com> - 0.4.1-2.cvs20050819
1342- Fix occasional hang in NM caused by the applet
1343
1344* Wed Aug 17 2005 Dan Williams <dcbw@redhat.com> - 0.4.1
1345- Update to NetworkManager 0.4.1
1346
1347* Tue Aug 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-36.cvs20050811
1348- Rebuild against new cairo/gtk
1349
1350* Thu Aug 11 2005 Dan Williams <dcbw@redhat.com> - 0.4-35.cvs20050811
1351- Update to latest CVS
1352        o Use DHCP server address as gateway address if the DHCP server doesn't give
1353                us a gateway address #rh165698#
1354        o Fixes to the applet (Robert Love)
1355        o Better caching of information in the applet (Bill Moss)
1356        o Generate automatic suggested Ad-Hoc network name from machine's hostname
1357                (Robert Love)
1358        o Update all network information on successfull connect, not just
1359                authentication method
1360
1361* Fri Jul 29 2005 Ray Strode  <rstrode@redhat.com> - 0.4-34.cvs20050729
1362- Update to latest CVS to get fix for bug 165683.
1363
1364* Mon Jul 11 2005 Dan Williams <dcbw@redhat.com> - 0.4-34.cvs20050629
1365- Move pkgconfig file to devel package (#162316, thanks to Michael Schwendt)
1366
1367* Wed Jun 29 2005 David Zeuthen <davidz@redhat.com> - 0.4-33.cvs20050629
1368- Update to latest CVS to get latest VPN interface settings to satisfy
1369  BuildReq for NetworkManager-vpnc in Fedora Extras Development
1370- Latest CVS also contains various bug- and UI-fixes
1371
1372* Fri Jun 17 2005 Dan Williams <dcbw@redhat.com> - 0.4-32.cvs20050617
1373- Update to latest CVS
1374        o VPN connection import/export capability
1375        o Fix up some menu item names
1376- Move nm-vpn-properties.glade to the gnome subpackage
1377
1378* Thu Jun 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-31.cvs20050616
1379- Update to latest CVS
1380        o Clean up wording in Wireless Network Discovery menu
1381        o Robert Love's applet beautify patch
1382
1383* Wed Jun 15 2005 Dan Williams <dcbw@redhat.com> - 0.4-30.cvs20050615
1384- Update to latest CVS
1385
1386* Mon May 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-15.cvs30050404
1387- Fix dispatcher and applet CFLAGS so they gets compiled with FORTIFY_SOURCE
1388
1389* Mon May 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-14.cvs30050404
1390- Fix segfault in NetworkManagerDispatcher, add an initscript for it
1391
1392* Mon May 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-13.cvs30050404
1393- Fix condition that may have resulted in DHCP client returning success
1394        when it really timed out
1395
1396* Sat May 14 2005 Dan Williams <dcbw@redhat.com> - 0.4-12.cvs20050404
1397- Enable OK button correctly in Passphrase and Other Networks dialogs when
1398        using ASCII or Hex WEP keys
1399
1400* Thu May  5 2005 Dan Williams <dcbw@redhat.com> - 0.4-11.cvs20050404
1401- #rh154391# NetworkManager dies on startup (don't force-kill nifd)
1402
1403* Wed May  4 2005 Dan Williams <dcbw@redhat.com> - 0.4-10.cvs20050404
1404- Fix leak of a socket in DHCP code
1405
1406* Wed May  4 2005 Dan Williams <dcbw@redhat.com> - 0.4-9.cvs20050404
1407- Fix some memory leaks (Tom Parker)
1408- Join to threads rather than spinning for their completion (Tom Parker)
1409- Fix misuse of a g_assert() (Colin Walters)
1410- Fix return checking of an ioctl() (Bill Moss)
1411- Better detection and matching of hidden access points (Bill Moss)
1412- Don't use varargs, and therefore don't crash on PPC (Peter Jones)
1413
1414* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 0.4-8.cvs20050404
1415- fix build with newer dbus
1416
1417* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 0.4-7.cvs20050404
1418- silence %%post
1419
1420* Mon Apr  4 2005 Dan Williams <dcbw@redhat.com> 0.4-6.cvs20050404
1421- #rh153234# NetworkManager quits/cores just as a connection is made
1422
1423* Sat Apr  2 2005 Dan Williams <dcbw@redhat.com> 0.4-5.cvs20050402
1424- Update from latest CVS HEAD
1425
1426* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 0.4-4.cvs20050315
1427- Update the GTK+ theme icon cache on (un)install
1428
1429* Tue Mar 15 2005 Ray Strode <rstrode@redhat.com> 0.4-3.cvs20050315
1430- Pull from latest CVS HEAD
1431
1432* Tue Mar 15 2005 Ray Strode <rstrode@redhat.com> 0.4-2.cvs20050315
1433- Upload new source tarball (woops)
1434
1435* Tue Mar 15 2005 Ray Strode <rstrode@redhat.com> 0.4-1.cvs20050315
1436- Pull from latest CVS HEAD (hopefully works again)
1437
1438* Mon Mar  7 2005 Ray Strode <rstrode@redhat.com> 0.4-1.cvs20050307
1439- Pull from latest CVS HEAD
1440- Commit broken NetworkManager to satisfy to dbus dependency
1441
1442* Fri Mar  4 2005 Dan Williams <dcbw@redhat.com> 0.3.4-1.cvs20050304
1443- Pull from latest CVS HEAD
1444- Rebuild for gcc 4.0
1445
1446* Tue Feb 22 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050222
1447- Update from CVS
1448
1449* Mon Feb 14 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050214.x.1
1450- Fix free of invalid pointer for multiple search domains
1451
1452* Mon Feb 14 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050214
1453- Never automatically choose a device that doesn't support carrier detection
1454- Add right-click menu to applet, can now "Pause/Resume" scanning through it
1455- Fix DHCP Renew/Rebind timeouts
1456- Fix frequency cycling problem on some cards, even when scanning was off
1457- Play better with IPv6
1458- Don't send kernel version in DHCP packets, and ensure DHCP packets are at
1459        least 300 bytes in length to work around broken router
1460- New DHCP options D-BUS API by Dan Reed
1461- Handle multiple domain search options in DHCP responses
1462
1463* Wed Feb  2 2005 Dan Williams <dcbw@redhat.com> 0.3.3-1.cvs20050202
1464- Display wireless network name in applet tooltip
1465- Hopefully fix double-default-route problem
1466- Write out valid resolv.conf when we exit
1467- Make multi-domain search options work
1468- Rework signal strength code to be WEXT conformant, if strength is
1469        still wierd then its 95% surely a driver problem
1470- Fix annoying instances of suddenly dropping and reactivating a
1471        wireless device (Cisco cards were worst offenders here)
1472- Fix some instances of NetworkManager not remembering your WEP key
1473- Fix some races between NetworkManager and NetworkManagerInfo where
1474        NetworkManager wouldn't recognize changes in the allowed list
1475- Don't shove Ad-Hoc Access Point MAC addresses into GConf
1476
1477* Tue Jan 25 2005 Dan Williams <dcbw@redhat.com> 0.3.3-1.cvs20050125
1478- Play nice with dbus 0.23
1479- Update our list of Allowed Wireless Networks more quickly
1480
1481* Mon Jan 24 2005 Dan Williams <dcbw@redhat.com> 0.3.3-1.cvs20050124
1482- Update to latest CVS
1483- Make sure we start as late as possible so that we ensure dbus & HAL
1484        are already around
1485- Fix race in initial device activation
1486
1487* Mon Jan 24 2005 Than Ngo <than@redhat.com> 0.3.3-1.cvs20050112.4
1488- rebuilt against new wireless tool
1489
1490* Fri Jan 21 2005 <dcbw@redhat.com> - 0.3.3-1.cvs20050118
1491- Fix issue where NM wouldn't recognize that access points were
1492        encrypted, and then would try to connect without encryption
1493- Refine packaging to put client library in separate package
1494- Remove bind+caching-nameserver dep for FC-3, use 'nscd -i hosts'
1495        instead.  DNS queries may timeout now right after device
1496        activation due to this change.
1497
1498* Wed Jan 12 2005 <dcbw@redhat.com> - 0.3.3-1.cvs20050112
1499- Update to latest CVS
1500- Fixes to DHCP code
1501- Link-Local (ZeroConf/Rendezvous) support
1502- Use bind in "caching-nameserver" mode to work around stupidity
1503        in glibc's resolver library not recognizing resolv.conf changes
1504- #rh144818# Clean up the specfile (Patch from Matthias Saou)
1505- Ad-Hoc mode support with Link-Local addressing only (for now)
1506- Fixes for device activation race conditions
1507- Wireless scanning in separate thread
1508
1509* Wed Dec  8 2004 <dcbw@redhat.com> - 0.3.2-4.3.cvs20041208
1510- Update to CVS
1511- Updates to link detection, DHCP code
1512- Remove NMLaunchHelper so we start up faster and don't
1513        block for a connection.  This means services that depend
1514        on the network may fail if they start right after NM
1515- Make sure DHCP renew/rebinding works
1516
1517* Wed Nov 17 2004 <dcbw@redhat.com> - 0.3.2-3.cvs20041117
1518- Update to CVS
1519- Fixes to link detection
1520- Better detection of non-ESSID-broadcasting access points
1521- Don't dialog-spam the user if a connection fails
1522
1523* Thu Nov 11 2004 <dcbw@redhat.com> - 0.3.2-2.cvs20041115
1524- Update to CVS
1525- Much better link detection, works with Open System authentication
1526- Blacklist wireless cards rather than whitelisting them
1527
1528* Fri Oct 29 2004 <dcbw@redhat.com> - 0.3.2-2.cvs20041029
1529- #rh134893# NetworkManagerInfo and the panel-icon life-cycle
1530- #rh134895# Status icon should hide when in Wired-only mode
1531- #rh134896# Icon code needs rewrite
1532- #rh134897# "Other Networks..." dialog needs implementing
1533- #rh135055# Menu highlights incorrectly in NM
1534- #rh135648# segfault with cipsec0
1535- #rh135722# NetworkManager will not allow zaurus to sync via usb0
1536- #rh135999# NetworkManager-0.3.1 will not connect to 128 wep
1537- #rh136866# applet needs tooltips
1538- #rh137047# lots of applets, yay!
1539- #rh137341# Network Manager dies after disconnecting from wired network second time
1540- Better checking for wireless devices
1541- Fix some memleaks
1542- Fix issues with dhclient declining an offered address
1543- Fix an activation thread deadlock
1544- More accurately detect "Other wireless networks" that are encrypted
1545- Don't bring devices down as much, won't hotplug-spam as much anymore
1546        about firmware
1547- Add a "network not found" dialog when the user chooses a network that could
1548        not be connected to
1549
1550* Tue Oct 26 2004 <dcbw@redhat.com> - 0.3.1-2
1551- Fix escaping of ESSIDs in gconf
1552
1553* Tue Oct 19 2004  <jrb@redhat.com> - 0.3.1-1
1554- minor point release to improve error handling and translations
1555
1556* Fri Oct 15 2004 Dan Williams <dcbw@redhat.com> 0.3-1
1557- Update from CVS, version 0.3
1558
1559* Tue Oct 12 2004 Dan Williams <dcbw@redhat.com> 0.2-4
1560- Update from CVS
1561- Improvements:
1562        o Better link checking on wireless cards
1563        o Panel applet now a Notification Area icon
1564        o Static IP configuration support
1565
1566* Mon Sep 13 2004 Dan Williams <dcbw@redhat.com> 0.2-3
1567- Update from CVS
1568
1569* Sat Sep 11 2004 Dan Williams <dcbw@redhat.com> 0.2-2
1570- Require gnome-panel, not gnome-panel-devel
1571- Turn off by default
1572
1573* Thu Aug 26 2004 Dan Williams <dcbw@redhat.com> 0.2-1
1574- Update to 0.2
1575
1576* Thu Aug 26 2004 Florian La Roche <Florian.LaRoche@redhat.de>
1577- spec-changes to req glib2 instead of glib
1578
1579* Fri Aug 20 2004 Dan Williams <dcbw@redhat.com> 0.1-3
1580- First public release
1581
Note: See TracBrowser for help on using the repository browser.