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

Revision 12449, 59.3 KB checked in by tomop, 4 years ago (diff)

updated 4 packages

NetworkManager-1.26.0-1

brotli-1.0.7-4

libseccomp-2.5.0-1

woff2-1.0.2-6

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