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