diff --git a/CHANGES b/CHANGES index 7cf7a3f..d93e342 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,104 @@ -MAJOR CHANGES FROM 1.5: - * Enhanced GUI - * Console client (wicd-curses) - * Support for multiple backends - * Enhanced network setting properties - * Bug fixes - -CHANGELOG: +------------------------------------------------------------ +revno: 365 +committer: Adam Blackburn +branch nick: 1.6 +timestamp: Wed 2009-04-22 22:17:39 +0800 +message: + fixed another typo +------------------------------------------------------------ +revno: 364 +committer: Adam Blackburn +branch nick: 1.6 +timestamp: Wed 2009-04-22 22:11:33 +0800 +message: + fixed a typo +------------------------------------------------------------ +revno: 363 +committer: Adam Blackburn +branch nick: 1.6 +timestamp: Wed 2009-04-22 22:02:31 +0800 +message: + Updated version number +------------------------------------------------------------ +revno: 362 +committer: Adam Blackburn +branch nick: 1.6 +timestamp: Wed 2009-04-22 21:45:51 +0800 +message: + Updated vcsinfo.py generation logic +------------------------------------------------------------ +revno: 361 +committer: Dan O'Reilly +branch nick: experimental +timestamp: Tue 2009-04-21 21:25:59 -0400 +message: + Refactor monitor.py polling code to remove reliance on globals. + Make sure we update the polling rate in wicd-monitor when the backend changes. +------------------------------------------------------------ +revno: 360 +committer: Dan O'Reilly +branch nick: experimental +timestamp: Tue 2009-04-21 20:30:40 -0400 +message: + Use atexit instead of catching SIGTERM in wicd-daemon. + Use Popen to launch wicd-monitor instead of gobject.spawn_async. +------------------------------------------------------------ +revno: 359 +committer: Andrew Psaltis +branch nick: 1.6 +timestamp: Tue 2009-04-21 17:47:46 -0400 +message: + Merged r316 of experimental-nacl, providing some small feature additions and bufixes. + ------------------------------------------------------------ + revno: 202.2.25 + committer: Andrew Psaltis + branch nick: experimental-nacl + timestamp: Tue 2009-04-21 14:09:29 -0400 + message: + Fixed a problem where if a scan is initiated externally, and wicd-curses doesn't see it, wicd-curses will half-drop a running big dialog. + ------------------------------------------------------------ + revno: 202.2.24 + committer: Andrew Psaltis + branch nick: experimental-nacl + timestamp: Tue 2009-04-21 13:34:01 -0400 + message: + Fix bug introduced in r356 where wicd would crash upon not finding dhclient. + ------------------------------------------------------------ + revno: 202.2.23 + committer: Andrew Psaltis + branch nick: experimental-nacl + timestamp: Tue 2009-04-21 13:16:44 -0400 + message: + Added support for disabling nonexistent external tools in the pref_curses.py. + Added a DynRadioButton in curses_misc.py. + ------------------------------------------------------------ + revno: 202.2.22 + committer: Andrew Psaltis + branch nick: experimental-nacl + timestamp: Tue 2009-04-21 13:15:30 -0400 + message: + Merged with r358 of mainline 1.6. + ------------------------------------------------------------ + revno: 202.2.21 + committer: Andrew Psaltis + branch nick: experimental-nacl + timestamp: Fri 2009-04-17 08:04:02 -0400 + message: + Merged r355 of mainline 1.6. + ------------------------------------------------------------ + revno: 202.2.20 + committer: Andrew Psaltis + branch nick: experimental-nacl + timestamp: Sun 2009-04-12 12:12:38 -0400 + message: + Merge r352 of mainline 1.6 +------------------------------------------------------------ +revno: 358 +committer: Adam Blackburn +branch nick: 1.6 +timestamp: Tue 2009-04-21 22:33:29 +0800 +message: + Updated CHANGES ------------------------------------------------------------ revno: 357 committer: Andrew Psaltis diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..3b3c184 --- /dev/null +++ b/NEWS @@ -0,0 +1,25 @@ +MAIN CHANGES: +- New and improved tray icon and gui images. (Thanks to Martin Sagastume). +- Re-organized network list in the GUI to be easier to navigate. +- Added new experimental ioctl backend, which is more CPU friendly than the previous one. +- Added a curses client (Thanks to Andrew Psaltis). +- Added a right-click connection menu to the tray icon. +- Add options to specify a dns domain and search domain for static networks. +- Re-worked Preferences menu to be more in line with GNOME standards. +- Support for global scripts. +- Make it possible to have optional entries in encryption templates. + +SMALL CHANGES: +- Better autoconnection behavior. +- Tray/GUI will survive the daemon going down. +- Reasons for connection failures will now bubble back to the GUI. +- Add/Remove wired profile system is now more user-friendly. +- Support for using resolvconf instead of directly editing /etc/resolv.conf. +- Wicd won't blindly kill dhcp clients / wpa_supplicant anymore. +- Added an option to automatically switch from a wireless network to a wired one as soon as a cable is plugged in. +- Move scanning to its own thread, which makes GUI and daemon more responsive during scans. +- Make it possible to specify macros in script entries. +- GUI will now display the encryption entry dialog if you attempt to connect to an encrypted network without entering a password. +- Static gateway entry is now optional. +- Passwords with leading or trailing whitespace are now stored properly. +- Many init/config script, man page, and setup.py fixes/updates (Thanks to Robby Workman).