/[pkgs]/devel/NetworkManager/NetworkManager.spec
ViewVC logotype

Contents of /devel/NetworkManager/NetworkManager.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.293 - (show annotations) (download)
Thu Oct 22 03:16:26 2009 UTC (4 weeks, 6 days ago) by dcbw
Branch: MAIN
CVS Tags: NetworkManager-0_7_996-5_git20091021_fc13
Changes since 1.292: +0 -9 lines
Don't run build-time tests since we can't get the dbus uuid
1 %define udev_scriptdir /lib/udev
2
3 %define dbus_version 1.1
4 %define dbus_glib_version 0.75
5
6 %define gtk2_version 2.14.0
7 %define glib2_version 2.16.0
8 %define wireless_tools_version 1:28-0pre9
9 %define libnl_version 1.1
10 %define ppp_version 2.2.4
11
12 %define snapshot .git20091021
13 %define applet_snapshot .git20091021
14
15 Name: NetworkManager
16 Summary: Network connection manager and user applications
17 Epoch: 1
18 Version: 0.7.996
19 Release: 5%{snapshot}%{?dist}
20 Group: System Environment/Base
21 License: GPLv2+
22 URL: http://www.gnome.org/projects/NetworkManager/
23
24 Source: %{name}-%{version}%{snapshot}.tar.bz2
25 Source1: network-manager-applet-%{version}%{applet_snapshot}.tar.bz2
26 Source2: nm-system-settings.conf
27 Patch1: nm-applet-internal-buildfixes.patch
28 Patch2: explain-dns1-dns2.patch
29 Patch3: nm-applet-no-notifications.patch
30 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
31
32 PreReq: chkconfig
33 Requires: dbus >= %{dbus_version}
34 Requires: dbus-glib >= %{dbus_glib_version}
35 Requires: glib2 >= %{glib2_version}
36 Requires: iproute
37 Requires: dhclient >= 12:4.1.0
38 Requires: wpa_supplicant >= 1:0.6.8-4
39 Requires: libnl >= %{libnl_version}
40 Requires: %{name}-glib = %{epoch}:%{version}-%{release}
41 Requires: ppp >= %{ppp_version}
42 Requires: avahi-autoipd
43 Requires: dnsmasq
44 Requires: udev
45 Requires: mobile-broadband-provider-info >= 0.20090602
46 Requires: ModemManager >= 0.2-3.20090826
47 Obsoletes: dhcdbd
48
49 Conflicts: NetworkManager-vpnc < 1:0.7.0.99-1
50 Conflicts: NetworkManager-openvpn < 1:0.7.0.99-1
51 Conflicts: NetworkManager-pptp < 1:0.7.0.99-1
52 Conflicts: NetworkManager-openconnect < 0:0.7.0.99-1
53
54 BuildRequires: dbus-devel >= %{dbus_version}
55 BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
56 BuildRequires: wireless-tools-devel >= %{wireless_tools_version}
57 BuildRequires: glib2-devel >= %{glib2_version}
58 BuildRequires: gtk2-devel >= %{gtk2_version}
59 BuildRequires: libglade2-devel
60 BuildRequires: GConf2-devel
61 BuildRequires: gnome-keyring-devel
62 BuildRequires: gettext-devel
63 BuildRequires: pkgconfig
64 BuildRequires: wpa_supplicant
65 BuildRequires: libnl-devel >= %{libnl_version}
66 BuildRequires: libnotify-devel >= 0.4
67 BuildRequires: perl(XML::Parser)
68 BuildRequires: automake autoconf intltool libtool
69 BuildRequires: ppp-devel >= %{ppp_version}
70 BuildRequires: nss-devel >= 3.11.7
71 BuildRequires: polkit-devel
72 BuildRequires: dhclient
73 BuildRequires: gtk-doc
74 BuildRequires: libudev-devel
75 BuildRequires: libuuid-devel
76 BuildRequires: libgudev1-devel >= 143
77 # No bluetooth on s390
78 %ifnarch s390 s390x
79 BuildRequires: gnome-bluetooth-libs-devel >= 2.27.7.1-1
80 %endif
81
82 %description
83 NetworkManager attempts to keep an active network connection available at all
84 times. It is intended only for the desktop use-case, and is not intended for
85 usage on servers. The point of NetworkManager is to make networking
86 configuration and setup as painless and automatic as possible. If using DHCP,
87 NetworkManager is _intended_ to replace default routes, obtain IP addresses
88 from a DHCP server, and change nameservers whenever it sees fit.
89
90
91 %package devel
92 Summary: Libraries and headers for adding NetworkManager support to applications
93 Group: Development/Libraries
94 Requires: %{name} = %{epoch}:%{version}-%{release}
95 Requires: dbus-devel >= %{dbus_version}
96 Requires: dbus-glib >= %{dbus_glib_version}
97 Requires: pkgconfig
98
99 %description devel
100 This package contains various headers accessing some NetworkManager functionality
101 from applications.
102
103
104 %package gnome
105 Summary: GNOME applications for use with NetworkManager
106 Group: Applications/Internet
107 Requires: %{name} = %{epoch}:%{version}-%{release}
108 Requires: %{name}-glib = %{epoch}:%{version}-%{release}
109 Requires: dbus >= %{dbus_version}
110 Requires: dbus-glib >= %{dbus_glib_version}
111 Requires: libnotify >= 0.4.3
112 PreReq: gtk2 >= %{gtk2_version}
113 Requires: gnome-keyring
114 Requires: nss >= 3.11.7
115 Requires: gnome-icon-theme
116
117 %description gnome
118 This package contains GNOME utilities and applications for use with
119 NetworkManager, including a panel applet for wireless networks.
120
121
122 %package glib
123 Summary: Libraries for adding NetworkManager support to applications that use glib.
124 Group: Development/Libraries
125 Requires: dbus >= %{dbus_version}
126 Requires: dbus-glib >= %{dbus_glib_version}
127
128 %description glib
129 This package contains the libraries that make it easier to use some NetworkManager
130 functionality from applications that use glib.
131
132
133 %package glib-devel
134 Summary: Header files for adding NetworkManager support to applications that use glib.
135 Group: Development/Libraries
136 Requires: %{name}-devel = %{epoch}:%{version}-%{release}
137 Requires: %{name}-glib = %{epoch}:%{version}-%{release}
138 Requires: glib2-devel
139 Requires: pkgconfig
140 Requires: dbus-glib-devel >= %{dbus_glib_version}
141
142 %description glib-devel
143 This package contains the header and pkg-config files for development applications using
144 NetworkManager functionality from applications that use glib.
145
146
147 %prep
148 %setup -q
149
150 # unpack the applet
151 tar -xjf %{SOURCE1}
152
153 %patch1 -p1 -b .buildfix
154 %patch2 -p1 -b .explain-dns1-dns2
155 %patch3 -p1 -b .no-notifications
156
157 %build
158
159 # back up pristine docs and use them instead of generated ones, which make
160 # multilib unhappy due to different timestamps in the generated content
161 %{__cp} -R docs ORIG-docs
162
163 autoreconf -i
164 %configure \
165 --disable-static \
166 --with-distro=redhat \
167 --with-dhcp-client=dhclient \
168 --with-crypto=nss \
169 --enable-more-warnings=yes \
170 --with-docs=yes \
171 --with-system-ca-path=/etc/pki/tls/certs \
172 --with-tests=yes
173 make %{?_smp_mflags}
174
175 # build the applet
176 pushd network-manager-applet-%{version}
177 autoreconf -i
178 intltoolize --force
179 %configure --disable-static --enable-more-warnings=yes
180 make %{?_smp_mflags}
181 popd
182
183 %install
184 %{__rm} -rf $RPM_BUILD_ROOT
185
186 # install NM
187 make install DESTDIR=$RPM_BUILD_ROOT
188
189 %{__cp} %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/
190
191 # install the applet
192 pushd network-manager-applet-%{version}
193 make install DESTDIR=$RPM_BUILD_ROOT
194 popd
195
196 # create a VPN directory
197 %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/VPN
198
199 # create a keyfile plugin system settings directory
200 %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/system-connections
201
202 %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/gnome-vpn-properties
203
204 %find_lang %{name}
205 %find_lang nm-applet
206 cat nm-applet.lang >> %{name}.lang
207
208 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/*.la
209 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/pppd/2.4.4/*.la
210 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/NetworkManager/*.la
211 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gnome-bluetooth/plugins/*.la
212
213 install -m 0755 test/.libs/nm-online %{buildroot}/%{_bindir}
214
215 # install the pristine docs
216 %{__cp} ORIG-docs/libnm-glib/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libnm-glib/
217 %{__cp} ORIG-docs/libnm-util/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libnm-util/
218
219
220 %clean
221 %{__rm} -rf $RPM_BUILD_ROOT
222
223
224 %post
225 if [ "$1" == "1" ]; then
226 /sbin/chkconfig --add NetworkManager
227 /sbin/chkconfig NetworkManager resetpriorities
228 fi
229
230 %preun
231 if [ $1 -eq 0 ]; then
232 /sbin/service NetworkManager stop >/dev/null 2>&1
233 killall -TERM nm-system-settings >/dev/null 2>&1
234 /sbin/chkconfig --del NetworkManager
235 fi
236
237 %triggerun -- NetworkManager < 1:0.7.0-0.9.2.svn3614
238 /sbin/service NetworkManagerDispatcher stop >/dev/null 2>&1
239 /sbin/chkconfig --del NetworkManagerDispatcher
240 exit 0
241
242 %post glib -p /sbin/ldconfig
243 %postun glib -p /sbin/ldconfig
244
245 %pre gnome
246 if [ "$1" -gt 1 ]; then
247 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
248 if [ -f "%{_sysconfdir}/gconf/schemas/nm-applet.schemas" ]; then
249 gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/nm-applet.schemas >/dev/null
250 fi
251 fi
252
253 %preun gnome
254 if [ "$1" -eq 0 ]; then
255 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
256 if [ -f "%{_sysconfdir}/gconf/schemas/nm-applet.schemas" ]; then
257 gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/nm-applet.schemas >/dev/null
258 fi
259 fi
260
261 %post gnome
262 touch --no-create %{_datadir}/icons/hicolor
263 if [ -x /usr/bin/gtk-update-icon-cache ]; then
264 gtk-update-icon-cache -q %{_datadir}/icons/hicolor
265 fi
266 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
267 if [ -f "%{_sysconfdir}/gconf/schemas/nm-applet.schemas" ]; then
268 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/nm-applet.schemas >/dev/null
269 fi
270
271 %postun gnome
272 touch --no-create %{_datadir}/icons/hicolor
273 if [ -x /usr/bin/gtk-update-icon-cache ]; then
274 gtk-update-icon-cache -q %{_datadir}/icons/hicolor
275 fi
276
277 %files -f %{name}.lang
278 %defattr(-,root,root,0755)
279 %doc COPYING NEWS AUTHORS README CONTRIBUTING TODO
280 %{_sysconfdir}/dbus-1/system.d/NetworkManager.conf
281 %{_sysconfdir}/dbus-1/system.d/nm-dhcp-client.conf
282 %{_sysconfdir}/dbus-1/system.d/nm-avahi-autoipd.conf
283 %{_sysconfdir}/dbus-1/system.d/nm-dispatcher.conf
284 %config %{_sysconfdir}/rc.d/init.d/NetworkManager
285 %{_sbindir}/%{name}
286 %dir %{_sysconfdir}/%{name}/
287 %dir %{_sysconfdir}/%{name}/dispatcher.d
288 %dir %{_sysconfdir}/%{name}/VPN
289 %config(noreplace) %{_sysconfdir}/%{name}/nm-system-settings.conf
290 %{_bindir}/nm-tool
291 %{_bindir}/nm-online
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 %{_mandir}/man1/*
298 %{_mandir}/man8/*
299 %dir %{_localstatedir}/run/NetworkManager
300 %{_prefix}/libexec/nm-crash-logger
301 %dir %{_datadir}/NetworkManager
302 %{_datadir}/NetworkManager/gdb-cmd
303 %dir %{_sysconfdir}/NetworkManager/system-connections
304 %{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service
305 %{_libdir}/pppd/2.4.4/nm-pppd-plugin.so
306 %{_datadir}/polkit-1/actions/*.policy
307 %{udev_scriptdir}/rules.d/*.rules
308
309 %files devel
310 %defattr(-,root,root,0755)
311 %doc ChangeLog docs/spec.html
312 %dir %{_includedir}/%{name}
313 %{_includedir}/%{name}/%{name}.h
314 %{_includedir}/%{name}/NetworkManagerVPN.h
315 %{_libdir}/pkgconfig/%{name}.pc
316
317 %files gnome
318 %defattr(-,root,root,0755)
319 %{_sysconfdir}/dbus-1/system.d/nm-applet.conf
320 %{_bindir}/nm-applet
321 %{_bindir}/nm-connection-editor
322 %{_datadir}/applications/*.desktop
323 %{_datadir}/nm-applet/
324 %{_datadir}/icons/hicolor/16x16/apps/*.png
325 %{_datadir}/icons/hicolor/22x22/apps/*.png
326 %{_datadir}/icons/hicolor/32x32/apps/*.png
327 %{_datadir}/icons/hicolor/48x48/apps/*.png
328 %{_datadir}/icons/hicolor/scalable/apps/*.svg
329 %{_sysconfdir}/xdg/autostart/nm-applet.desktop
330 %dir %{_datadir}/gnome-vpn-properties
331 %{_sysconfdir}/gconf/schemas/nm-applet.schemas
332 %ifnarch s390 s390x
333 %{_libdir}/gnome-bluetooth/plugins/*
334 %endif
335
336 %files glib
337 %defattr(-,root,root,0755)
338 %{_libdir}/libnm-glib.so.*
339 %{_libdir}/libnm-glib-vpn.so.*
340 %{_libdir}/libnm-util.so.*
341
342 %files glib-devel
343 %defattr(-,root,root,0755)
344 %dir %{_includedir}/libnm-glib
345 %{_includedir}/libnm-glib/*.h
346 %{_includedir}/%{name}/nm-*.h
347 %{_libdir}/pkgconfig/libnm-glib.pc
348 %{_libdir}/pkgconfig/libnm-glib-vpn.pc
349 %{_libdir}/pkgconfig/libnm-util.pc
350 %{_libdir}/libnm-glib.so
351 %{_libdir}/libnm-glib-vpn.so
352 %{_libdir}/libnm-util.so
353 %dir %{_datadir}/gtk-doc/html/libnm-glib
354 %{_datadir}/gtk-doc/html/libnm-glib/*
355 %dir %{_datadir}/gtk-doc/html/libnm-util
356 %{_datadir}/gtk-doc/html/libnm-util/*
357
358 %changelog
359 * Wed Oct 21 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-5.git20091021
360 - install: better fix for (rh #526519)
361 - install: don't build Bluetooth bits on s390 (rh #529854)
362 - nm: wired 802.1x connection activation fixes
363 - nm: fix crash after modifying default wired connections like "Auto eth0"
364 - nm: ensure VPN secrets are requested again after connection failure
365 - nm: reset 'accept_ra' to previous value after deactivating IPv6 connections
366 - nm: ensure random netlink events don't interfere with IPv6 connection activation
367 - ifcfg-rh: fix writing out LEAP connections
368 - ifcfg-rh: recognize 'static' as a valid BOOTPROTO (rh #528068)
369 - applet: fix "could not find required resources" error (rh #529766)
370
371 * Fri Oct 2 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-4.git20091002
372 - install: fix -gnome package %pre script failures (rh #526519)
373 - nm: fix failures validating private keys when using the NSS crypto backend
374 - applet: fix crashes when clicking on menu but not associated (rh #526535)
375 - editor: fix crash editing wired 802.1x settings
376 - editor: fix secrets retrieval when editing connections
377
378 * Mon Sep 28 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-3.git20090928
379 - nm: fix connection takeover when carrier is not on
380 - nm: handle certificate paths (CA chain PEM files are now fully usable)
381 - nm: defer action for 4 seconds when wired carrier drops
382 - ifcfg-rh: fix writing WPA passphrases with odd characters
383 - editor: fix editing of IPv4 settings with new connections (rh #525819)
384 - editor: fix random crashes when editing due to bad widget refcounting
385 - applet: debut reworked menu layout (not final yet...)
386
387 * Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 0.7.996-3.git20090921
388 - Install GConf schemas
389
390 * Mon Sep 21 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-2.git20090921
391 - nm: allow disconnection of all device types
392 - nm: ensure that wired connections are torn down when their hardware goes away
393 - nm: fix crash when canceling a VPN's request for secrets
394 - editor: fix issues changing connections between system and user scopes
395 - editor: ensure changes are thrown away when editing is canceled
396 - applet: ensure connection changes are noticed by NetworkManager
397 - applet: fix crash when creating new connections
398 - applet: actually use wired 802.1x secrets after they are requested
399
400 * Wed Aug 26 2009 Dan Williams <dcbw@redhat.com> - 0.7.996-1.git20090826
401 - nm: IPv6 zeroconf support and fixes
402 - nm: port to polkit (rh #499965)
403 - nm: fixes for ehea devices (rh #511304) (rh #516591)
404 - nm: work around PPP bug causing bogus nameservers for mobile broadband connections
405 - editor: fix segfault with "Unlisted" plans in the mobile broadband assistant
406
407 * Thu Aug 13 2009 Dan Williams <dcbw@redhat.com> - 0.7.995-3.git20090813
408 - nm: add iSCSI support
409 - nm: add connection assume/takeover support for ethernet (rh #517333)
410 - nm: IPv6 fixes
411 - nm: re-add OLPC XO-1 mesh device support (removed with 0.7.0)
412 - applet: better WiFi dialog focus handling
413
414 * Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 0.7.995-2.git20090804
415 - Add patch to fix service detection on phones
416
417 * Tue Aug 4 2009 Dan Williams <dcbw@redhat.com> - 0.7.995-1.git20090804
418 - nm: IPv6 support for manual & router-advertisement modes
419
420 * Sun Aug 2 2009 Matthias Clasen <mclasen@redhat.com> - 0.7.995-1.git20090728
421 - Move some big docs to -devel to save space
422
423 * Tue Jul 28 2009 Dan Williams <dcbw@redhat.com> - 0.7.995-0.git20090728
424 - Update to upstream 'master' branch
425 - Use modem-manager for better 3G modem support
426 - Integrated system settings with NetworkManager itself
427 - Use udev instead of HAL
428
429 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.1-9.git20090708
430 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
431
432 * Thu Jul 9 2009 Dan Williams <dcbw@redhat.com> - 0.7.1-8.git20090708
433 - applet: fix certificate validation in hidden wifi networks dialog (rh #508207)
434
435 * Wed Jul 8 2009 Dan Williams <dcbw@redhat.com> - 0.7.1-7.git20090708
436 - nm: fixes for ZTE/Onda modem detection
437 - nm: prevent re-opening serial port when the SIM has a PIN
438 - applet: updated translations
439 - editor: show list column headers
440
441 * Thu Jun 25 2009 Dan Williams <dcbw@redhat.com> - 0.7.1-6.git20090617
442 - nm: fix serial port settings
443
444 * Wed Jun 17 2009 Dan Williams <dcbw@redhat.com> - 0.7.1-5.git20090617
445 - nm: fix AT&T Quicksilver modem connections (rh #502002)
446 - nm: fix support for s390 bus types (rh #496820)
447 - nm: fix detection of some CMOtech modems
448 - nm: handle unsolicited wifi scans better
449 - nm: resolv.conf fixes when using DHCP and overriding search domains
450 - nm: handle WEP and WPA passphrases (rh #441070)
451 - nm: fix removal of old APs when none are scanned
452 - nm: fix Huawei EC121 and EC168C detection and handling (rh #496426)
453 - applet: save WEP and WPA passphrases instead of hashed keys (rh #441070)
454 - applet: fix broken notification bubble actions
455 - applet: default to WEP encryption for Ad-Hoc network creation
456 - applet: fix crash when connection editor dialogs are canceled
457 - applet: add a mobile broadband provider wizard
458
459 * Tue May 19 2009 Karsten Hopp <karsten@redhat.com> 0.7.1-4.git20090414.1
460 - drop ExcludeArch s390 s390x, we need at least the header files
461
462 * Tue May 05 2009 Adam Jackson <ajax@redhat.com> 1:0.7.1-4.git20090414
463 - nm-save-the-leases.patch: Use per-connection lease files, and don't delete
464 them on interface deactivate.
465
466 * Thu Apr 16 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.1-3.git20090414
467 - ifcfg-rh: fix problems noticing changes via inotify (rh #495884)
468
469 * Tue Apr 14 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.1-2.git20090414
470 - ifcfg-rh: enable write support for wired and wifi connections
471
472 * Sun Apr 12 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.1-1
473 - nm: update to 0.7.1
474 - nm: fix startup race with HAL causing unmanaged devices to sometimes be managed (rh #494527)
475
476 * Wed Apr 8 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.100-2.git20090408
477 - nm: fix recognition of Option GT Fusion and Option GT HSDPA (nozomi) devices (rh #494069)
478 - nm: fix handling of spaces in DHCP 'domain-search' option
479 - nm: fix detection of newer Option 'hso' devices
480 - nm: ignore low MTUs returned by broken DHCP servers
481
482 * Sun Apr 5 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.100-1
483 - Update to 0.7.1-rc4
484 - nm: use PolicyKit for system connection secrets retrieval
485 - nm: correctly interpret errors returned from chmod(2) when saving keyfile system connections
486 - editor: use PolicyKit to get system connection secrets
487
488 * Thu Mar 26 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-5
489 - nm: fix crashes with out-of-tree modules that provide no driver link (rh #492246)
490 - nm: fix USB modem probing on recent udev versions
491
492 * Tue Mar 24 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-4
493 - nm: fix communication with Option GT Max 3.6 mobile broadband cards
494 - nm: fix communication with Huawei mobile broadband cards (rh #487663)
495 - nm: don't look up hostname when HOSTNAME=localhost unless asked (rh #490184)
496 - nm: fix crash during IP4 configuration (rh #491620)
497 - nm: ignore ONBOOT=no for minimal ifcfg files (f9 & f10 only) (rh #489398)
498 - applet: updated translations
499
500 * Wed Mar 18 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-3.5
501 - nm: work around unhandled device removals due to missing HAL events (rh #484530)
502 - nm: improve handling of multiple modem ports
503 - nm: support for Sony Ericsson F3507g / MD300 and Dell 5530
504 - applet: updated translations
505
506 * Mon Mar 9 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-3
507 - Missing ONBOOT should actually mean ONBOOT=yes (rh #489422)
508
509 * Mon Mar 9 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-2
510 - Fix conflict with NetworkManager-openconnect (rh #489271)
511 - Fix possible crash when resynchronizing devices if HAL restarts
512
513 * Wed Mar 4 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.99-1
514 - nm: make default wired "Auto ethX" connection modifiable if an enabled system settings
515 plugin supports modifying connections (rh #485555)
516 - nm: manpage fixes (rh #447233)
517 - nm: CVE-2009-0365 - GetSecrets disclosure
518 - applet: CVE-2009-0578 - local users can modify the connection settings
519 - applet: fix inability to choose WPA Ad-Hoc networks from the menu
520 - ifcfg-rh: add read-only support for WPA-PSK connections
521
522 * Wed Feb 25 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.98-1.git20090225
523 - Fix getting secrets for system connections (rh #486696)
524 - More compatible modem autodetection
525 - Better handle minimal ifcfg files
526
527 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.0.97-6.git20090220
528 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
529
530 * Fri Feb 20 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.97-5.git20090220
531 - Use IFF_LOWER_UP for carrier detect instead of IFF_RUNNING
532 - Add small delay before probing cdc-acm driven mobile broadband devices
533
534 * Thu Feb 19 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.97-4.git20090219
535 - Fix PEAP version selection in the applet (rh #468844)
536 - Match hostname behavior to 'network' service when hostname is localhost (rh #441453)
537
538 * Thu Feb 19 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.97-2
539 - Fix 'noreplace' for nm-system-settings.conf
540
541 * Wed Feb 18 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0.97-1
542 - Update to 0.7.1rc1
543 - nm: support for Huawei E160G mobile broadband devices (rh #466177)
544 - nm: fix misleading routing error message (rh #477916)
545 - nm: fix issues with 32-character SSIDs (rh #485312)
546 - nm: allow root to activate user connections
547 - nm: automatic modem detection with udev-extras
548 - nm: massive manpage rewrite
549 - applet: fix crash when showing the CA certificate ignore dialog a second time
550 - applet: clear keyring items when deleting a connection
551 - applet: fix max signal strength calculation in menu (rh #475123)
552 - applet: fix VPN export (rh #480496)
553
554 * Sat Feb 7 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0-2.git20090207
555 - applet: fix blank VPN connection message bubbles
556 - applet: better handling of VPN routing on update
557 - applet: silence pointless warning (rh #484136)
558 - applet: desensitize devices in the menu until they are ready (rh #483879)
559 - nm: Expose WINS servers in the IP4Config over D-Bus
560 - nm: Better handling of GSM Mobile Broadband modem initialization
561 - nm: Handle DHCP Classless Static Routes (RFC 3442)
562 - nm: Fix Mobile Broadband and PPPoE to always use 'noauth'
563 - nm: Better compatibility with older dual-SSID AP configurations (rh #445369)
564 - nm: Mark nm-system-settings.conf as %config (rh #465633)
565 - nm-tool: Show VPN connection information
566 - ifcfg-rh: Silence message about ignoring loopback config (rh #484060)
567 - ifcfg-rh: Fix issue with wrong gateway for system connections (rh #476089)
568
569 * Fri Jan 2 2009 Dan Williams <dcbw@redhat.com> - 1:0.7.0-1.git20090102
570 - Update to 0.7.1 pre-release
571 - Allow connections to be ignored when determining the default route (rh #476089)
572 - Own /usr/share/gnome-vpn-properties (rh #477155)
573 - Fix log flooding due to netlink errors (rh #459205)
574 - Pass connection UUID to dispatcher scripts via the environment
575 - Fix possible crash after deactivating a VPN connection
576 - Fix issues with editing wired 802.1x connections
577 - Fix issues when using PKCS#12 certificates with 802.1x connections
578
579 * Fri Nov 21 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4326
580 - API and documentation updates
581 - Fix PIN handling on 'hso' mobile broadband devices
582
583 * Tue Nov 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4296
584 - Fix PIN/PUK issues with high-speed Option HSDPA mobile broadband cards
585 - Fix desensitized OK button when asking for wireless keys
586
587 * Mon Nov 17 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4295
588 - Fix issues reading ifcfg files
589 - Previously fixed:
590 - Doesn't send DHCP hostname (rh #469336)
591 - 'Auto eth0' forgets settings (rh #468612)
592 - DHCP renewal sometimes breaks VPN (rh #471852)
593 - Connection editor menu item in the wrong place (rh #471495)
594 - Cannot make system-wide connections (rh #471308)
595
596 * Fri Nov 14 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.12.svn4293
597 - Update to NetworkManager 0.7.0 RC2
598 - Handle gateways on a different subnet from the interface
599 - Clear VPN secrets on connection failure to ensure they are requested again (rh #429287)
600 - Add support for PKCS#12 private keys (rh #462705)
601 - Fix mangling of VPN's default route on DHCP renew
602 - Fix type detection of qemu/kvm network devices (rh #466340)
603 - Clear up netmask/prefix confusion in the connection editor
604 - Make the secrets dialog go away when it's not needed
605 - Fix inability to add system connections (rh #471308)
606
607 * Mon Oct 27 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4229
608 - More reliable mobile broadband card initialization
609 - Handle mobile broadband PINs correctly when PPP passwords are also used
610 - Additional PolicyKit integration for editing system connections
611 - Close the applet menu if a keyring password is needed (rh #353451)
612
613 * Tue Oct 21 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4201
614 - Fix issues with hostname during anaconda installation (rh #461933)
615 - Fix Ad-Hoc WPA connections (rh #461197)
616 - Don't require gnome-panel or gnome-panel-devel (rh #427834)
617 - Fix determination of WPA encryption capabilities on some cards
618 - Fix conflicts with PPTP and vpnc plugins
619 - Allow .cer file extensions when choosing certificates
620
621 * Sat Oct 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4175
622 - Fix conflicts for older PPTP VPN plugins
623
624 * Sat Oct 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4174
625 - Ensure that mobile broadband cards are powered up before trying to use them
626 - Hostname changing support (rh #441453)
627 - Fix mobile broadband secret requests to happen less often
628 - Better handling of default devices and default routes
629 - Better information in tooltips and notifications
630 - Various UI cleanups; hide widgets that aren't used (rh #465397, rh #465395)
631 - Accept different separators for DNS servers and searches
632 - Make applet's icon accurately reflect signal strength of the current AP
633
634 * Wed Oct 1 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022.4
635 - Fix connection comparison that could cause changes to get overwritten (rh #464417)
636
637 * Tue Sep 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022.3
638 - Fix handling of VPN settings on upgrade (rh #460730, bgo #553465)
639
640 * Thu Sep 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022.2
641 - Fix hang when reading system connections from ifcfg files
642
643 * Thu Sep 4 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022.1
644 - Fix WPA Ad-Hoc connections
645
646 * Wed Aug 27 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn4022
647 - Fix parsing of DOMAIN in ifcfg files (rh #459370)
648 - Fix reconnection to mobile broadband networks after an auth failure
649 - Fix recognition of timeouts of PPP during mobile broadband connection
650 - More compatible connection sharing (rh #458625)
651 - Fix DHCP in minimal environments without glibc locale information installed
652 - Add support for Option mobile broadband devices (like iCON 225 and iCON 7.2)
653 - Add IP4 config information to dispatcher script environment
654 - Merge WEP ASCII and Hex key types for cleaner UI
655 - Pre-fill PPPoE password when authentication fails
656 - Fixed some changes not getting saved in the connection editor
657 - Accept both prefix and netmask in the conection editor's IPv4 page
658
659 * Mon Aug 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3930
660 - Fix issue with mobile broadband connections that don't require authentication
661
662 * Mon Aug 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3927
663 - Expose DHCP-returned options over D-Bus and to dispatcher scripts
664 - Add support for customized static routes
665 - Handle multiple concurrent 3G or PPPoE connections
666 - Fix GSM/CDMA username and password issues
667 - Better handling of unmanaged devices from ifcfg files
668 - Fix timeout handling of errors during 3G connections
669 - Fix some routing issues (rh #456685)
670 - Fix applet crashes after removing a device (rh #457380)
671
672 * Thu Jul 24 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3846
673 - Convert stored IPv4 static IP addresses to new prefix-based scheme automatically
674 - Fix pppd connections to some 3G providers (rh #455348)
675 - Make PPPoE "Show Password" option work
676 - Hide IPv4 config options that don't make sense in certain configurations
677
678 * Fri Jul 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.11.svn3830
679 - Expose server-returned DHCP options via D-Bus
680 - Use avahi-autoipd rather than old built-in IPv4LL implementation
681 - Send hostname to DHCP server if provided (DHCP_HOSTNAME ifcfg option)
682 - Support sending DHCP Client Identifier to DHCP server
683 - Allow forcing 802.1x PEAP Label to '0'
684 - Make connection sharing more robust
685 - Show status for shared and Ad-Hoc connections if no other connection is active
686
687 * Fri Jul 11 2008 Matthias Clasen <mclasen@redhat.com> - 1:0.7.0-0.10.svn3801
688 - Drop explicit hal dep in -gnome
689
690 * Wed Jul 02 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.10.svn3801
691 - Move VPN configuration into connection editor
692 - Fix mobile broadband username/password issues
693 - Fix issues with broken rfkill setups (rh #448889)
694 - Honor APN setting for GSM mobile broadband configurations
695 - Fix adding CDMA connections in the connection editor
696
697 * Wed Jun 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.10.svn3747
698 - Update to latest SVN
699 - Enable connection sharing
700 - Respect VPN-provided routes
701
702 * Wed Jun 4 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.4.svn3675
703 - Move NM later in the shutdown process (rh #449070)
704 - Move libnm-util into a subpackage to allow NM to be removed more easily (rh #351101)
705
706 * Mon May 19 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3675
707 - Read global gateway from /etc/sysconfig/network if missing (rh #446527)
708 - nm-system-settings now terminates when dbus goes away (rh #444976)
709
710 * Tue May 14 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3669
711 - Fix initial carrier state detection on devices that are already up (rh #134886)
712
713 * Tue May 13 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3667
714 - Restore behavior of marking wifi devices as "down" when disabling wireless
715 - Fix a crash on resume when a VPN was active when going to sleep
716
717 * Tue May 13 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3665
718 - Fix issues with the Fedora plugin not noticing changes made by
719 system-config-network (rh #444502)
720 - Allow autoconnection of GSM and CDMA connections
721 - Multiple IP address support for user connections
722 - Fixes for Mobile Broadband cards that return line speed on connect
723 - Implement PIN entry for GSM mobile broadband connections
724 - Fix crash when editing unencrypted WiFi connections in the connection editor
725
726 * Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.3.svn3623
727 - Clean up the dispatcher now that it's service is gone (rh #444798)
728
729 * Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3623
730 - Fix asking applets for the GSM PIN/PUK
731
732 * Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3622
733 - Guess WEP key type in applet when asking for new keys
734 - Correct OK button sensitivity in applet when asking for new WEP keys
735
736 * Wed Apr 30 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3620
737 - Fix issues with Mobile Broadband connections caused by device init race patch
738
739 * Tue Apr 29 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3619
740 - Fix device initialization race that caused ethernet devices to get stuck on
741 startup
742 - Fix PPPoE connections not showing up in the applet
743 - Fix disabled OK button in connection editor some wireless and IP4 settings
744 - Don't exit if HAL isn't up yet; wait for it
745 - Fix a suspend/resume crash
746
747 * Sun Apr 27 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3614
748 - Don't ask for wireless keys when the driver sends disconnect events during
749 association; wait until the entire assocation times out
750 - Replace dispatcher daemon with D-Bus activated callout
751 - Fix parsing of DNS2 and DNS3 ifcfg file items
752 - Execute dispatcher scripts in alphabetical order
753 - Be active at runlevel 2
754 - Hook up MAC address widgets for wired & wireless; and BSSID widget for wireless
755 - Pre-populate anonymous identity and phase2 widgets correctly
756 - Clear out unused connection keys from GConf
757
758 * Tue Apr 22 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3590
759 - Don't select devices without a default gateway as the default route (rh #437338)
760 - Fill in broadcast address if not specified (rh #443474)
761 - Respect manual VPN IPv4 configuration options
762 - Show Connection Information for the device with the default route only
763
764 * Fri Apr 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3578
765 - Add dbus-glib-devel BuildRequires for NetworkManager-glib-devel (rh #442978)
766 - Add PPP settings page to connection editor
767 - Fix a few crashes with PPPoE
768 - Fix active connection state changes that confused clients
769
770 * Thu Apr 17 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3571
771 - Fix build in pppd-plugin
772
773 * Thu Apr 17 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3570
774 - PPPoE authentication fixes
775 - More robust handing of mobile broadband device communications
776
777 * Wed Apr 16 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.2.svn3566
778 - Honor options from /etc/sysconfig/network for blocking until network is up
779
780 * Wed Apr 16 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3566
781 - Turn on Add/Edit in the connection editor
782 - Don't flush or change IPv6 addresses or routes
783 - Enhance nm-online tool
784 - Some serial communication fixes for mobile broadband
785
786 * Wed Apr 9 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3549
787 - Fix issues with VPN passwords not getting found
788
789 * Tue Apr 8 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3548
790 - Fix builds due to glib2 breakage of GStaticMutex with gcc 4.3
791
792 * Tue Apr 8 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3547
793 - Fix WEP key index handling in UI
794 - Fix handling of NM_CONTROLLED in ifcfg files
795 - Show device managed state in applet menu
796 - Show wireless enabled state in applet menu
797 - Better handling of default DHCP connections for wired devices
798 - Fix loading of connection editor on KDE (rh #435344)
799
800 * Wed Apr 2 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3527
801 - Honor MAC address locking for wired & wireless devices
802
803 * Mon Mar 31 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3521
804 - Show VPN failures
805 - Support Static WEP key indexes
806 - Fix parsing of WEP keys from ifcfg files
807 - Pre-fill wireless security UI bits in connection editor and applet
808
809 * Tue Mar 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3476
810 - Grab system settings from /etc/sysconfig/network-scripts, not from profiles
811
812 * Tue Mar 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3473
813 - Fix crashes when returning VPN secrets from the applet to NM
814
815 * Tue Mar 18 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3472
816 - Fix crashes on suspend/resume and exit (rh #437426)
817 - Ensure there's always an option to chose the wired device
818 - Never set default route via an IPv4 link-local addressed device (rh #437338)
819
820 * Wed Mar 12 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3440
821 - Fix DHCP rebind behavior
822 - Preliminary PPPoE support
823
824 * Mon Mar 10 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.9.1.svn3417
825 - Fix gnome-icon-theme Requires, should be on gnome subpackage
826
827 * Mon Mar 10 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3417
828 - Honor DHCP rebinds
829 - Multiple active device support
830 - Better error handling of mobile broadband connection failures
831 - Allow use of interface-specific dhclient config files
832 - Recognize system settings which have no TYPE item
833
834 * Sun Mar 2 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3370
835 - Fix crash of nm-system-settings on malformed ifcfg files (rh #434919)
836 - Require gnome-icon-theme to pick up lock.png (rh #435344)
837 - Fix applet segfault after connection removal via connection editor or GConf
838
839 * Fri Feb 29 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3369
840 - Don't create multiple connections for hidden access points
841 - Fix scanning behavior
842
843 * Thu Feb 14 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3319
844 - Rework connection editor connection list
845
846 * Tue Feb 12 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3312
847 - Better handling of changes in the profile directory by the system settings
848 serivce
849
850 * Thu Feb 7 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3302
851 - Enable system settings service
852 - Allow explicit disconnection of mobile broadband devices
853 - Fix applet memory leaks (rh #430178)
854 - Applet Connection Information dialog tweaks (gnome.org #505899)
855 - Filter input characters to passphrase/key entry (gnome.org #332951)
856 - Fix applet focus stealing prevention behavior
857
858 * Mon Jan 21 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3261
859 - Add CDMA mobile broadband support (if supported by HAL)
860 - Rework applet connection and icon handling
861 - Enable connection editor (only for deleting connections)
862
863 * Fri Jan 11 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3235
864 - Fix crash when activating a mobile broadband connection
865 - Better handling of non-SSID-broadcasting APs on kernels that support it
866 (gnome.org #464215) (rh #373841)
867 - Honor DHCP-server provided MTU if present (gnome.org #332953)
868 - Use previous DNS settings if the VPN concentrator doesn't provide any
869 (gnome.org #346833)
870
871 * Fri Jan 4 2008 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3204
872 - Fix WPA passphrase hashing on big endian (PPC, Sparc, etc) (rh #426233)
873
874 * Tue Dec 18 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3181
875 - Fixes to work better with new libnl (rh #401761)
876
877 * Tue Dec 18 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3180
878 - Fix WPA/WPA2 Enterprise Phase2 connections (rh #388471)
879
880 * Wed Dec 5 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3138
881 - Fix applet connection comparison which failed to send connection updated
882 signals to NM in some cases
883 - Make VPN connection applet more robust against plugin failures
884
885 * Tue Dec 4 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3134
886 - 64-bit -Wall compile fixes
887
888 * Tue Dec 4 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.8.svn3133
889 - Fix applet crash when choosing to ignore the CA certificate (rh #359001)
890 - Fix applet crash when editing VPN properties and VPN connection failures (rh #409351)
891 - Add file filter name in certificate file picker dialog (rh #410201)
892 - No longer start named when starting NM (rh #381571)
893
894 * Tue Nov 27 2007 Jeremy Katz <katzj@redhat.com> - 1:0.7.0-0.8.svn3109
895 - Fix upgrading from an earlier rawhide snap
896
897 * Mon Nov 26 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.6.svn3109
898 - Fix device descriptions shown in applet menu
899
900 * Mon Nov 26 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.5.svn3109
901 - Fix crash when deactivating VPN connections
902
903 * Mon Nov 19 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.5.svn3096
904 - Fix crash and potential infinite nag dialog loop when ignoring CA certificates
905
906 * Mon Nov 19 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.4.svn3096
907 - Fix crash when ignoring CA certificate for EAP-TLS, EAP-TTLS, and EAP-PEAP
908
909 * Mon Nov 19 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.3.svn3096
910 - Fix connections when picking a WPA Enterprise AP from the menu
911 - Fix issue where applet would provide multiple same connections to NM
912
913 * Thu Nov 15 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.3.svn3094
914 - Add support for EAP-PEAP (rh #362251)
915 - Fix EAP-TLS private key handling
916
917 * Tue Nov 13 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.2.svn3080
918 - Clarify naming of WPA & WPA2 Personal encryption options (rh #374861, rh #373831)
919 - Don't require a CA certificate for applicable EAP methods (rh #359001)
920 - Fix certificate and private key handling for EAP-TTLS and EAP-TLS (rh #323371)
921 - Fix applet crash with USB devices (rh #337191)
922 - Support upgrades from NM 0.6.x GConf settings
923
924 * Thu Nov 1 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.6.1.svn3030
925 - Fix applet crash with USB devices that don't advertise a product or vendor
926 (rh #337191)
927
928 * Sat Oct 27 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.5.svn3030
929 - Fix crash when getting WPA secrets (rh #355041)
930
931 * Fri Oct 26 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.4.svn3030
932 - Bring up ethernet devices by default if no connections are defined (rh #339201)
933 - Fix crash when switching networks or bringing up secrets dialog (rh #353091)
934 - Fix crash when editing VPN connection properties a second time
935 - Fix crash when cancelling the secrets dialog if another connection was
936 activated in the mean time
937 - Fix disembodied notification bubbles (rh #333391)
938
939 * Thu Oct 25 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.4.svn3020
940 - Handle PEM certificates
941 - Hide WPA-PSK Type combo since it's as yet unused
942 - Fix applet crash when AP security options changed and old secrets are still
943 in the keyring
944 - Fix applet crash connecting to unencrypted APs via the other network dialog
945
946 * Wed Oct 24 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3020
947 - Fix WPA Enterprise connections that use certificates
948 - Better display of SSIDs in the menu
949
950 * Wed Oct 24 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3016
951 - Fix getting current access point
952 - Fix WPA Enterprise connections
953 - Wireless dialog now defaults to sensible choices based on the connection
954 - Tell nscd to restart if needed, don't silently kill it
955
956 * Tue Oct 23 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3014
957 - Suppress excessive GConf updates which sometimes caused secrets to be cleared
958 at the wrong times, causing connections to fail
959 - Various EAP and LEAP related fixes
960
961 * Tue Oct 23 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn3008
962 - Make WPA-EAP and Dynamic WEP options connect successfully
963 - Static IPs are now handled correctly in NM itself
964
965 * Mon Oct 22 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2995
966 - Add Dynamic WEP as a supported authentication/security option
967
968 * Sun Oct 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2994
969 - Re-enable "Connect to other network"
970 - Switch to new GUI bits for wireless security config and password entry
971
972 * Tue Oct 16 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2983
973 - Add rfkill functionality
974 - Fix applet crash when choosing wired networks from the menu
975
976 * Wed Oct 10 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2970
977 - Fix segfault with deferred connections
978 - Fix default username with vpnc VPN plugin
979 - Hidden SSID fixes
980
981 * Tue Oct 9 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2962
982 - Fix merging of non-SSID-broadcasting APs into a device's scan list
983 - Speed up opening of the applet menu
984
985 * Tue Oct 9 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2961
986 - New snapshot
987 - Add timestamps to networks to connect to last used wireless network
988 - Turn autoconnect on in the applet
989 - Hidden SSID support
990 - Invalidate failed or cancelled connections again
991 - Fix issues with reactivation of the same device
992 - Handle connection updates in the applet (ex. find new VPN connections)
993 - Fix vertical sizing of menu items
994 - Fix AP list on wireless devices other than the first device in the applet
995 - Fix matching of current AP with the right menu item
996
997 * Fri Sep 28 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2914
998 - New snapshot
999 - Add WPA passphrase support to password dialog
1000 - Applet now reflects actual VPN behavior of one active connection
1001 - Applet now notices VPN active connections on startup
1002 - Fix connections with some WPA and WEP keys
1003
1004 * Thu Sep 27 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2907
1005 - New snapshot
1006 - VPN support (only vpnc plugin ported at this time)
1007
1008 * Tue Sep 25 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2886
1009 - New snapshot
1010 - Make wired device carrier state work in the applet
1011 - Fix handling of errors with unencrypted APs
1012 - Fix "frozen" applet icon by reporting NM state better
1013 - Fix output of AP frequency in nm-tool
1014
1015 * Tue Sep 25 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2880
1016 - New snapshot
1017 - Fix applet icon sizing on start (mclasen)
1018 - Fix nm-tool installation (mclasen)
1019 - Fix 'state' method call return (#303271)
1020 - Fix 40-bit WEP keys (again)
1021 - Fix loop when secrets were wrong/invalid
1022 - Fix applet crash when clicking Cancel in the password dialog
1023 - Ensure NM doesn't get stuck waiting for the supplicant to re-appear
1024 if it crashes or goes away
1025 - Make VPN properties applet work again
1026 - Increase timeout for network password entry
1027
1028 * Fri Sep 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2852
1029 - New snapshot (fix unencrypted & 40 bit WEP)
1030
1031 * Fri Sep 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2849
1032 - New snapshot
1033
1034 * Fri Sep 21 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2844
1035 - New snapshot
1036
1037 * Thu Sep 20 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.2.svn2833
1038 - New SVN snapshot of 0.7 that sucks less
1039
1040 * Thu Aug 30 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.1.svn2736
1041 - Update to SVN snapshot of 0.7
1042
1043 * Mon Aug 13 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-9
1044 - Update the license tag
1045
1046 * Tue Aug 8 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-8
1047 - Own /etc/NetworkManager/dispatcher.d and /etc/NetworkManager/VPN (#234004)
1048
1049 * Wed Jun 27 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-7
1050 - Fix Wireless Enabled checkbox when no killswitches are present
1051
1052 * Thu Jun 21 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-6
1053 - Update to stable branch snapshot:
1054 - More fixes for ethernet link detection (gnome #354565, rh #194124)
1055 - Support for HAL-detected rfkill switches
1056
1057 * Sun Jun 10 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-5
1058 - Fix applet crash on 64-bit platforms when choosing
1059 "Connect to other wireless network..." (gnome.org #435036)
1060 - Add debug output for ethernet device link changes
1061
1062 * Thu Jun 7 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-4
1063 - Fix ethernet link detection (gnome #354565, rh #194124)
1064 - Fix perpetual credentials request with private key passwords in the applet
1065 - Sleep a bit before activating wireless cards to work around driver bugs
1066
1067 * Mon Jun 4 2007 Dan Williams <dcbw@redhat.com> 1:0.6.5-3
1068 - Don't spawn wpa_supplicant with -o
1069
1070 * Wed Apr 25 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-2
1071 - Fix requires macro (237806)
1072
1073 * Thu Apr 19 2007 Christopher Aillon <caillon@redhat.com> 1:0.6.5-1
1074 - Update to 0.6.5 final
1075 - Don't lose scanned security information
1076
1077 * Mon Apr 9 2007 Dan Williams <dcbw@redhat.com> - 1:0.6.5-0.7.svn2547
1078 - Update from trunk
1079 - Updated translations
1080 - Cleaned-up VPN properties dialogs
1081 - Fix 64-bit kernel leakage issues in WEXT
1082 - Don't capture and redirect wpa_supplicant log output
1083
1084 * Wed Mar 28 2007 Matthew Barnes <mbarnes@redhat.com> 1:0.6.5-0.6.svn2474
1085 - Close private D-Bus connections. (#232691)
1086
1087 * Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> 1:0.6.5-0.5.svn2474
1088 - Fix a directory ownership issue. (#233763)
1089
1090 * Thu Mar 15 2007 Dan Williams <dcbw@redhat.com> - 1:0.6.5-0.4.svn2474
1091 - Update to pre-0.6.5 snapshot
1092
1093 * Thu Feb 8 2007 Christopher Aillon <caillon@redhat.com> - 1:0.6.5-0.3.cvs20061025
1094 - Guard against D-Bus LimitExceeded messages
1095
1096 * Fri Feb 2 2007 Christopher Aillon <caillon@redhat.com> - 1:0.6.5-0.2.cvs20061025
1097 - Move .so file to -devel package
1098
1099 * Sat Nov 25 2006 Matthias Clasen <mclasen@redhat.com>
1100 - Own the /etc/NetworkManager/dispatcher.d directory
1101 - Require pkgconfig for the -devel packages
1102 - Fix compilation with dbus 1.0
1103
1104 * Wed Oct 25 2006 Dan Williams <dcbw@redhat.com> - 1:0.6.5-0.cvs20061025
1105 - Update to a stable branch snapshot
1106 - Gnome applet timeout/redraw suppression when idle
1107 - Backport of LEAP patch from HEAD (from Thiago Bauermann)
1108 - Backport of asynchronous scanning patch from HEAD
1109 - Make renaming of VPN connections work (from Tambet Ingo)
1110 - Dial down wpa_supplicant debug spew
1111 - Cleanup of key/passphrase request scenarios (from Valentine Sinitsyn)
1112 - Shut down VPN connections on logout (from Robert Love)
1113 - Fix WPA passphrase hashing on PPC
1114
1115 * Thu Oct 19 2006 Christopher Aillon <caillon@redhat.com> - 1:0.6.4-6
1116 - Own /usr/share/NetworkManager and /usr/include/NetworkManager
1117
1118 * Mon Sep 4 2006 Christopher Aillon <caillon@redhat.com> - 1:0.6.4-5
1119 - Don't wake up to redraw if NM is inactive (#204850)
1120
1121 * Wed Aug 30 2006 Bill Nottingham <notting@redhat.com> - 1:0.6.4-4
1122 - add epochs in requirements
1123
1124 * Wed Aug 30 2006 Dan Williams <dcbw@redhat.com> - 1:0.6.4-3
1125 - Fix FC-5 buildreqs
1126
1127 * Wed Aug 30 2006 Dan Williams <dcbw@redhat.com> - 1:0.6.4-2
1128 - Revert FC6 to latest stable NM
1129 - Update to stable snapshot
1130 - Remove bind/caching-nameserver hard requirement
1131
1132 * Tue Aug 29 2006 Christopher Aillon <caillon@redhat.com> - 0.7.0-0.cvs20060529.7
1133 - BuildRequire wireless-tools-devel and perl-XML-Parser
1134 - Update the BuildRoot tag
1135
1136 * Wed Aug 16 2006 Ray Strode <rstrode@redhat.com> - 0.7.0-0.cvs20060529.6
1137 - add patch to make networkmanager less verbose (bug 202832)
1138
1139 * Wed Aug 9 2006 Ray Strode <rstrode@redhat.com> - 0.7.0-0.cvs20060529.5
1140 - actually make the patch in 0.7.0-0.cvs20060529.4 apply
1141
1142 * Fri Aug 4 2006 Ray Strode <rstrode@redhat.com> - 0.7.0-0.cvs20060529.4
1143 - Don't ever elect inactive wired devices (bug 194124).
1144
1145 * Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.7.0-0.cvs20060529.3
1146 - Add patch to fix deprecated dbus functions
1147
1148 * Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.7.0-0.cvs20060529.2
1149 - Add BR for dbus-glib-devel
1150
1151 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-0.cvs20060529.1.1
1152 - rebuild
1153
1154 * Mon May 29 2006 Dan Williams <dcbw@redhat.com> - 0.7.0-0.cvs20060529
1155 - Update to latest CVS
1156 o Gnome.org #333420: dialog do not have window icons
1157 o Gnome.org #336913: HIG tweaks for vpn properties pages
1158 o Gnome.org #336846: HIG tweaks for nm-vpn-properties
1159 o Gnome.org #336847: some bugs in nm-vpn-properties args parsing
1160 o Gnome.org #341306: nm-vpn-properties crashes on startup
1161 o Gnome.org #341263: Version 0.6.2-0ubuntu5 crashes on nm_device_802_11_wireless_get_type
1162 o Gnome.org #341297: displays repeated keyring dialogs on resume from suspend
1163 o Gnome.org #342400: Building libnm-util --without-gcrypt results in linker error
1164 o Gnome.org #342398: Eleminate Gnome dependency for NetworkManager
1165 o Gnome.org #336532: declaration of 'link' shadows a global declaration
1166 - Specfile fixes (#rh187489#)
1167
1168 * Sun May 21 2006 Dan Williams <dcbw@redhat.com> - 0.7.0-0.cvs20060521
1169 - Update to latest CVS
1170 - Drop special-case-madwifi.patch, since WEXT code is in madwifi-ng trunk now
1171
1172 * Fri May 19 2006 Bill Nottingham <notting@redhat.com> - 0.6.2-3.fc6
1173 - use the same 0.6.2 tarball as FC5, so we have the same VPN interface
1174 (did he fire ten args, or only nine?)
1175
1176 * Thu Apr 27 2006 Jeremy Katz <katzj@redhat.com> - 0.6.2-2.fc6
1177 - use the hal device type instead of poking via ioctl so that wireless
1178 devices are properly detected even if the kill switch has been used
1179
1180 * Thu Mar 30 2006 Dan Williams <dcbw@redhat.com> - 0.6.2-1
1181 - Update to 0.6.2:
1182 * Fix various WPA-related bugs
1183 * Clean up leaks
1184 * Increased DHCP timeout to account for slow DHCP servers, or STP-enabled
1185 switches
1186 * Allow applet to reconnect on dbus restarts
1187 * Add "Dynamic WEP" support
1188 * Allow hiding of password/key entry text
1189 * More responsive connection switching
1190
1191 * Tue Mar 14 2006 Peter Jones <pjones@redhat.com> - 0.6.0-3
1192 - Fix device bringup on resume
1193
1194 * Mon Mar 6 2006 Dan Williams <dcbw@redhat.com> 0.6.0-2
1195 - Don't let wpa_supplicant perform scanning with non-WPA drivers
1196
1197 * Mon Mar 6 2006 Dan Williams <dcbw@redhat.com> 0.6.0-1
1198 - Update to 0.6.0 release
1199 - Move autostart file to /usr/share/gnome/autostart
1200
1201 * Thu Mar 2 2006 Jeremy Katz <katzj@redhat.com> - 0.5.1-18.cvs20060302
1202 - updated cvs snapshot. seems to make airo much less neurotic
1203
1204 * Thu Mar 2 2006 Christopher Aillon <caillon@redhat.com>
1205 - Move the unversioned libnm_glib.so to the -devel package
1206
1207 * Wed Mar 1 2006 Dan Williams <dcbw@redhat.com> 0.5.1-18.cvs20060301
1208 - Fix VPN-related crash
1209 - Fix issue where NM would refuse to activate a VPN connection once it had timed out
1210 - Log wpa_supplicant output for better debugging
1211
1212 * Tue Feb 28 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-17.cvs20060228
1213 - Tweak three-scan-prune.patch
1214
1215 * Mon Feb 27 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-16.cvs20060227
1216 - Don't prune networks until they've gone MIA for three scans, not one.
1217
1218 * Mon Feb 27 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-15.cvs20060227
1219 - Update snapshot, which fixes up the libnotify stuff.
1220
1221 * Fri Feb 24 2006 Dan Williams <dcbw@redhat.coM> 0.5.1-14.cvs20060221
1222 - Move libnotify requires to NetworkManager-gnome, not core NM package
1223
1224 * Tue Feb 21 2006 Dan Williams <dcbw@redhat.com> 0.5.1-13.cvs20060221
1225 - Add BuildRequires: libnl-devel (#rh179438#)
1226 - Fix libnm_glib to not clobber an application's existing dbus connection
1227 (#rh177546#, gnome.org #326572)
1228 - libnotify support
1229 - AP compatibility fixes
1230
1231 * Mon Feb 13 2006 Dan Williams <dcbw@redhat.com> 0.5.1-12.cvs20060213
1232 - Minor bug fixes
1233 - Update to VPN dbus API for passing user-defined routes to vpn service
1234
1235 * Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-11.cvs20060205
1236 - Rebuild
1237
1238 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 0.5.1-10.cvs20060205.1
1239 - rebuilt for new gcc4.1 snapshot and glibc changes
1240
1241 * Sun Feb 5 2006 Dan Williams <dcbw@redhat.com> 0.5.1-10.cvs20060205
1242 - Workarounds for madwifi/Atheros cards
1243 - Do better with non-SSID-broadcasting access points
1244 - Fix hangs when access points change settings
1245
1246 * Thu Feb 2 2006 Dan Williams <dcbw@redhat.com> 0.5.1-9.cvs20060202
1247 - Own /var/run/NetworkManager, fix SELinux issues
1248
1249 * Tue Jan 31 2006 Dan Williams <dcbw@redhat.com> 0.5.1-8.cvs20060131
1250 - Switch to autostarting the applet instead of having it be session-managed
1251 - Work better with non-broadcasting access points
1252 - Add more manufacturer default SSIDs to the blacklist
1253
1254 * Tue Jan 31 2006 Dan Williams <dcbw@redhat.com> 0.5.1-7.cvs20060131
1255 - Longer association timeout
1256 - Fix some SELinux issues
1257 - General bug and cosmetic fixes
1258
1259 * Fri Jan 27 2006 Dan Williams <dcbw@redhat.com> 0.5.1-6.cvs20060127
1260 - Snapshot from CVS
1261 - WPA Support! Woohoo!
1262
1263 * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1264 - rebuilt
1265
1266 * Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.5.1-5
1267 - rebuild for new dbus
1268
1269 * Fri Nov 18 2005 Peter Jones <pjones@redhat.com> - 0.5.1-4
1270 - Don't kill the network connection when you upgrade the package.
1271
1272 * Fri Oct 21 2005 Christopher Aillon <caillon@redhat.com> - 0.5.1-3
1273 - Split out the -glib subpackage to have a -glib-devel package as well
1274 - Add epoch to version requirements for bind and wireless-tools
1275 - Update URL of project
1276
1277 * Wed Oct 19 2005 Christopher Aillon <caillon@redhat.com> - 0.5.1-2
1278 - NetworkManager 0.5.1
1279
1280 * Mon Oct 17 2005 Christopher Aillon <caillon@redhat.com> - 0.5.0-2
1281 - NetworkManager 0.5.0
1282
1283 * Mon Oct 10 2005 Dan Williams <dcbw@redaht.com> - 0.4.1-5.cvs20051010
1284 - Fix automatic wireless connections
1285 - Remove usage of NMLoadModules callout, no longer needed
1286 - Try to fix deadlock when menu is down and keyring dialog pops up
1287
1288 * Sun Oct 09 2005 Dan Williams <dcbw@redhat.com> - 0.4.1-4.cvs20051009
1289 - Update to latest CVS
1290 o Integrate connection progress with applet icon (Chris Aillon)
1291 o More information in "Connection Information" dialog (Robert Love)
1292 o Shorten time taken to sleep
1293 o Make applet icon wireless strength levels a bit more realistic
1294 o Talk to named using DBUS rather than spawning our own
1295 - You need to add "-D" to the OPTIONS line in /etc/sysconfig/named
1296 - You need to set named to start as a service on startup
1297
1298 * Thu Sep 22 2005 Dan Williams <dcbw@redhat.com> - 0.4.1-3.cvs20050922
1299 - Update to current CVS to fix issues with routing table and /sbin/ip
1300
1301 * Mon Sep 12 2005 Jeremy Katz <katzj@redhat.com> - 0.4.1-2.cvs20050912
1302 - update to current CVS and rebuild (workaround for #168120)
1303
1304 * Fri Aug 19 2005 Dan Williams <dcbw@redhat.com> - 0.4.1-2.cvs20050819
1305 - Fix occasional hang in NM caused by the applet
1306
1307 * Wed Aug 17 2005 Dan Williams <dcbw@redhat.com> - 0.4.1
1308 - Update to NetworkManager 0.4.1
1309
1310 * Tue Aug 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-36.cvs20050811
1311 - Rebuild against new cairo/gtk
1312
1313 * Thu Aug 11 2005 Dan Williams <dcbw@redhat.com> - 0.4-35.cvs20050811
1314 - Update to latest CVS
1315 o Use DHCP server address as gateway address if the DHCP server doesn't give
1316 us a gateway address #rh165698#
1317 o Fixes to the applet (Robert Love)
1318 o Better caching of information in the applet (Bill Moss)
1319 o Generate automatic suggested Ad-Hoc network name from machine's hostname
1320 (Robert Love)
1321 o Update all network information on successfull connect, not just
1322 authentication method
1323
1324 * Fri Jul 29 2005 Ray Strode <rstrode@redhat.com> - 0.4-34.cvs20050729
1325 - Update to latest CVS to get fix for bug 165683.
1326
1327 * Mon Jul 11 2005 Dan Williams <dcbw@redhat.com> - 0.4-34.cvs20050629
1328 - Move pkgconfig file to devel package (#162316, thanks to Michael Schwendt)
1329
1330 * Wed Jun 29 2005 David Zeuthen <davidz@redhat.com> - 0.4-33.cvs20050629
1331 - Update to latest CVS to get latest VPN interface settings to satisfy
1332 BuildReq for NetworkManager-vpnc in Fedora Extras Development
1333 - Latest CVS also contains various bug- and UI-fixes
1334
1335 * Fri Jun 17 2005 Dan Williams <dcbw@redhat.com> - 0.4-32.cvs20050617
1336 - Update to latest CVS
1337 o VPN connection import/export capability
1338 o Fix up some menu item names
1339 - Move nm-vpn-properties.glade to the gnome subpackage
1340
1341 * Thu Jun 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-31.cvs20050616
1342 - Update to latest CVS
1343 o Clean up wording in Wireless Network Discovery menu
1344 o Robert Love's applet beautify patch
1345
1346 * Wed Jun 15 2005 Dan Williams <dcbw@redhat.com> - 0.4-30.cvs20050615
1347 - Update to latest CVS
1348
1349 * Mon May 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-15.cvs30050404
1350 - Fix dispatcher and applet CFLAGS so they gets compiled with FORTIFY_SOURCE
1351
1352 * Mon May 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-14.cvs30050404
1353 - Fix segfault in NetworkManagerDispatcher, add an initscript for it
1354
1355 * Mon May 16 2005 Dan Williams <dcbw@redhat.com> - 0.4-13.cvs30050404
1356 - Fix condition that may have resulted in DHCP client returning success
1357 when it really timed out
1358
1359 * Sat May 14 2005 Dan Williams <dcbw@redhat.com> - 0.4-12.cvs20050404
1360 - Enable OK button correctly in Passphrase and Other Networks dialogs when
1361 using ASCII or Hex WEP keys
1362
1363 * Thu May 5 2005 Dan Williams <dcbw@redhat.com> - 0.4-11.cvs20050404
1364 - #rh154391# NetworkManager dies on startup (don't force-kill nifd)
1365
1366 * Wed May 4 2005 Dan Williams <dcbw@redhat.com> - 0.4-10.cvs20050404
1367 - Fix leak of a socket in DHCP code
1368
1369 * Wed May 4 2005 Dan Williams <dcbw@redhat.com> - 0.4-9.cvs20050404
1370 - Fix some memory leaks (Tom Parker)
1371 - Join to threads rather than spinning for their completion (Tom Parker)
1372 - Fix misuse of a g_assert() (Colin Walters)
1373 - Fix return checking of an ioctl() (Bill Moss)
1374 - Better detection and matching of hidden access points (Bill Moss)
1375 - Don't use varargs, and therefore don't crash on PPC (Peter Jones)
1376
1377 * Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 0.4-8.cvs20050404
1378 - fix build with newer dbus
1379
1380 * Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 0.4-7.cvs20050404
1381 - silence %%post
1382
1383 * Mon Apr 4 2005 Dan Williams <dcbw@redhat.com> 0.4-6.cvs20050404
1384 - #rh153234# NetworkManager quits/cores just as a connection is made
1385
1386 * Fri Apr 2 2005 Dan Williams <dcbw@redhat.com> 0.4-5.cvs20050402
1387 - Update from latest CVS HEAD
1388
1389 * Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 0.4-4.cvs20050315
1390 - Update the GTK+ theme icon cache on (un)install
1391
1392 * Tue Mar 15 2005 Ray Strode <rstrode@redhat.com> 0.4-3.cvs20050315
1393 - Pull from latest CVS HEAD
1394
1395 * Tue Mar 15 2005 Ray Strode <rstrode@redhat.com> 0.4-2.cvs20050315
1396 - Upload new source tarball (woops)
1397
1398 * Tue Mar 15 2005 Ray Strode <rstrode@redhat.com> 0.4-1.cvs20050315
1399 - Pull from latest CVS HEAD (hopefully works again)
1400
1401 * Mon Mar 7 2005 Ray Strode <rstrode@redhat.com> 0.4-1.cvs20050307
1402 - Pull from latest CVS HEAD
1403 - Commit broken NetworkManager to satisfy to dbus dependency
1404
1405 * Fri Mar 4 2005 Dan Williams <dcbw@redhat.com> 0.3.4-1.cvs20050304
1406 - Pull from latest CVS HEAD
1407 - Rebuild for gcc 4.0
1408
1409 * Tue Feb 22 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050222
1410 - Update from CVS
1411
1412 * Mon Feb 14 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050214.x.1
1413 - Fix free of invalid pointer for multiple search domains
1414
1415 * Mon Feb 14 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050214
1416 - Never automatically choose a device that doesn't support carrier detection
1417 - Add right-click menu to applet, can now "Pause/Resume" scanning through it
1418 - Fix DHCP Renew/Rebind timeouts
1419 - Fix frequency cycling problem on some cards, even when scanning was off
1420 - Play better with IPv6
1421 - Don't send kernel version in DHCP packets, and ensure DHCP packets are at
1422 least 300 bytes in length to work around broken router
1423 - New DHCP options D-BUS API by Dan Reed
1424 - Handle multiple domain search options in DHCP responses
1425
1426 * Wed Feb 2 2005 Dan Williams <dcbw@redhat.com> 0.3.3-1.cvs20050202
1427 - Display wireless network name in applet tooltip
1428 - Hopefully fix double-default-route problem
1429 - Write out valid resolv.conf when we exit
1430 - Make multi-domain search options work
1431 - Rework signal strength code to be WEXT conformant, if strength is
1432 still wierd then its 95% surely a driver problem
1433 - Fix annoying instances of suddenly dropping and reactivating a
1434 wireless device (Cisco cards were worst offenders here)
1435 - Fix some instances of NetworkManager not remembering your WEP key
1436 - Fix some races between NetworkManager and NetworkManagerInfo where
1437 NetworkManager wouldn't recognize changes in the allowed list
1438 - Don't shove Ad-Hoc Access Point MAC addresses into GConf
1439
1440 * Tue Jan 25 2005 Dan Williams <dcbw@redhat.com> 0.3.3-1.cvs20050125
1441 - Play nice with dbus 0.23
1442 - Update our list of Allowed Wireless Networks more quickly
1443
1444 * Mon Jan 24 2005 Dan Williams <dcbw@redhat.com> 0.3.3-1.cvs20050124
1445 - Update to latest CVS
1446 - Make sure we start as late as possible so that we ensure dbus & HAL
1447 are already around
1448 - Fix race in initial device activation
1449
1450 * Mon Jan 24 2005 Than Ngo <than@redhat.com> 0.3.3-1.cvs20050112.4
1451 - rebuilt against new wireless tool
1452
1453 * Thu Jan 21 2005 <dcbw@redhat.com> - 0.3.3-1.cvs20050118
1454 - Fix issue where NM wouldn't recognize that access points were
1455 encrypted, and then would try to connect without encryption
1456 - Refine packaging to put client library in separate package
1457 - Remove bind+caching-nameserver dep for FC-3, use 'nscd -i hosts'
1458 instead. DNS queries may timeout now right after device
1459 activation due to this change.
1460
1461 * Wed Jan 12 2005 <dcbw@redhat.com> - 0.3.3-1.cvs20050112
1462 - Update to latest CVS
1463 - Fixes to DHCP code
1464 - Link-Local (ZeroConf/Rendezvous) support
1465 - Use bind in "caching-nameserver" mode to work around stupidity
1466 in glibc's resolver library not recognizing resolv.conf changes
1467 - #rh144818# Clean up the specfile (Patch from Matthias Saou)
1468 - Ad-Hoc mode support with Link-Local addressing only (for now)
1469 - Fixes for device activation race conditions
1470 - Wireless scanning in separate thread
1471
1472 * Wed Dec 8 2004 <dcbw@redhat.com> - 0.3.2-4.3.cvs20041208
1473 - Update to CVS
1474 - Updates to link detection, DHCP code
1475 - Remove NMLaunchHelper so we start up faster and don't
1476 block for a connection. This means services that depend
1477 on the network may fail if they start right after NM
1478 - Make sure DHCP renew/rebinding works
1479
1480 * Wed Nov 17 2004 <dcbw@redhat.com> - 0.3.2-3.cvs20041117
1481 - Update to CVS
1482 - Fixes to link detection
1483 - Better detection of non-ESSID-broadcasting access points
1484 - Don't dialog-spam the user if a connection fails
1485
1486 * Mon Nov 11 2004 <dcbw@redhat.com> - 0.3.2-2.cvs20041115
1487 - Update to CVS
1488 - Much better link detection, works with Open System authentication
1489 - Blacklist wireless cards rather than whitelisting them
1490
1491 * Fri Oct 29 2004 <dcbw@redhat.com> - 0.3.2-2.cvs20041029
1492 - #rh134893# NetworkManagerInfo and the panel-icon life-cycle
1493 - #rh134895# Status icon should hide when in Wired-only mode
1494 - #rh134896# Icon code needs rewrite
1495 - #rh134897# "Other Networks..." dialog needs implementing
1496 - #rh135055# Menu highlights incorrectly in NM
1497 - #rh135648# segfault with cipsec0
1498 - #rh135722# NetworkManager will not allow zaurus to sync via usb0
1499 - #rh135999# NetworkManager-0.3.1 will not connect to 128 wep
1500 - #rh136866# applet needs tooltips
1501 - #rh137047# lots of applets, yay!
1502 - #rh137341# Network Manager dies after disconnecting from wired network second time
1503 - Better checking for wireless devices
1504 - Fix some memleaks
1505 - Fix issues with dhclient declining an offered address
1506 - Fix an activation thread deadlock
1507 - More accurately detect "Other wireless networks" that are encrypted
1508 - Don't bring devices down as much, won't hotplug-spam as much anymore
1509 about firmware
1510 - Add a "network not found" dialog when the user chooses a network that could
1511 not be connected to
1512
1513 * Tue Oct 26 2004 <dcbw@redhat.com> - 0.3.1-2
1514 - Fix escaping of ESSIDs in gconf
1515
1516 * Tue Oct 19 2004 <jrb@redhat.com> - 0.3.1-1
1517 - minor point release to improve error handling and translations
1518
1519 * Fri Oct 15 2004 Dan Williams <dcbw@redhat.com> 0.3-1
1520 - Update from CVS, version 0.3
1521
1522 * Tue Oct 12 2004 Dan Williams <dcbw@redhat.com> 0.2-4
1523 - Update from CVS
1524 - Improvements:
1525 o Better link checking on wireless cards
1526 o Panel applet now a Notification Area icon
1527 o Static IP configuration support
1528
1529 * Mon Sep 13 2004 Dan Williams <dcbw@redhat.com> 0.2-3
1530 - Update from CVS
1531
1532 * Sat Sep 11 2004 Dan Williams <dcbw@redhat.com> 0.2-2
1533 - Require gnome-panel, not gnome-panel-devel
1534 - Turn off by default
1535
1536 * Thu Aug 26 2004 Dan Williams <dcbw@redhat.com> 0.2-1
1537 - Update to 0.2
1538
1539 * Thu Aug 26 2004 Florian La Roche <Florian.LaRoche@redhat.de>
1540 - spec-changes to req glib2 instead of glib
1541
1542 * Fri Aug 20 2004 Dan Williams <dcbw@redhat.com> 0.1-3
1543 - First public release
1544

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2