1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-05 21:34:16 +01:00

Synced CHANGES file with mainline.

Minor tweaks to NEWS file (mostly formatting).
This commit is contained in:
Robby Workman
2009-04-25 22:55:12 -05:00
parent a00f7c4ae5
commit c9b3a507d8
2 changed files with 76 additions and 48 deletions

56
CHANGES
View File

@@ -1,31 +1,59 @@
------------------------------------------------------------ ------------------------------------------------------------
revno: 369
committer: Adam Blackburn <compwiz18@gmail.com>
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 <compwiz18@gmail.com>
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 revno: 367
committer: Andrew Psaltis <ampsaltis@gmail.com> committer: Adam Blackburn <compwiz18@gmail.com>
branch nick: 1.6 branch nick: 1.6
timestamp: Wed 2009-04-22 17:40:07 -0400 timestamp: Thu 2009-04-23 19:41:10 +0800
message: message:
Merged r318 of experimental-nacl, fixing yet another wicd-curses bug. Merged
------------------------------------------------------------ ------------------------------------------------------------
revno: 202.2.27 revno: 365.1.2
committer: Andrew Psaltis <ampsaltis@gmail.com> committer: Andrew Psaltis <ampsaltis@gmail.com>
branch nick: experimental-nacl branch nick: 1.6
timestamp: Wed 2009-04-22 17:37:50 -0400 timestamp: Wed 2009-04-22 17:40:07 -0400
message: 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 <ampsaltis@gmail.com>
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 <ampsaltis@gmail.com>
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 <ampsaltis@gmail.com> committer: Andrew Psaltis <ampsaltis@gmail.com>
branch nick: experimental-nacl branch nick: 1.6
timestamp: Wed 2009-04-22 14:06:26 -0400 timestamp: Wed 2009-04-22 12:13:06 -0400
message: message:
Merged r366 of mainline 1.6. Set the SVG wicd icon as the window icon in wicd-client.
------------------------------------------------------------ ------------------------------------------------------------
revno: 366 revno: 366
committer: Andrew Psaltis <ampsaltis@gmail.com> committer: Adam Blackburn <compwiz18@gmail.com>
branch nick: 1.6 branch nick: 1.6
timestamp: Wed 2009-04-22 12:13:06 -0400 timestamp: Thu 2009-04-23 19:38:48 +0800
message: message:
Set the SVG wicd icon as the window icon in wicd-client. Updated CHANGES and added NEWS
------------------------------------------------------------ ------------------------------------------------------------
revno: 365 revno: 365
committer: Adam Blackburn <compwiz18@gmail.com> committer: Adam Blackburn <compwiz18@gmail.com>

68
NEWS
View File

@@ -1,34 +1,34 @@
Wicd 1.6.x Branch Wicd 1.6.x Branch
Major Changes: Major Changes:
- Improved tray icon and gui images (thanks to Martin Sagastume) - Improved tray icon and gui images (thanks to Martin Sagastume)
- Reorganized network list in the gui for easier navigation - Reorganized network list in the gui for easier navigation
- New experimental ioctl backend, which is more cpu-friendly than the - New experimental ioctl backend, which is more cpu-friendly than the
previous one previous one
- Added a curses client (thanks to Andrew Psaltis) - Added a curses client (thanks to Andrew Psaltis)
- Added a right-click connection menu to the tray icon - Added a right-click connection menu to the tray icon
- Added options to specify a dns domain and search domain for static networks - 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 - Reworked the Preferences menu to be more in line with GNOME standards
- Added support for global scripts - Added support for global scripts
- Made it possible to have optional entries in encryption templates - Made it possible to have optional entries in encryption templates
Enchancements: Minor Changes and Other Enchancements:
- Better autoconnection behavior - Better autoconnection behavior
- Tray/GUI will survive the daemon being killed - Tray/GUI will survive the daemon being killed
- Reasons for connection failures will now bubble back to the GUI - Reasons for connection failures will now bubble back to the GUI
- Add/Remove wired profile system is now more user-friendly - Add/Remove wired profile system is now more user-friendly
- Support for using resolvconf instead of directly editing /etc/resolv.conf - Support for using resolvconf instead of directly editing /etc/resolv.conf
- Wicd won't blindly kill dhcp clients / wpa_supplicant any more - Wicd won't blindly kill dhcp clients / wpa_supplicant any more
- Added an option to automatically switch from a wireless network to a wired - Added an option to automatically switch from a wireless network to a wired
one as soon as a cable is plugged in one as soon as a cable is plugged in
- Moved scanning to its own thread, which makes GUI and daemon more responsive - Moved scanning to its own thread, which makes GUI and daemon more responsive
during scans during scans
- Made it possible to specify macros in script entries - Made it possible to specify macros in script entries
- The gui will now display the encryption entry dialog if you attempt to - The gui will now display the encryption entry dialog if you attempt to
connect to an encrypted network without entering a password connect to an encrypted network without entering a password
- Static gateway entry is now optional - Static gateway entry is now optional
- Passwords with leading or trailing whitespace are now stored properly - Passwords with leading or trailing whitespace are now stored properly
- Many init/config script, man page, and setup.py fixes/updates, including - Many init/config script, man page, and setup.py fixes/updates, including
better autodetection of file placement with regard to sleep hooks and better autodetection of file placement with regard to sleep hooks and
kde autostart files (thanks to Robby Workman) kde autostart files (thanks to Robby Workman)