1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-03 07:15:46 +01:00

Updated CHANGES and added NEWS

This commit is contained in:
Adam Blackburn
2009-04-23 19:38:48 +08:00
parent 5b8819bc6c
commit 9242457b8b
2 changed files with 126 additions and 8 deletions

109
CHANGES
View File

@@ -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 <compwiz18@gmail.com>
branch nick: 1.6
timestamp: Wed 2009-04-22 22:17:39 +0800
message:
fixed another typo
------------------------------------------------------------
revno: 364
committer: Adam Blackburn <compwiz18@gmail.com>
branch nick: 1.6
timestamp: Wed 2009-04-22 22:11:33 +0800
message:
fixed a typo
------------------------------------------------------------
revno: 363
committer: Adam Blackburn <compwiz18@gmail.com>
branch nick: 1.6
timestamp: Wed 2009-04-22 22:02:31 +0800
message:
Updated version number
------------------------------------------------------------
revno: 362
committer: Adam Blackburn <compwiz18@gmail.com>
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 <oreilldf@gmail.com>
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 <oreilldf@gmail.com>
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 <ampsaltis@gmail.com>
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 <ampsaltis@gmail.com>
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 <ampsaltis@gmail.com>
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 <ampsaltis@gmail.com>
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 <ampsaltis@gmail.com>
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 <ampsaltis@gmail.com>
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 <ampsaltis@gmail.com>
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 <compwiz18@gmail.com>
branch nick: 1.6
timestamp: Tue 2009-04-21 22:33:29 +0800
message:
Updated CHANGES
------------------------------------------------------------
revno: 357
committer: Andrew Psaltis <ampsaltis@gmail.com>