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

Revision 4616, 50.7 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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