NetworkManager-vl.spec 56 KB

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