From c9b3a507d88d14f32ec604dd81ebee73dd5d1744 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sat, 25 Apr 2009 22:55:12 -0500 Subject: [PATCH] Synced CHANGES file with mainline. Minor tweaks to NEWS file (mostly formatting). --- CHANGES | 56 +++++++++++++++++++++++++++++++++++------------ NEWS | 68 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 76 insertions(+), 48 deletions(-) diff --git a/CHANGES b/CHANGES index 065096e..7556ef8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,31 +1,59 @@ ------------------------------------------------------------ +revno: 369 +committer: Adam Blackburn +branch nick: 1.6 +timestamp: Sun 2009-04-26 08:00:33 +0900 +message: + Redirected bzr output to /dev/null +------------------------------------------------------------ +revno: 368 +committer: Adam Blackburn +branch nick: 1.6 +timestamp: Sun 2009-04-26 07:53:24 +0900 +message: + Fixed setup.py translations installation and made wicd-daemon.py +x +------------------------------------------------------------ revno: 367 -committer: Andrew Psaltis +committer: Adam Blackburn branch nick: 1.6 -timestamp: Wed 2009-04-22 17:40:07 -0400 +timestamp: Thu 2009-04-23 19:41:10 +0800 message: - Merged r318 of experimental-nacl, fixing yet another wicd-curses bug. + Merged ------------------------------------------------------------ - revno: 202.2.27 + revno: 365.1.2 committer: Andrew Psaltis - branch nick: experimental-nacl - timestamp: Wed 2009-04-22 17:37:50 -0400 + branch nick: 1.6 + timestamp: Wed 2009-04-22 17:40:07 -0400 message: - Made the network preferences dialogs save whether they are using static IPs or not. Thanks to Adam for finding this one. + Merged r318 of experimental-nacl, fixing yet another wicd-curses bug. + ------------------------------------------------------------ + revno: 202.2.27 + committer: Andrew Psaltis + branch nick: experimental-nacl + timestamp: Wed 2009-04-22 17:37:50 -0400 + message: + Made the network preferences dialogs save whether they are using static IPs or not. Thanks to Adam for finding this one. + ------------------------------------------------------------ + revno: 202.2.26 + committer: Andrew Psaltis + branch nick: experimental-nacl + timestamp: Wed 2009-04-22 14:06:26 -0400 + message: + Merged r366 of mainline 1.6. ------------------------------------------------------------ - revno: 202.2.26 + revno: 365.1.1 committer: Andrew Psaltis - branch nick: experimental-nacl - timestamp: Wed 2009-04-22 14:06:26 -0400 + branch nick: 1.6 + timestamp: Wed 2009-04-22 12:13:06 -0400 message: - Merged r366 of mainline 1.6. + Set the SVG wicd icon as the window icon in wicd-client. ------------------------------------------------------------ revno: 366 -committer: Andrew Psaltis +committer: Adam Blackburn branch nick: 1.6 -timestamp: Wed 2009-04-22 12:13:06 -0400 +timestamp: Thu 2009-04-23 19:38:48 +0800 message: - Set the SVG wicd icon as the window icon in wicd-client. + Updated CHANGES and added NEWS ------------------------------------------------------------ revno: 365 committer: Adam Blackburn diff --git a/NEWS b/NEWS index 0aa709a..536b3f1 100644 --- a/NEWS +++ b/NEWS @@ -1,34 +1,34 @@ -Wicd 1.6.x Branch - -Major Changes: -- Improved tray icon and gui images (thanks to Martin Sagastume) -- Reorganized network list in the gui for easier navigation -- 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 -- Added options to specify a dns domain and search domain for static networks -- Reworked the Preferences menu to be more in line with GNOME standards -- Added support for global scripts -- Made it possible to have optional entries in encryption templates - -Enchancements: -- Better autoconnection behavior -- Tray/GUI will survive the daemon being killed -- 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 any more -- Added an option to automatically switch from a wireless network to a wired - one as soon as a cable is plugged in -- Moved scanning to its own thread, which makes GUI and daemon more responsive - during scans -- Made it possible to specify macros in script entries -- The 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, including - better autodetection of file placement with regard to sleep hooks and - kde autostart files (thanks to Robby Workman) - +Wicd 1.6.x Branch + +Major Changes: +- Improved tray icon and gui images (thanks to Martin Sagastume) +- Reorganized network list in the gui for easier navigation +- 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 +- Added options to specify a dns domain and search domain for static networks +- Reworked the Preferences menu to be more in line with GNOME standards +- Added support for global scripts +- Made it possible to have optional entries in encryption templates + +Minor Changes and Other Enchancements: +- Better autoconnection behavior +- Tray/GUI will survive the daemon being killed +- 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 any more +- Added an option to automatically switch from a wireless network to a wired + one as soon as a cable is plugged in +- Moved scanning to its own thread, which makes GUI and daemon more responsive + during scans +- Made it possible to specify macros in script entries +- The 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, including + better autodetection of file placement with regard to sleep hooks and + kde autostart files (thanks to Robby Workman) +