NEWS 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092
  1. =============================================
  2. NetworkManager-1.?? (not released yet)
  3. Overview of changes since NetworkManager-1.12
  4. =============================================
  5. * Added support for IEEE 802.15.4 and 6LowPAN devices.
  6. =============================================
  7. NetworkManager-1.11.90 (1.12-rc1)
  8. Overview of changes since NetworkManager-1.10
  9. =============================================
  10. This is a release candidate of NetworkManager 1.12.0.
  11. USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE!
  12. Notable changes include:
  13. * Improved support for configuration checkpoint, including support in libnm.
  14. * Added capability to set IP Tunnel configuration flags.
  15. * The systemd-resolved DNS plugins now supports MDNS.
  16. * systemd-resolved and dnsmasq DNS plugins now honor the DNS priority setting.
  17. * Wi-Fi devices now support FILS for speedier roaming support.
  18. * Drop dependency on libnl3 library.
  19. * Add support for "onlink" routes.
  20. * More robust connectivity checking.
  21. * Dropped the obsolete "ifnet" settings plugin,
  22. * Try harder to generate reasonable human-readable names for devices even if
  23. the hwdb contains garbage.
  24. * Add an "overview" option to hide default values in nmcli, resulting in more
  25. concise output.
  26. * Reworked the inner workings of D-Bus interface for better resource efficiency.
  27. * Add support for configuring nmcli coloring via terminal-colors.d(5).
  28. * Added experimental support for Meson build system,
  29. * Added initial IWD Wi-Fi daemon support.
  30. * A non-hexadecimal DHCPv4 client-id is now properly passed to
  31. dhclient with the first byte (type) set to zero, as stated in the
  32. documentation. This represents a change in behavior since previous
  33. versions where the first character of the string was used as
  34. type. The internal client is not affected by the change.
  35. * DNS setting rc-manager=file now always follows dangling symlinks
  36. instead of replacing /etc/resolv.conf with a plain file.
  37. * Added wake_on_wlan connection setting to configure
  38. wake-on-wireless-lan (WoWLAN).
  39. * The libnm-glib library, deprecated in favor of libnm since NetworkManager 1.0,
  40. is now not built by default. While it can still be enabled, the distributions
  41. should have a good plan for removing it if they need to keep shipping it at
  42. this point.
  43. * nmcli now scans for Wi-Fi networks before displaying them, if the last scan
  44. was too long ago.
  45. * Added the ipv6.dhcp-duid property to allow configuring the DHCPv6 DUID
  46. * Extended ipv6.dhcp-client-id property to support DHCP client identifers
  47. depending on the MAC address and the stable ID.
  48. The following features were backported to 1.10.x releases from 1.10.0 to
  49. 1.10.10 are also present in NetworkManager-1.12:
  50. * Set NM_DISPATCHER_ACTION environment variable in dispatcher scripts.
  51. * Fix crash during reapply of connection settings
  52. * Fix connectivity timeout handling (bgo #794464),
  53. * Retry activating devices when the parent becomes managed (rh #1553595),
  54. * Correctly set the rp_filter value (rh #1565529).
  55. * A fix to ensure teamd is respawned after daemon restart (rh #1551958).
  56. * Better handle DHCP expiry (bgo #783391).
  57. * Fix configuration of IPv6 over master interfaces (rh #1575944).
  58. * ovs: fix compilation issue of OVS plugin and various fixes.
  59. * team: add support for team runner "random".
  60. * core: cleanup activation of device (rh #1537160).
  61. * dhcp: retry indefinitely to renew the lease (rh #1503587).
  62. * core: fix blocking autoconnect for no-secrets (rh #794014).
  63. * libnm: mark async results as cancelled (bgo #794088).
  64. * Load jansson at runtime. This solves a clash with json-glib that caused
  65. a gnome-control-center crash, but also gets rid of a hard dependency.
  66. * Correct nmcli exit values after receiving a signal.
  67. * Fix libnm secret agent asynchronous initialization.
  68. * Add a default route for a modem even if it didn't sent a gateway.
  69. * Improve communication of DAD failures.
  70. * Remember device default metrics across daemon restarts.
  71. * Various bug fixes including possible crashes.
  72. * Added support for 'onlink' IPv4 routes attribute.
  73. * Wait longer for the carrier to come up after a MTU change.
  74. * Implemented abstraction for team connections that exposes team
  75. configuration items as distinct properties.
  76. * Added basic support for tc queueing disciplines and filters.
  77. * Introduced an Update2() D-Bus method to update connection settings
  78. with more flexibility.
  79. * Many bug fixes and improvements.
  80. ============================================
  81. NetworkManager-1.10
  82. Overview of changes since NetworkManager-1.8
  83. ============================================
  84. This is a new stable release of NetworkManager. Notable changes include:
  85. * NetworkManager includes now basic OpenVSwitch support, good enough
  86. to be capable of setting up simple OpenVSwitch configurations.
  87. * Added support for activating PPP connections on non-Ethernet
  88. interfaces.
  89. * It is now possible to authenticate to a Wi-Fi network using WPS
  90. (Wi-Fi Protected Setup).
  91. * Implemented support for Wi-Fi PMF (Protected Management Frames,
  92. 802.11w), which can be configured via the wifi-sec.pmf property.
  93. * Now the maximum rate of wireless access points supporting 802.11 is
  94. properly calculated and exposed on D-Bus.
  95. * Background scanning is now disabled for non-WPA-Enterprise Wi-Fi
  96. networks.
  97. * Added support for the Bluetooth NAP (Network Access Point) profile.
  98. * Added support for disabling connectivity checking via the D-Bus
  99. interface.
  100. * The internal DHCP client now understands the domain-search option.
  101. * Bridge connections support the group-forward-mask property.
  102. * NetworkManager can now configure multiple IPv6 default routes
  103. received through RA and each gets configured with the announced
  104. preference.
  105. * It is possible to specify the routing table for each static route.
  106. * Support specifying a explicit routing table for any non-static-route,
  107. including routes from DHCP, device-routes, IPv6 autoconf.
  108. * Device are left configured when a user sets them as unmanaged by
  109. NetworkManager.
  110. * New connection.auth-retry property to configure how often authentication
  111. is prompted before failing the configuration.
  112. * The platform code that handles synchronization with kernel status
  113. via netlink has been reworked and is more efficient.
  114. * Allowed the update of connections that have an associated ifcfg-rh
  115. routing rules file.
  116. * Non-UTF8 properties are now escaped when they are exported on D-Bus.
  117. * NetworkManager-wait-online.service now starts NetworkManager.service
  118. if needed.
  119. * The MAC address for bond connections can be changed in nmtui.
  120. * Fixed dependency problems when setting the MTU of VLAN and master
  121. devices.
  122. * The systemd-resolved DNS plugin properly handles the DNS priority
  123. setting.
  124. * Fixed setting a DHCP timeout greater than 60 seconds (dhclient).
  125. * Fixed some memory leaks.
  126. * Many other bug fixes and improvements.
  127. ============================================
  128. NetworkManager-1.8
  129. Overview of changes since NetworkManager-1.6
  130. ============================================
  131. This is a new stable release of NetworkManager. Notable changes include:
  132. * Default routes set by devices that failed connectivity checks are now
  133. penalized with a higher metric
  134. * nmcli is now able to produce output more friendly for machine parsing
  135. * The slaves available at the time a master connection is activated are
  136. enslaved in a stable order, making the automatic MAC address for Bonding
  137. devices more predictable.
  138. * Hostname management is now more flexibly configured
  139. * Support for additional route options (pref-src, src, tos, window, cwnd,
  140. initcwnd, initrwnd, mtu, lock-window, lock-cwnd, lock-initcwnd, lock-initrwnd,
  141. and lock-mtu).
  142. * Fixed detection of EAP-FAST support in wpa_supplicant
  143. * Support for handling PINs for PKCS#11 tokens as secrets
  144. * GSM and CDMA connections now have a MTU property
  145. * An option to disable selected TLS versions during EAP phase 1 authentication
  146. * The 802.1x authentication timeout is now configurable to allow a faster
  147. fallback to other connections
  148. * Persist managed state of device until reboot. This improves seamless take over
  149. of a previously managed device after restart of NetworkManager.
  150. * Better handle devices that are externally managed by somebody else by
  151. consistently generating an in-memory connection to reflect the external
  152. state.
  153. * Expose SRIOV capability of a device on D-Bus and support configuring the
  154. number of virtual functions via NetworkManager.conf.
  155. * Support matching networking devices via new "driver:" device spec in
  156. NetworkManager.conf.
  157. * Introduced support for creating and managing dummy links
  158. * The teaming devices now support setting a hardcoded MAC address
  159. * Settings of bonding devices can now be modified on-the-fly, without the
  160. need to reactivate a connection
  161. * The failures to activate a connection now communicate better error
  162. responses to nmcli
  163. * Dropped dependency on libgudev
  164. * Reverse Path filtering is now disabled in multihoming configurations where
  165. it would interfere with legitimate network traffic
  166. * libcurl is used instead of libsoup for connectivity checking, resulting in
  167. a smaller dependency footprint
  168. * With DNS mode "rc-manager=symlink", don't write /etc/resolv.conf as
  169. a symlink if it already exists as a regular file.
  170. * Support attaching user-data in form of key-value pairs to connection profiles.
  171. * Fix accpeting fully qualified name for ipv4.dhcp-hostname setting.
  172. * Make NetworkManager more forgiving to failure to change the MAC address during
  173. scanning.
  174. * Many bug fixes and improvements
  175. ============================================
  176. NetworkManager-1.6
  177. Overview of changes since NetworkManager-1.4
  178. ============================================
  179. This is a new stable release of NetworkManager. Notable changes include:
  180. * Added support for managing the MACsec links. Requires support in
  181. wpa_supplicant (version newer than 2.6).
  182. * Support for configuration and discovery of Web Proxy settings with
  183. PacRunner service.
  184. * The ipv6.method=shared is now supported, utilizing DHCPv6 Prefix
  185. Delegation option to obtain prefixes for the interface.
  186. * Support for systemd-resolved local DNS forwarder backend.
  187. * The configuration is now read from /run/NetworkManager/conf.d as well.
  188. This is useful for handing over configuration discovered on system
  189. startup to NetworkManager.
  190. * The PPP manager can now be split into a separate package.
  191. * Added initial support for PKCS#11 tokens with 802.1x authentication.
  192. * Introduced Vala bindings for libnm.
  193. * NetworkManager would now keep most connections up on shutdown (except Wi-Fi
  194. connections, VPN connections and other kinds that can't be assumed on
  195. startup)
  196. * The checkpoint/restore connection can now also remove new connections and
  197. disconnect devices that were activated since the checkpoint was taken.
  198. * New connection.autoconnect_retries property that allows fine-tuning
  199. the autoconnect behavior.
  200. * Fix emission of NM-style PropertiesChanged signals and deprecate them
  201. for PropertiesChanged on "org.freedesktop.DBus.Properties" interface.
  202. * Change the meaning of unset "cloned-mac-address" settings from "permanent" to
  203. "preserve". This changes the default value and affects existing connections
  204. during upgrade that did not explicitly configure cloned-mac-address. This
  205. has the effect that externally configured MAC addresses are preserved
  206. by default instead of setting the permanent address (bgo#770611).
  207. * Avoid reading the permanent MAC address before the device is initialized
  208. by UDEV. This avoids a race where NetworkManager might detect the MAC
  209. address of the wrong interface.
  210. * The cloned.mac-address property can now be used with Bond and Bridge
  211. devices.
  212. * The ifcfg parsing code has been reworked for better compatibility with
  213. actual shell variable files.
  214. * nmtui now supports creating and editing IP tunnel connections.
  215. * The libnm client library now uses the D-Bus ObjectManager API that allows
  216. for quicker initialization of the clients.
  217. * nmtui now utilizes the asynchronous libnm client API to paralellize
  218. communication with the daemon, reducing the client startup time.
  219. * Ethernet devices now use "802-3.speed" and "802-3.duplex" properties to
  220. allow controlling overriding the negotiated link parameters.
  221. * Order in which IP addresses are configured is now preserved so that
  222. primary address is selected correctly.
  223. * Details of the DNS information obtained from the connections is now
  224. exposed on the D-Bus and can be inspected with nmcli.
  225. * Fixed race conditions when renaming interfaces, for example as done
  226. by UDEV for persistent interface naming. This could cause detecting
  227. devices as the wrong hardware type.
  228. * Added the support for DHCPV6_HOSTNAME and DHCPV6_SEND_HOSTNAME keys in
  229. ifcfg files that control "dhcp-hostname" and "dhcp-send-hostname"
  230. properties of the "ipv6" setting.
  231. * The stable-addressing for MAC address randomization and RFC7217 IPv6 stable
  232. privacy addressing can now be more flexibly configured using dynamic
  233. randomization seeds in "connection.stable-id".
  234. See "examples/nm-conf.d/30-anon.conf" for example use.
  235. * When the master of Team, Bridge and Bond devices is specified as a connection
  236. UUID, the ifcfg-rh plugin now writes the master connection's interface name
  237. into the ifcfg file for improved compatibility with the legacy network service.
  238. * Improve handling of MTU by resetting the previous MTU when the device deactivates
  239. and reset the MTU to a defined value on activation.
  240. * Improve tracking of parent devices for dependend devices like ip-tunnels, MACVLAN,
  241. VETH, VLAN, and VXLAN.
  242. * Many bug fixes and improvements
  243. ============================================
  244. NetworkManager-1.4
  245. Overview of changes since NetworkManager-1.2
  246. ============================================
  247. This is a new stable release of NetworkManager. Notable changes include:
  248. * The MAC address assigned to a device can now be set according to
  249. different policies: preserve, permanent, random, stable
  250. * NetworkManager now waits for IPv6 DAD to terminate before completing
  251. the activation
  252. * Added support for setting IPv6 tokenized interface identifiers
  253. through the 'ipv6.token' connection property
  254. * Added a 'Reload' D-Bus method to reload configuration and reapply
  255. DNS configuration
  256. * Added ability to create a configuration checkpoints and rolling back
  257. changes after a timeout.
  258. * NetworkManager now follows symlinks when accessing resolv.conf and
  259. rc-manager is set to 'file'
  260. * Added support for oFono as modem manager
  261. * The devices now exposes counters of transferred data
  262. * The 'may-fail' property of ipv4 and ipv6 settings is now respected
  263. more accurately
  264. * The timeout for requests of secrets to agents has been increased
  265. from 25 to 120 seconds
  266. * Name servers passed to dnsmasq now specify an egress interface to
  267. avoid problems with multiple active connections
  268. * Reverse DNS entries for IPv6 are now added to dnsmasq, and IPv4
  269. reverse entries now honor the network prefix
  270. * A new 'dns-priority' property of ipv4 and ipv6 settings can be used
  271. to tweak the order of servers in resolv.conf when multiple
  272. connections are active
  273. * configure script accepts --enable-{address,undefined}-sanitizer
  274. options to build NetworkManager with GCC sanitizers
  275. * The default resolv.conf manager can now be specified at build time
  276. using the --with-config-dns-rc-manager-default configure option
  277. * NetworkManager is now compiled with --gc-sections to reduce
  278. executable size
  279. * Added a new 'VPN_PLUGIN' logging domain
  280. * It is now possible to change the configuration currently applied on
  281. a device with 'nmcli device modify' and 'nmcli device reapply'
  282. * nmcli invoked without parameters shows an overview of the current
  283. network configuration
  284. * The 'nmcli connection add' syntax has been extended and is now
  285. possible to pass properties (e.g. 'ipv4.dns') along with aliases
  286. * nmtui now returns to initial menu after a sub-form exits
  287. * Improved bash autocompletion for nmcli
  288. * Now devices are disconnected before the system suspends, executing
  289. dispatcher scripts. This allows external applications to be notified
  290. of the change in connectivity
  291. * Dispatcher scripts are now called also when connectivity status
  292. changes
  293. * Many other fixes and improvements
  294. ============================================
  295. NetworkManager-1.2
  296. Overview of changes since NetworkManager-1.0
  297. ============================================
  298. This is a new stable release of NetworkManager. Notable changes include:
  299. * MAC addresses during Wi-Fi access point scanning are now randomized
  300. if wpa_supplicant supports PreassocMacAddr.
  301. * Added an option to enable random MAC addresses for association to Wi-Fi access
  302. point (defaults to disabled). Controlled with 'wifi.mac-address-randomization'
  303. property (MAC_ADDRESS_RANDOMIZATION key in ifcfg files). Requires support from
  304. wpa_supplicant.
  305. * Wi-Fi scanning now utilizes wpa_supplicant's AP list.
  306. * Added support for Wi-Fi powersave, configured with POWERSAVE key in ifcfg
  307. files.
  308. * Added support for creation of more types of software devices: tun & tap,
  309. macvlan, vxlan and ip tunnels (ipip, gre, sit, ip6ip6 and ipip6).
  310. * The software devices (bond, bridge, vlan, team, ...) can now be stacked
  311. arbitrarily. The nmcli interface for creating master-slave relationships
  312. has been significantly improved by the use of 'master' argument to
  313. all link types.
  314. * RFC7217 stable privacy addressing is now used by default to protect from
  315. address-based host tracking. The IPv6 addressing mode is configured with
  316. IPV6_ADDR_GEN_MODE key in ifcfg files.
  317. * Improved route management code to avoid clashes between conflicting
  318. routes in multiple connections.
  319. * Refactored platform code resulting in more robust interface to platform,
  320. less overhead and reduced memory footprint.
  321. * Improved interoperability with other network management tools. The
  322. externally created software devices are not managed until they're
  323. activated.
  324. * The Device instances now exist for all software connections and the platform
  325. devices are now only created when the device is activated. This makes it
  326. possible for connections with device of same name not to clash unless
  327. they're activated concurrently. The links are now not unnecessarily present
  328. unless the connection is active, avoiding pollution of the link namespace.
  329. * NetworkManager now correctly manages connectivity in namespace-based
  330. containers such as LXC and Docker.
  331. * Support for configuring ethernet Wake-On-Lan has been added.
  332. * Added LLDP listener functionality and related CLI client commands. Enabled via
  333. LLDP option in ifcfg files.
  334. * CLI secret agent has been extended with support for VPN secrets.
  335. * The command line client now utilizes colors for its output.
  336. * The command line client now sorts the devices and properties for better
  337. clarity.
  338. * Numerous improvements to Bash command completion for nmcli.
  339. * NetworkManager relies on less external libraries. The use of dbus-glib
  340. has been replaced with gio's native D-Bus support and libnl-route is no
  341. longer used.
  342. * Dependency on avahi-autoipd has been dropped. Native IPv4 link-local
  343. addressing configuration based on systemd network library is now used
  344. instead.
  345. * Hostname is now managed via systemd-hostnamed on systemd-based systems.
  346. * Management of resolv.conf can be changed at runtime, private resolv.conf
  347. is always written in /run.
  348. * NetworkManager can now write DNS options to resolv.conf.
  349. * Added an option to enable the old-fashioned /etc/resolv.conf handling
  350. (using a symlink)
  351. * Updated version of systemd network library used for internal DHCP and
  352. IPv4 link-local support.
  353. * Support for event logging via audit subsystem has been added.
  354. * Support for native logging via systemd-journald has been added taking
  355. advantage of its structured logging.
  356. * Live reconfiguration of IP configuration after changing the settings without
  357. reactivation of the device with "nmcli device reapply" command and via
  358. D-Bus API.
  359. * The API for VPN plugins now supports multiple simultaneous connections.
  360. Most popular VPN plugins have been updated to support this functionality.
  361. * The libnm library now provides API to access VPN service definitions.
  362. * New DHCP_FQDN key in ifcfg files to configure the full FQDN to be sent to
  363. the DHCP servers.
  364. * The timeout for DHCP requests can now be modified using the
  365. 'ipv4.dhcp-timeout' property.
  366. * Added multicast_snooping option to BRIDGING_OPTS ifcfg key.
  367. * Added support for detecting duplicate IPv4 addresses, with a timeout
  368. configurable through the ipv4.dad-timeout connection property.
  369. * Fixed a race condition that could potentially lead to unauthorized access
  370. to connection secrets (CVE-2016-0764).
  371. * dnsmasq configuration for shared connections can now be extended by
  372. placing custom files in /etc/NetworkManager/dnsmasq-shared.d/.
  373. * Generic devices are no longer assumed unless explicitly requested by
  374. user.
  375. * The reorder-header VLAN flag setting is now honored; to keep backwards
  376. compatibility in behavior, an existing REORDER_HDR=0 ifcfg-rh key is
  377. ignored; the flag must be disabled with VLAN_FLAGS=NO_REORDER_HDR.
  378. * NetworkManager now checks the connection data from client for validity
  379. and gracefully handles unknown properties in client. This improves
  380. interoperability between the server and clients of different versions.
  381. * The activation of a VLAN device with a virtual parent that is inactive
  382. now results in a parent being activated first.
  383. * The server name used with 802.1x authentication can now be constrained
  384. to a particular domain suffix (CVE-2006-7246).
  385. * Fair amount of bugs was fixed and robustness was generally improved.
  386. The following features were backported to 1.0.x releases from 1.0.0 to 1.0.10
  387. are also present in NetworkManager-1.2:
  388. * Added support for handling VPN secrets to nmtui and nmcli agent.
  389. * The team devices can now properly be enslaved to bridges.
  390. * Failed DHCP attempts for assumed connections are now retried after
  391. a timeout.
  392. * Default wired connection is now created after udev registers the device.
  393. * Support for Bluetooth DUN devices with Bluez 5 has been fixed.
  394. * The 'ipv6.ignore-auto-dns' property is now properly honored making it
  395. possible to override automatically obtained name servers.
  396. * Invalid permanent MAC addresses as reported by some devices are now
  397. ignored.
  398. * Device links reported by more recent versions of Linux kernel that reside
  399. in different network namespaces are no longer confused with links in
  400. the namespace NetworkManager runs in.
  401. * MAC address changes of bond or team devices are now properly propagated
  402. to VLANs created on the device.
  403. * Fixed error handling for teaming devices with invalid configuration.
  404. * Wi-Fi AP list is now updated correctly after AP mode has been used.
  405. * The error handling for VPN secret agents is now significantly more robust.
  406. * Detection of s390 CTC devices now works properly.
  407. * A GATEWAY key in in /etc/sysconfig/network now no longer affects
  408. non-static connections.
  409. * Added support for IPv6-only VPN connections.
  410. * The systemd service now uses HUP signal to reload configuration.
  411. * Change VLAN default flags to set REORDER_HDR for new connections.
  412. * nmtui is now able to ignore automatically configured routes.
  413. * Allow setting IPv6 and PPP settings for GDM and CDMA connections via
  414. nmcli.
  415. * Added support for adding ADSL connections in nmcli.
  416. * Improved capture portal detection.
  417. * Default route through WiFi connection is now preferred to Mobile
  418. Broadband if both are available.
  419. * Expose a flag to determine whether a particular connection is metered
  420. via API and client tools. Configurable in ifcfg with CONNECTION_METERED
  421. key.
  422. * Add support for locking connections to a channel within a particular
  423. band.
  424. * Add support for configuring Wake-on-LAN capabilitites.
  425. * Allow overriding the MTU for team device.
  426. * The MTU setting from an IPv6 neighbor discovery Router Advertisements is
  427. now ignored if applying it would result in invalid configuration.
  428. * Some configuration options can now be changed without restarting the
  429. daemon. Notably, this applies to 'dns', 'connectivity' and
  430. 'ignore-carrier' settings.
  431. * The connection activation was made more robust. If an active connection
  432. is reactivated, the device it is active on takes precedence. If an attempt
  433. is made to activate a connection on a different device than the one it is
  434. active on, the activation proceeds removing the connection from the active
  435. device.
  436. * The device specifiers in configuration files now support negation via
  437. 'except:' match.
  438. * Devices that only have IPv6 link-local address are no longer assumed to
  439. be connected.
  440. * nmcli now provides hints and tab-completion for enumeration properties.
  441. * If the IPv6 interface tokens are set they are honored when creating an
  442. interface identifier for IPv6 addressing.
  443. * NetworkManager now maintains correct routing configuration when multiple
  444. interfaces are connected to the same network.
  445. * The management of devices can now be controlled with udev rules. The veth
  446. devices as well as the virtual Ethernet devices of various
  447. virtualization tools (VMWare, VirtualBox, Parallels Workstation) are
  448. now ignored by default.
  449. * The IPv6 privacy extensions are now enabled by default and handling of
  450. the ip6-privacy sysctl has been improved.
  451. * Activating a Bond, Bridge or Team device can now optionally activate the
  452. slave connections as well. The behavior is controlled with
  453. 'connection.autoconnect-slaves' property and AUTOCONNECT-SLAVES key in
  454. ifcfg files.
  455. * The platform support code has been refactored, resulting in better
  456. scalability in large configurations.
  457. * Changes to network interfaces configuration done outside NetworkManager
  458. are now picked up and exposed to the user via NetworkManager API and tools.
  459. * A connection can now optionally leave externally configured default route
  460. in place instead of overriding it. The behavior is controlled with
  461. 'ipv4.never-default' and 'ipv6.never-default' properties.
  462. * nmcli allows multiple devices for 'nmcli device disconnect/delete'.
  463. * Firewall zone is added to firewalld for device-based VPN connections too.
  464. * Wi-Fi devices now indicate support for 2GHz and 5GHz frequencies
  465. * "nmcli device" output now indicates physical port ID
  466. * New config items added to the 'ifcfg-rh' plugin:
  467. - IPV4_ROUTE_METRIC and IPV6_ROUTE_METRIC
  468. - DEVTIMEOUT
  469. - IPADDR and PREFIX are now supported for specifying address ranges of
  470. shared IPv4 connections
  471. * Dispatcher scripts now get a CONNECTION_FILENAME variable with the path
  472. to the configuration file for the connection
  473. * An example dispatcher script that is able to apply complex routing rules
  474. (such as setting up policy-based routing) for 'ifcfg-rh' connections was
  475. added to examples/dispatcher/.
  476. * 'mode' key of Bond device options property now accepts numeric values
  477. * Connection attempts for devices without carrier on startup now wait for
  478. carrier to appear within a short timeout instead of failing
  479. immediately. This makes system startup more robust.
  480. * Bridge connectivity is now properly restored on resume from suspend
  481. * The D-Bus name is acquired earlier during the daemon startup. This makes
  482. it possible for the systemd service manager to optimize the service
  483. startup so that services that require networking are activated sooner
  484. contributing to faster system start up time.
  485. * A lot of memory leak problems were fixed, resulting in reduced memory usage.
  486. Many of them were discovered as a result of improvements in use of
  487. Valgrind in the testing infrastructure.
  488. * Management of 'teamd' daemon instances for Team devices is now more robust.
  489. * The 'dnsmasq' daemon respawns when it terminates and it is configured for
  490. management of DNS resolver configuration
  491. * Hostnames that are not fully qualified are no longer sent to a DHCPv6
  492. server for a dynamic DNS update
  493. * Connection UUIDs are now checked for uniqueness when connection
  494. configurations are read
  495. * Receipt of a NDP Router Advertisement can no longer lower the IPv6 hop
  496. limit (CVE-2015-2924)
  497. ===============================================
  498. NetworkManager-1.0
  499. Overview of changes since NetworkManager-0.9.10
  500. ===============================================
  501. This is a new stable release of NetworkManager. Notable changes include:
  502. * A new 'libnm' GObject-based client library to replace libnm-util/libnm-glib
  503. - IP address, IP route, hardware address, and other properties are now
  504. represented as strings
  505. - Based on GIO's GDBus bindings instead of dbus-glib
  506. - Uses modern GObject APIs including GAsyncResult and GVariant
  507. - For more information see https://wiki.gnome.org/Projects/NetworkManager/libnm
  508. * Devices and VPN connections now have individual default routes. Priorities
  509. are handled through configurable route metrics.
  510. * nmcli now supports password requests and PolicyKit authorizations
  511. * A faster, lighter-weight (though less capable) internal DHCP client has been
  512. added and may be selected with the "dhcp=internal" option. It supports
  513. fewer DHCP options and does not yet support DHCPv6.
  514. * A new 'configure-and-quit=yes' option has been added for environments with
  515. less dynamic network configuration
  516. * When running on 3.17 and later kernels, NetworkManager handles IPv6LL address
  517. assignment to ensure that IPv6 connectivity is not enabled until
  518. intentionally configured by the user
  519. * NetworkManager no longer causes the nl80211 kernel module to be loaded on
  520. systems with no Wi-Fi devices
  521. * Bluetooth DUN support now works with Bluez 5.x
  522. * VPN connections can now persist across link changes and suspend/resume if
  523. their VPN plugin supports this feature
  524. * A new 'ibft' settings plugin has been added to support firmware-based
  525. iBFT/iSCSI configurations. This functionality has been moved to 'ibft'
  526. from the 'ifcfg-rh' plugin.
  527. * IPv6 router advertisement MTUs are now respected
  528. * NetworkManager no longer requires polkit libraries at runtime when Polkit
  529. support is enabled, and Polkit can be disabled at build time too
  530. * Automatically created connections are now deleted when their device goes away
  531. * 'nmcli dev connect' now attemts to create a connection if none exists
  532. * Manually configured static IPv6 configuration is kept even if SLAAC fails
  533. * Manpages for the 'keyfile' and 'ifcfg-rh' plugins now describe their
  534. configuration syntax and available options
  535. * WWAN connections now support IPv6 if the modem and provider support IPv6
  536. * Software devices (bridge, bond, team, etc) can now be deleted from the D-Bus
  537. API or with nmcli
  538. * The manpages, documentation, and API annotations have received many cleanups
  539. * Externally created virtual interfaces are no longer managed by NetworkManager
  540. until they are set "up" or activated via nmcli
  541. * Team device support is now an optional plugin
  542. ==============================================
  543. NetworkManager-0.9.10
  544. Overview of changes since NetworkManager-0.9.8
  545. ==============================================
  546. This is a new stable release of NetworkManager. Notable changes include:
  547. * Added a new curses-based client called "nmtui" for easier console operation
  548. * Added interactive connection editing and creation mode to nmcli with detailed
  549. help and tab completion support
  550. * nmcli bash completion has been greatly improved
  551. * Added support for Data Center Bridging (DCB) and FibreChannel over Ethernet (FCoE)
  552. * IPv6 autoconfiguration is now done in userspace with libndp instead of the kernel
  553. * The D-Bus daemon is no longer required for root-only operation
  554. * WiFi, ADSL, WWAN, and Bluetooth are now optional plugins, reducing install size
  555. * Added support for Infiniband Partitions
  556. * Network connection files are no longer watched by default, use "nmcli con reload"
  557. to notice changes made externally or set "monitor-connection-files=true" in
  558. NetworkManager.conf's [main] section
  559. * Connections can now be locked to interface names in addition to hardware/MAC addresses
  560. * A new "ignore-carrier" configuration option is available to ignore the carrier
  561. on selected interfaces
  562. * A new "dns=none" option has been added to suppress changes to /etc/resolv.conf
  563. * Changes made to IP addresses, IP routes, and master/slave relationships from
  564. external tools are now recognized and reflected in the D-Bus API
  565. * Assuming the existing configuration of interfaces without changing that
  566. configuration is now more reliable
  567. * The 'root' user is no longer subject to PolicyKit access controls and usage
  568. of D-Bus "at_console" permissions has been removed
  569. * Configuration file snippets can be dropped in /etc/NetworkManager/conf.d to
  570. change smaller sets of configuration options
  571. * Added IP-level support for more software/virtual interfaces types including
  572. GRE, macvlan, macvtap, tun, tap, veth, and vxlan interfaces
  573. * All network interfaces known to the kernel are now exposed through
  574. the D-Bus interface
  575. * Improved support for routing-only VPNs like openswan/libreswan/strongswan
  576. * Added support for "temporary" connections which are not saved to disk until
  577. requested
  578. * Added WWAN autoconnect support and fixed issues with airplane mode handling
  579. * NetworkManager-wait-online systemd service behavior is more reliable
  580. * The dispatcher timeout has increased to 10 minutes, and new "pre-up" and
  581. "pre-down" events have been added which block activation until complete
  582. * NetworkManager no longer prevents Wake-on-LAN functionality from working
  583. * PPPoE now requires userland "rp-pppoe" to work around kernel bugs
  584. that prevent detecting server-side termination of the PPP link
  585. * An ARP announcement is now sent after IPv4 addresses are configured
  586. * Added a DNS plugin for dnssec-trigger for better DNSSEC operation
  587. * More properties are now exposed via the D-Bus properties interface in
  588. addition to getter/setter functions
  589. * Added support for custom IP address ranges for Shared connections
  590. * Fatal connection failures now block automatic reconnection more reliably
  591. * VPN connection IP details are now available via the D-Bus interface
  592. * VPN plugins can now request additional/new secrets from the user during the
  593. connection process
  594. ==============================================
  595. NetworkManager-0.9.8
  596. Overview of changes since NetworkManager-0.9.6
  597. ==============================================
  598. This is a new stable release of NetworkManager. Notable changes include:
  599. * New AvailableConnections property for Device objects
  600. * Better handling of various rfkill/Airplane Mode switches
  601. * Fixed handling of DNS servers for some mobile broadband devices
  602. * Don't duplicate various IPv6 routes added by the kernel
  603. * Ensure buggy ethernet driver carrier indications are handled correctly
  604. * Fix crash in dnsmasq plugin when no nameservers were present
  605. * Add support for 4G LTE network modes
  606. * Fix signal handling when daemonizing at startup
  607. * Don't autoconnect to WiFi networks that have never successfully connected
  608. * Only request new WiFi secrets during the initial association or when the
  609. secrets are known to be wrong, not every time the connection randomly fails
  610. * Add capability to autoconnect VPN connections when a parent connection succeeds
  611. * Add configure-time option for "permissive" system connection editing policy
  612. * Various libnm-glib fixes for asynchronous usage
  613. * Fix gateway handling when given with secondary IP addresses
  614. * Optionally listen to systemd for suspend/resume events instead of UPower
  615. * Fix 'seen-bssids' property when retrieving WiFi connections via D-Bus
  616. * Add support for AP-mode WiFi hotspots (instead of just Ad-Hoc)
  617. * Add a "slaves" property to Bond devices
  618. * Add support for ModemManager 0.7/0.8
  619. * Allow more human-readable formatting of IP address in keyfile connections
  620. * Drop support for dhclient v3
  621. * Move PPP support to a separate plugin, so that it can be packaged separately
  622. and reduce the dependency on the core package.
  623. * Add support for DHCPv6 server-side Dynamic DNS
  624. * Add support for bridge master devices and bridge ports
  625. * Fix canceling secrets requests in GUI agents
  626. * Always enable Proactive Key Caching (PKC, also called OKC) for WPA Enterprise
  627. WiFi configurations
  628. ==============================================
  629. NetworkManager-0.9.6
  630. Overview of changes since NetworkManager-0.9.4
  631. ==============================================
  632. This is a new stable release of NetworkManager. Notable changes include:
  633. * Many libnm-glib fixes, including crashes when NetworkManager restarts
  634. * Enhanced IPv6 stability and compatibility
  635. * Fix regression in carrier handling for devices that don't support carrier detect
  636. * Add ability to connect to new WiFi networks from nmcli
  637. * Add native support for ADSL modems using PPPoE or PPPoATM
  638. * Reduce number of changes made to DNS information during connection setup
  639. * Add support for IPv6-enabled VPN connections
  640. * Add device driver version, firmware version, and autoconnect properties to D-Bus API
  641. * Add on-demand WiFi scan support
  642. * Fix IPv6 default gateway handling for DHCPv6
  643. * Add Vala language bindings
  644. * Fix various crashes and issues in the ifcfg-rh system settings plugin
  645. * Fix race with multiple interfaces running DHCP at the same time
  646. * Add Linux From Scratch (LFS) support
  647. * Allow customized dnsmasq local caching nameserver config via /etc/NetworkManager/dnsmasq.d/
  648. * Fixes for VLAN and bonding when libnl2 or earlier are used
  649. * D-Bus API, libnm-glib, libnm-util, and GObject Introspection documentation updates
  650. ==============================================
  651. NetworkManager-0.9.4
  652. Overview of changes since NetworkManager-0.9.2
  653. ==============================================
  654. This is a new stable release of NetworkManager. Notable changes include:
  655. * Better handling of WiFi devices via nl80211 when available (instead of WEXT)
  656. * IP configuration is now non-blocking; waiting for IPv6 RA no longer blocks
  657. the device from activating if IPv4 is ready and vice versa
  658. * Addded support for firewall "zones" via FirewallD
  659. * Added basic support for bonded interfaces
  660. * WiFi connections are no longer locked to a specific MAC address if they are
  661. "locally administered" addresses (ie, 02:::::)
  662. * New state change reasons have been added for mobile broadband PIN errors
  663. * Agent-owned secrets are now sent to agents for newly created connections
  664. * Support for non-UTF8-encoded 802.1x passwords has been added
  665. * libnm-glib now fetches some properties more aggressively (like active
  666. connections, access points, etc)
  667. * Added basic support for IP-over-Infiniband interfaces
  668. * Added support for device plugins and converted WiMAX support to a plugin for
  669. easier packaging and simpler dependencies
  670. * Added support for VLAN interfaces
  671. * Added support for 802.1x EAP-FAST authentication
  672. * Added non-blocking mode and API to libnm-glib
  673. * Linux Wireless Extensions (WEXT) support can be disabled at configure time
  674. with --with-wext=no
  675. * IPv6 Privacy Extensions are now enabled by default for new connections
  676. * Support for checking Internet connectivity has been added
  677. * The ifnet system config plugin rewrites config files less often
  678. * A bug causing IPv6 address assignment to fail on newer kernels with libnl3
  679. has been fixed
  680. * Fix a bug in the ifcfg-rh plugin with backticks in WPA passphrases
  681. * Ensure connections that cannot be stored are ignored by the ifnet plugin
  682. * Enable out-of-the-box IPv6 connectivity by allowing IPv4 to fail if IPv6 succeeds
  683. * Allow proxying of DNSSEC data when using the dnsmasq local caching nameserver plugin
  684. * Add support for multiple domain names sent from VPN plugins
  685. * Removed support for WiFi Ad-Hoc WPA connections due to kernel bugs
  686. ==============================================
  687. NetworkManager-0.9.2
  688. Overview of changes since NetworkManager-0.9.0
  689. ==============================================
  690. This is a new stable release of NetworkManager. Notable changes include:
  691. * Support for libnl2 and libnl3 and various memory leak fixes
  692. * Bug fixes for the ifnet config plugin
  693. * Ensure IPv6 link-local DNS servers work correctly in the dnsmasq DNS plugin
  694. * Add ability for nmcli to delete connections
  695. * Fix setup of connection sharing with newer iptables versions
  696. * Ensure WiMAX activation emits correct signals (fixes initial signal strength)
  697. * Fix an issue with duplicated keyfile connections
  698. * Ensure the 'novj' options is passed through to pppd
  699. * Store timestamps for VPN connections too
  700. * Fix a crash when deleting default wired connections
  701. * Fix a security issue in the ifcfg-rh plugin with newlines in file names
  702. * Fix the "SpecificObject" property for active VPN connection objects
  703. * Improve handling of rfkill on some platforms
  704. * Spaces no longer used in ifcfg config file names
  705. * IPv6 RAs are now accepted when forwarding is configured
  706. * dnsmasq local caching nameserver plugin cache size bumped to 400 entries (from 150)
  707. * Fix handling of SSIDs in the keyfile plugin
  708. * Fix some GObject Introspection annotations in libnm-glib and libnm-util
  709. * Fix setting hostnames from DHCP
  710. * Fixes for building with recent GLib versions
  711. * Don't update routing and DNS until a device is managed
  712. * Fix bug causing IPv6 RA-provided routes to be ignored
  713. * Fix possible wrong handling of 'keyfile' connection certificates
  714. * Correct Shared connection IP address range to be as documented
  715. ==============================================
  716. NetworkManager-0.9.0
  717. Overview of changes since NetworkManager-0.8.x
  718. ==============================================
  719. This is a new stable release of NetworkManager. Notable changes include:
  720. * All connections and configuration now managed by NetworkManager
  721. * Secrets for any connection can now be stored in user session or by NetworkManager
  722. * All secrets can now be requested each time
  723. * Fast User Switching support
  724. * Support for WiMAX mobile broadband
  725. * Connections can now be restricted to one or more users
  726. * Support for 802.1X certificate subject matching for greater security
  727. * Requires wpa_supplicant 0.7 or later
  728. * Better support for AP roaming using nl80211 and background scanning
  729. * Simplified D-Bus API for easier client usage
  730. * Support for GObject Introspection in libnm-glib and libnm-util
  731. ==============================================
  732. NetworkManager-0.8.6
  733. Overview of changes since NetworkManager-0.8.4
  734. ==============================================
  735. This is a new stable release of NetworkManager. Notable changes include:
  736. * Fix handling of WINS server address in libnm-glib
  737. * Fix checks for s390 CTC device types
  738. * Fix export of nm_device_get_ip_iface() in libnm-glib
  739. * Fix export of IPv6 DNS GValue conversion functions in libnm-glib
  740. * Recognize and manage platform 'gadget' devices
  741. * Send only "short" hostname, not FQDN, to DHCP servers
  742. * Allow "_" as a valid character for GSM APNs
  743. * Handle shared connections in the ifnet plugin
  744. * Fix Ad-Hoc frequency selection for user-created Ad-Hoc networks
  745. * Allow failed connections to be retried when Ethernet carrier bounces
  746. * Allow usage of paths for certificates and keys in the keyfile plugin
  747. * Fix crash requesting system VPN secrets
  748. * Add ability to blacklist certain MAC addresses for wired & wifi connections
  749. * Ensure users are authorized to share wifi networks (CVE-2011-2176)
  750. ==============================================
  751. NetworkManager-0.8.4
  752. Overview of changes since NetworkManager-0.8.2
  753. ==============================================
  754. This is a new stable release of NetworkManager. Notable changes include:
  755. * Preliminary support for Exherbo Linux
  756. * Logging fixes to suppress unnecessary messages
  757. * Ensure removed devices are cleaned up
  758. * Fix potential 64-bit crash updating timestamps
  759. * IPv6 setup, routing, and compliance fixes
  760. * Fix WWAN enable/disable handling
  761. * Handle reverse DNS lookups with local caching nameserver configurations
  762. * Ensure usable DNS configuration is written when NetworkManager quits
  763. * No longer updates /etc/hosts when hostname changes
  764. * Request WPAD option from DHCP servers
  765. * Allow use of paths for certificates and keys in connection keyfiles
  766. * Allow operation without any DHCP client installed
  767. * Fix operation with newer versions of dnsmasq
  768. * nmcli support for WWAN connections
  769. * Persistent hostname sent to DHCP servers by default
  770. * Allow disabing PPP support at build time
  771. * Red Hat/Fedora ifcfg plugin fixes for handling S390 CTC device configuration
  772. * Red Hat/Fedora ifcfg plugin fixes for handling IPADDR config items
  773. * Shutdown crash fixes
  774. * Memory leak fixes
  775. * Documentation fixes and updates
  776. * and much more...
  777. ==============================================
  778. NetworkManager-0.8.2
  779. Overview of changes since NetworkManager-0.8.1
  780. ==============================================
  781. This is a new stable release of NetworkManager. Notable changes include:
  782. * Native local caching nameserver support using dnsmasq
  783. * Automatically detect addition and removal of new VPN plugins
  784. * Support for handling suspend/resume signals from UPower
  785. * Ensure users are allowed to enable/disable WiFi and networking
  786. * Ensure WiFi enable state is perserved across reboot and suspend
  787. * Better handling of /etc/hosts and preservation of custom hostnames
  788. * Support for the systemd session management service
  789. * Better handling of 'keyfile' system connection errors
  790. * Support for S390 network devices
  791. * and much more...
  792. ==============================================
  793. NetworkManager-0.7.0
  794. Overview of changes since NetworkManager-0.6.6
  795. ==============================================
  796. This is a new major stable release of NetworkManager. Notable changes include:
  797. * Multiple active devices
  798. * Internet connection sharing
  799. * Support for many mobile broadband devices
  800. * Full static IP support
  801. * More reliable connections
  802. * Rich, flexible D-Bus API
  803. * Boot-time connections (no logins required)
  804. ==============================================
  805. NetworkManager-0.6.2
  806. Overview of changes since NetworkManager-0.6.2
  807. ==============================================
  808. 0.6.2 is a bug fix release. Note that NetworkManager no longer automatically
  809. runs dhcdbd if it is not running. This means that it is now the system's
  810. responsibility to start dhcdbd prior to NetworkManager, e.g. in the
  811. distribution's NetworkManager initscript.
  812. * NetworkManager
  813. * Many, many bug fixes (Everyone)
  814. * Dynamic WEP Support (Robert Love)
  815. * nm-applet
  816. * Many bug fixes (Everyone)
  817. ==============================================
  818. NetworkManager-0.6.1
  819. Overview of changes since NetworkManager-0.6.0
  820. ==============================================
  821. 0.6.1 is a minor bug fix release.
  822. * NetworkManager
  823. * Improved activation cancelation (Dan Williams)
  824. * Workarounds for non-WPA drivers (Dan Williams)
  825. * Fix WPA Enterprise crasher (Robert Love)
  826. * nm-applet
  827. * Hide password entry fields by default (Robert Love)
  828. * Add toggle to show/hide password field (Robert Love)
  829. * Add 'Remove' option to right-click menu (Robert Love)
  830. ==============================================
  831. NetworkManager-0.6.0
  832. Overview of changes since NetworkManager-0.5.1
  833. ==============================================
  834. This releases ushers in WPA support, as well as many other features, bug fixes,
  835. and clean ups.
  836. We now require libnl, a netlink library (http://people.suug.ch/~tgr/libnl/) and
  837. wpa_supplicant, a WPA supplicant (http://hostap.epitest.fi/wpa_supplicant/).
  838. Two new VPN modules are part of the distribution: openvpn and pptp.
  839. * NetworkManager
  840. * WPA and WPA2 support (Dan Williams)
  841. * WPA Enterprise support (Robert Love)
  842. * Rearchitecting, refactoring (Dan Williams)
  843. * wpa_supplicant support (Dan Williams, Kay Sievers)
  844. * NIS support (Robert Love)
  845. * DHCP hostname support (Timo Hoenig)
  846. * ISDN support, improve dial up support (Robert Love)
  847. * Man pages (Robert Love)
  848. * Survive DBUS and HAL restarts (Timo Hoening)
  849. * Generate PID files (Dan Willians)
  850. * Bug fixes and clean ups (the whole gang)
  851. * nm-applet
  852. * New tray icon look and behavior (Robert Love, Dan Williams)
  853. * New wireless security layer (Dan Williams)
  854. * New "Enable Networking" toggle (Robert Love)
  855. * Display speed of current connection (Robert Love)
  856. * Bug fixes and clean ups (the whole gang)
  857. ==============================================
  858. NetworkManager-0.5.1
  859. Overview of changes since NetworkManager-0.5.0
  860. ==============================================
  861. * NetworkManager
  862. * Don't drop the last scanned AP (Dan Williams)
  863. * Broadcast state change when disconnected (Robert Love)
  864. * The Slackware backend now builds (Nico)
  865. * Don't install unsued config files (Dan Williams)
  866. * Add a test for libnm_glib_unregister_callback (Christopher Aillon)
  867. * Requires wireless-tools 28pre9 (Christopher Aillon)
  868. * nm-applet
  869. * Use g_get_host_name () if we've got it (Christopher Aillon)
  870. * Fix an unitialized variable (Robert Love)
  871. * Fix sensitivity of VPN items (Robert Love)
  872. ==============================================
  873. NetworkManager-0.5.0
  874. Overview of changes since NetworkManager-0.4.1
  875. ==============================================
  876. * NetworkManager
  877. * Initscripts are now generated
  878. * Not waiting as long for scans to complete (Bill Moss).
  879. * Fix several D-BUS object leaks (John Palmieri, Dan Williams,
  880. Christopher Aillon)
  881. * VPN now advertises state changes
  882. * Make --without-named work (j@bootlab.org)
  883. * Make --with-dhcdbd work correctly (j@bootlab.org)
  884. * Fix timeout scan values (Bill Moss)
  885. * Send notifications of device strength changing so clients do
  886. not have to poll.
  887. * Don't return a UDI device if it doesn't exist (Tomislav Vujec)
  888. * Strip whitespace from the VPN banner (Bill Moss)
  889. * VPN Manager rewritten to better support signals (Dan Williams)
  890. * Don't allow clients to determine what states we should be
  891. scanning in, add logic to scan when we need to.
  892. * Blacklist some common ESSIDs such that multiple access points
  893. with these ESSIDs aren't treated as the same network.
  894. * Support for D-BUS enabled named (Dan Williams)
  895. * Only '#' is a valid comment in resolv.conf (Robert Love)
  896. * Don't try to set auth mode on the AP from the allowed list if
  897. it's NULL (Bill Moss)
  898. * Add internal scanning code so we don't have to use iwlib's
  899. code any longer (Dan Williams)
  900. * libnm now uses guints instead of gints for its callback IDs.
  901. * libnm_glib_unregister_callback () now works.
  902. * Fix our scanning interval (Robert Love)
  903. * Updates to backends for Gentoo, SuSE, RedHat, Debian, and
  904. Slackware (Robert Love, Peter Jones, Bill Nottingham,
  905. j@bootlab.org)
  906. - Dialup support in RedHat backend
  907. - ISDN support in SUSE backend
  908. - Other fixes
  909. * nm-applet
  910. * The applet is no longer threaded (Dan Williams)
  911. * Dialogs no longer block the UI when shown
  912. * Passphrase dialog now treats Esc keypresses properly
  913. * Create Network and Connect to Network dialogs now have
  914. different window titles
  915. * New icons for connecting to a network and to a VPN
  916. (Diana Fong)
  917. * Context menu items have been cleaned up
  918. * Pressing enter in the passphrase entry should activate the
  919. default action.
  920. * Fix icon animation smoothness
  921. * Display more data in the Connection Information dialog
  922. (Robert Love).
  923. ============================================
  924. NetworkManager-0.3.1
  925. Overview of changes since NetworkManager-0.3
  926. ============================================
  927. NetworkManager:
  928. * Debian backend fixes, Thom May
  929. * Build fixes, Thom May
  930. * Better handling of encrypted devices, Dan Williams
  931. * Better handling of user-selected access points, Dan Williams
  932. NetworkManagerNotification:
  933. * Simplified D-Bus code, Dan Williams
  934. * Better error handling and feedback, Dan Williams
  935. * Greatly simplify the locking to UI smoother, Dan Williams
  936. ============================================
  937. NetworkManager-0.3.0
  938. Overview of changes since NetworkManager-0.2
  939. ============================================
  940. NetworkManager:
  941. * Lots of fixes, Dan Williams
  942. * Support static IP addresses, Dan Williams
  943. - Get broadcast address from config files, Robert Paskowitz
  944. * Support for non-ESSID-broadcasting base stations, Dan Williams
  945. * Only accept and manager 802.3 and 802.11 devices, Dan Williams
  946. * Don't blow away an active wired connection on startup, Dan Williams
  947. * Improve strength calculation, Dan Williams
  948. * Constantly scanning behavior, Dan Williams
  949. * add .pc file, Colin Walters
  950. * move to syslog, Dan Willemsen
  951. * Improve MD5 hashing of 128-bit passphrases, Colin Walters
  952. * DBUS API docs, Dan Williams
  953. * Cleanups, Colin Walters
  954. * Trusted networks, Dan Williams
  955. * New Backends:
  956. - Debian, Thom May and Mark Roach
  957. - Slackware, Narayan Newton
  958. * Fixes and functionality improvements in Gentoo backend, Robert Paskowitz
  959. Python:
  960. * Example python code, Bryan Clark.
  961. * python test framework, Bryan Clark
  962. NetworkManagerInfo:
  963. * Trusted networks, Dan Williams
  964. * Escape ESSIDs in gconf, Dan Williams
  965. * Lifecycle improvements, John Palmieri
  966. Translations:
  967. * New/Improved translations: da de sv en_CA nb no pa bs pt_BR wa gu es
  968. - Thanks to:
  969. Kjartan Maraas
  970. Christian Rose
  971. Adam Weinberger
  972. Amanpreet Singh Alam
  973. Akagic Amila
  974. Raphael Higino
  975. Pablo Saratxaga
  976. Ankit Patel
  977. Francisco Javier F. Serrador
  978. Martin Willemoes Hansen
  979. Hendrik Brandt
  980. NetworkManagerNotification:
  981. * Complete rewrite, Jonathan Blandford and John Palmieri
  982. - Now a Notification area
  983. - Simpler menu
  984. - Hook up the "other network" dialog to do something
  985. * New icons, Diana Fong