Retroactively add NEWS for 0.5.0
[NetworkManager.git] / NEWS
1 ==============================================
2 NetworkManager-0.5.0
3 Overview of changes since NetworkManager-0.4.1
4 ==============================================
5
6 * NetworkManager
7    * Initscripts are now generated
8    * Not waiting as long for scans to complete (Bill Moss).
9    * Fix several D-BUS object leaks (John Palmieri, Dan Williams,
10                                      Christopher Aillon)
11    * VPN now advertises state changes
12    * Make --without-named work (j@bootlab.org)
13    * Make --with-dhcdbd work correctly (j@bootlab.org)
14    * Fix timeout scan values (Bill Moss)
15    * Send notifications of device strength changing so clients do
16      not have to poll.
17    * Don't return a UDI device if it doesn't exist (Tomislav Vujec)
18    * Strip whitespace from the VPN banner (Bill Moss)
19    * VPN Manager rewritten to better support signals (Dan Williams)
20    * Don't allow clients to determine what states we should be
21      scanning in, add logic to scan when we need to.
22    * Blacklist some common ESSIDs such that multiple access points
23      with these ESSIDs aren't treated as the same network.
24    * Support for D-BUS enabled named (Dan Williams)
25    * Only '#' is a valid comment in resolv.conf (Robert Love)
26    * Don't try to set auth mode on the AP from the allowed list if
27      it's NULL (Bill Moss)
28    * Add internal scanning code so we don't have to use iwlib's
29      code any longer (Dan Williams)
30    * libnm now uses guints instead of gints for its callback IDs.
31    * libnm_glib_unregister_callback () now works.
32    * Fix our scanning interval (Robert Love)
33    * Updates to backends for Gentoo, SuSE, RedHat, Debian, and
34      Slackware (Robert Love, Peter Jones, Bill Nottingham,
35                 j@bootlab.org)
36        - Dialup support in RedHat backend
37        - ISDN support in SUSE backend
38        - Other fixes
39
40 * nm-applet
41    * The applet is no longer threaded (Dan Williams)
42    * Dialogs no longer block the UI when shown
43    * Passphrase dialog now treats Esc keypresses properly
44    * Create Network and Connect to Network dialogs now have
45      different window titles
46    * New icons for connecting to a network and to a VPN
47      (Diana Fong)
48    * Context menu items have been cleaned up
49    * Pressing enter in the passphrase entry should activate the
50      default action.
51    * Fix icon animation smoothness
52    * Display more data in the Connection Information dialog
53      (Robert Love) 
54
55
56 ============================================
57 NetworkManager-0.3.1
58 Overview of changes since NetworkManager-0.3
59 ============================================
60
61 NetworkManager:
62
63  * Debian backend fixes, Thom May
64  * Build fixes, Thom May
65  * Better handling of encrypted devices, Dan Williams
66  * Better handling of user-selected access points, Dan Williams
67
68 NetworkManagerNotification:
69
70  * Simplified D-Bus code, Dan Williams
71  * Better error handling and feedback, Dan Williams
72  * Greatly simplify the locking to UI smoother, Dan Williams
73
74 ============================================
75 NetworkManager-0.3.0
76 Overview of changes since NetworkManager-0.2
77 ============================================
78
79 NetworkManager:
80
81  * Lots of fixes, Dan Williams
82  * Support static IP addresses, Dan Williams
83     - Get broadcast address from config files, Robert Paskowitz
84  * Support for non-ESSID-broadcasting base stations, Dan Williams
85  * Only accept and manager 802.3 and 802.11 devices, Dan Williams
86  * Don't blow away an active wired connection on startup, Dan Williams
87  * Improve strength calculation, Dan Williams
88  * Constantly scanning behavior, Dan Williams
89  * add .pc file, Colin Walters
90  * move to syslog, Dan Willemsen
91  * Improve MD5 hashing of 128-bit passphrases, Colin Walters
92  * DBUS API docs, Dan Williams
93  * Cleanups, Colin Walters
94  * Trusted networks, Dan Williams
95  * New Backends:
96    - Debian, Thom May and Mark Roach
97    - Slackware, Narayan Newton
98  * Fixes and functionality improvements in Gentoo backend, Robert Paskowitz
99
100 Python:
101
102  * Example python code, Bryan Clark.
103  * python test framework, Bryan Clark
104
105 NetworkManagerInfo:
106
107  * Trusted networks, Dan Williams
108  * Escape ESSIDs in gconf, Dan Williams
109  * Lifecycle improvements, John Palmieri
110
111 Translations:
112
113  * New/Improved translations: da de sv en_CA nb no pa bs pt_BR wa gu es
114    - Thanks to:
115        Kjartan Maraas
116        Christian Rose
117        Adam Weinberger
118        Amanpreet Singh Alam
119        Akagic Amila
120        Raphael Higino
121        Pablo Saratxaga
122        Ankit Patel
123        Francisco Javier F. Serrador
124        Martin Willemoes Hansen
125        Hendrik Brandt
126
127 NetworkManagerNotification:
128
129  * Complete rewrite, Jonathan Blandford and John Palmieri
130    - Now a Notification area
131    - Simpler menu
132    - Hook up the "other network" dialog to do something
133  * New icons, Diana Fong