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

Revision 521, 47.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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