NetworkManager-vl.spec 52 KB

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