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