release: update NEWS
[NetworkManager.git] / NEWS
1 ==============================================
2 NetworkManager-0.9.2
3 Overview of changes since NetworkManager-0.9.0
4 ==============================================
5
6 * Support for libnl2 and libnl3 and various leak fixes
7 * Various small bug fixes in the ifnet config plugin
8 * Ensure IPv6 link-local DNS servers work correctly in the dnsmasq DNS plugin
9 * Add ability for nmcli to delete connections
10 * Fix setup of connection sharing with newer iptables versions
11 * Ensure WiMAX activation emits correct signals (fixes initial signal strength)
12 * Fix an issue with duplicated keyfile connections
13 * Ensure the 'novj' options is passed through to pppd
14 * Store timestamps for VPN connections too
15 * Fix a crash when deleting default wired connections
16 * Fix a security issue in the ifcfg-rh plugin with newlines in file names
17 * Fix the "SpecificObject" property for active VPN connection objects
18 * Improve handling of rfkill on some platforms
19 * Spaces no longer used in ifcfg config file names
20 * IPv6 RAs are now accepted when forwarding is configured
21 * dnsmasq local caching nameserver plugin cache size bumped to 400 entries (from 150)
22
23
24 ==============================================
25 NetworkManager-0.9.0
26 Overview of changes since NetworkManager-0.8.x
27 ==============================================
28
29 This is a new stable release of NetworkManager.  Notable changes include:
30
31 * All connections and configuration now managed by NetworkManager
32 * Secrets for any connection can now be stored in user session or by NetworkManager
33 * All secrets can now be requested each time
34 * Fast User Switching support
35 * Support for WiMAX mobile broadband
36 * Connections can now be restricted to one or more users
37 * Support for 802.1X certificate subject matching for greater security
38 * Requires wpa_supplicant 0.7 or later
39 * Better support for AP roaming using nl80211 and background scanning
40 * Simplified D-Bus API for easier client usage
41 * Support for GObject Introspection in libnm-glib and libnm-util
42
43
44 ==============================================
45 NetworkManager-0.8.6
46 Overview of changes since NetworkManager-0.8.4
47 ==============================================
48
49 This is a new stable release of NetworkManager.  Notable changes include:
50
51 * Fix handling of WINS server address in libnm-glib
52 * Fix checks for s390 CTC device types
53 * Fix export of nm_device_get_ip_iface() in libnm-glib
54 * Fix export of IPv6 DNS GValue conversion functions in libnm-glib
55 * Recognize and manage platform 'gadget' devices
56 * Send only "short" hostname, not FQDN, to DHCP servers
57 * Allow "_" as a valid character for GSM APNs
58 * Handle shared connections in the ifnet plugin
59 * Fix Ad-Hoc frequency selection for user-created Ad-Hoc networks
60 * Allow failed connections to be retried when Ethernet carrier bounces
61 * Allow usage of paths for certificates and keys in the keyfile plugin
62 * Fix crash requesting system VPN secrets
63 * Add ability to blacklist certain MAC addresses for wired & wifi connections
64 * Ensure users are authorized to share wifi networks (CVE-2011-2176)
65
66
67 ==============================================
68 NetworkManager-0.8.4
69 Overview of changes since NetworkManager-0.8.2
70 ==============================================
71
72 This is a new stable release of NetworkManager.  Notable changes include:
73
74 * Preliminary support for Exherbo Linux
75 * Logging fixes to suppress unnecessary messages
76 * Ensure removed devices are cleaned up
77 * Fix potential 64-bit crash updating timestamps
78 * IPv6 setup, routing, and compliance fixes
79 * Fix WWAN enable/disable handling
80 * Handle reverse DNS lookups with local caching nameserver configurations
81 * Ensure usable DNS configuration is written when NetworkManager quits
82 * No longer updates /etc/hosts when hostname changes
83 * Request WPAD option from DHCP servers
84 * Allow use of paths for certificates and keys in connection keyfiles
85 * Allow operation without any DHCP client installed
86 * Fix operation with newer versions of dnsmasq
87 * nmcli support for WWAN connections
88 * Persistent hostname sent to DHCP servers by default
89 * Allow disabing PPP support at build time
90 * Red Hat/Fedora ifcfg plugin fixes for handling S390 CTC device configuration
91 * Red Hat/Fedora ifcfg plugin fixes for handling IPADDR config items
92 * Shutdown crash fixes
93 * Memory leak fixes
94 * Documentation fixes and updates
95 * and much more...
96
97 ==============================================
98 NetworkManager-0.8.2
99 Overview of changes since NetworkManager-0.8.1
100 ==============================================
101
102 This is a new stable release of NetworkManager.  Notable changes include:
103
104 * Native local caching nameserver support using dnsmasq
105 * Automatically detect addition and removal of new VPN plugins
106 * Support for handling suspend/resume signals from UPower
107 * Ensure users are allowed to enable/disable WiFi and networking
108 * Ensure WiFi enable state is perserved across reboot and suspend
109 * Better handling of /etc/hosts and preservation of custom hostnames
110 * Support for the systemd session management service
111 * Better handling of 'keyfile' system connection errors
112 * Support for S390 network devices
113 * and much more...
114
115
116 ==============================================
117 NetworkManager-0.7.0
118 Overview of changes since NetworkManager-0.6.6
119 ==============================================
120
121 This is a new major stable release of NetworkManager.  Notable changes include:
122
123 * Multiple active devices
124 * Internet connection sharing
125 * Support for many mobile broadband devices
126 * Full static IP support
127 * More reliable connections
128 * Rich, flexible D-Bus API
129 * Boot-time connections (no logins required)
130
131
132 ==============================================
133 NetworkManager-0.6.2
134 Overview of changes since NetworkManager-0.6.2
135 ==============================================
136
137 0.6.2 is a bug fix release.  Note that NetworkManager no longer automatically
138 runs dhcdbd if it is not running.  This means that it is now the system's
139 responsibility to start dhcdbd prior to NetworkManager, e.g. in the
140 distribution's NetworkManager initscript.
141
142 * NetworkManager
143         * Many, many bug fixes (Everyone)
144         * Dynamic WEP Support (Robert Love)
145
146 * nm-applet
147         * Many bug fixes (Everyone)
148
149
150 ==============================================
151 NetworkManager-0.6.1
152 Overview of changes since NetworkManager-0.6.0
153 ==============================================
154
155 0.6.1 is a minor bug fix release.
156
157 * NetworkManager
158         * Improved activation cancelation (Dan Williams)
159         * Workarounds for non-WPA drivers (Dan Williams)
160         * Fix WPA Enterprise crasher (Robert Love)
161
162 * nm-applet
163         * Hide password entry fields by default (Robert Love)
164         * Add toggle to show/hide password field (Robert Love)
165         * Add 'Remove' option to right-click menu (Robert Love)
166
167 ==============================================
168 NetworkManager-0.6.0
169 Overview of changes since NetworkManager-0.5.1
170 ==============================================
171
172 This releases ushers in WPA support, as well as many other features, bug fixes,
173 and clean ups.
174
175 We now require libnl, a netlink library (http://people.suug.ch/~tgr/libnl/) and
176 wpa_supplicant, a WPA supplicant (http://hostap.epitest.fi/wpa_supplicant/).
177
178 Two new VPN modules are part of the distribution: openvpn and pptp.
179
180 * NetworkManager
181         * WPA and WPA2 support (Dan Williams)
182         * WPA Enterprise support (Robert Love)
183         * Rearchitecting, refactoring (Dan Williams)
184         * wpa_supplicant support (Dan Williams, Kay Sievers)
185         * NIS support (Robert Love)
186         * DHCP hostname support (Timo Hoenig)
187         * ISDN support, improve dial up support (Robert Love)
188         * Man pages (Robert Love)
189         * Survive DBUS and HAL restarts (Timo Hoening)
190         * Generate PID files (Dan Willians)
191         * Bug fixes and clean ups (the whole gang)
192
193 * nm-applet
194         * New tray icon look and behavior (Robert Love, Dan Williams)
195         * New wireless security layer (Dan Williams)
196         * New "Enable Networking" toggle (Robert Love)
197         * Display speed of current connection (Robert Love)
198         * Bug fixes and clean ups (the whole gang)
199
200 ==============================================
201 NetworkManager-0.5.1
202 Overview of changes since NetworkManager-0.5.0
203 ==============================================
204
205 * NetworkManager
206         * Don't drop the last scanned AP (Dan Williams)
207         * Broadcast state change when disconnected (Robert Love)
208         * The Slackware backend now builds (Nico)
209         * Don't install unsued config files (Dan Williams)
210         * Add a test for libnm_glib_unregister_callback (Christopher Aillon)
211         * Requires wireless-tools 28pre9 (Christopher Aillon)
212
213 * nm-applet
214         * Use g_get_host_name () if we've got it (Christopher Aillon)
215         * Fix an unitialized variable (Robert Love)
216         * Fix sensitivity of VPN items (Robert Love)
217
218
219 ==============================================
220 NetworkManager-0.5.0
221 Overview of changes since NetworkManager-0.4.1
222 ==============================================
223
224 * NetworkManager
225    * Initscripts are now generated
226    * Not waiting as long for scans to complete (Bill Moss).
227    * Fix several D-BUS object leaks (John Palmieri, Dan Williams,
228                                      Christopher Aillon)
229    * VPN now advertises state changes
230    * Make --without-named work (j@bootlab.org)
231    * Make --with-dhcdbd work correctly (j@bootlab.org)
232    * Fix timeout scan values (Bill Moss)
233    * Send notifications of device strength changing so clients do
234      not have to poll.
235    * Don't return a UDI device if it doesn't exist (Tomislav Vujec)
236    * Strip whitespace from the VPN banner (Bill Moss)
237    * VPN Manager rewritten to better support signals (Dan Williams)
238    * Don't allow clients to determine what states we should be
239      scanning in, add logic to scan when we need to.
240    * Blacklist some common ESSIDs such that multiple access points
241      with these ESSIDs aren't treated as the same network.
242    * Support for D-BUS enabled named (Dan Williams)
243    * Only '#' is a valid comment in resolv.conf (Robert Love)
244    * Don't try to set auth mode on the AP from the allowed list if
245      it's NULL (Bill Moss)
246    * Add internal scanning code so we don't have to use iwlib's
247      code any longer (Dan Williams)
248    * libnm now uses guints instead of gints for its callback IDs.
249    * libnm_glib_unregister_callback () now works.
250    * Fix our scanning interval (Robert Love)
251    * Updates to backends for Gentoo, SuSE, RedHat, Debian, and
252      Slackware (Robert Love, Peter Jones, Bill Nottingham,
253                 j@bootlab.org)
254        - Dialup support in RedHat backend
255        - ISDN support in SUSE backend
256        - Other fixes
257
258 * nm-applet
259    * The applet is no longer threaded (Dan Williams)
260    * Dialogs no longer block the UI when shown
261    * Passphrase dialog now treats Esc keypresses properly
262    * Create Network and Connect to Network dialogs now have
263      different window titles
264    * New icons for connecting to a network and to a VPN
265      (Diana Fong)
266    * Context menu items have been cleaned up
267    * Pressing enter in the passphrase entry should activate the
268      default action.
269    * Fix icon animation smoothness
270    * Display more data in the Connection Information dialog
271      (Robert Love) 
272
273
274 ============================================
275 NetworkManager-0.3.1
276 Overview of changes since NetworkManager-0.3
277 ============================================
278
279 NetworkManager:
280
281  * Debian backend fixes, Thom May
282  * Build fixes, Thom May
283  * Better handling of encrypted devices, Dan Williams
284  * Better handling of user-selected access points, Dan Williams
285
286 NetworkManagerNotification:
287
288  * Simplified D-Bus code, Dan Williams
289  * Better error handling and feedback, Dan Williams
290  * Greatly simplify the locking to UI smoother, Dan Williams
291
292 ============================================
293 NetworkManager-0.3.0
294 Overview of changes since NetworkManager-0.2
295 ============================================
296
297 NetworkManager:
298
299  * Lots of fixes, Dan Williams
300  * Support static IP addresses, Dan Williams
301     - Get broadcast address from config files, Robert Paskowitz
302  * Support for non-ESSID-broadcasting base stations, Dan Williams
303  * Only accept and manager 802.3 and 802.11 devices, Dan Williams
304  * Don't blow away an active wired connection on startup, Dan Williams
305  * Improve strength calculation, Dan Williams
306  * Constantly scanning behavior, Dan Williams
307  * add .pc file, Colin Walters
308  * move to syslog, Dan Willemsen
309  * Improve MD5 hashing of 128-bit passphrases, Colin Walters
310  * DBUS API docs, Dan Williams
311  * Cleanups, Colin Walters
312  * Trusted networks, Dan Williams
313  * New Backends:
314    - Debian, Thom May and Mark Roach
315    - Slackware, Narayan Newton
316  * Fixes and functionality improvements in Gentoo backend, Robert Paskowitz
317
318 Python:
319
320  * Example python code, Bryan Clark.
321  * python test framework, Bryan Clark
322
323 NetworkManagerInfo:
324
325  * Trusted networks, Dan Williams
326  * Escape ESSIDs in gconf, Dan Williams
327  * Lifecycle improvements, John Palmieri
328
329 Translations:
330
331  * New/Improved translations: da de sv en_CA nb no pa bs pt_BR wa gu es
332    - Thanks to:
333        Kjartan Maraas
334        Christian Rose
335        Adam Weinberger
336        Amanpreet Singh Alam
337        Akagic Amila
338        Raphael Higino
339        Pablo Saratxaga
340        Ankit Patel
341        Francisco Javier F. Serrador
342        Martin Willemoes Hansen
343        Hendrik Brandt
344
345 NetworkManagerNotification:
346
347  * Complete rewrite, Jonathan Blandford and John Palmieri
348    - Now a Notification area
349    - Simpler menu
350    - Hook up the "other network" dialog to do something
351  * New icons, Diana Fong