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