1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 12:28:08 +01:00

updated CHANGES and setup.py version

This commit is contained in:
Adam Blackburn
2009-05-28 11:10:10 +08:00
parent 834d298c33
commit d4b5830f9d
2 changed files with 52 additions and 1 deletions

51
CHANGES
View File

@@ -1,4 +1,55 @@
------------------------------------------------------------
revno: 404
committer: Dan O'Reilly <oreilldf@gmail.com>
branch nick: 1.6
timestamp: Wed 2009-05-27 22:25:32 -0400
message:
Merge 1.6-dan
------------------------------------------------------------
revno: 401.1.3
committer: Dan O'Reilly <oreilldf@gmail.com>
branch nick: experimental
timestamp: Sun 2009-05-24 17:11:14 -0400
message:
Try to recover if we attempt to load a non-existent backend.
------------------------------------------------------------
revno: 401.1.2
committer: Dan O'Reilly <oreilldf@gmail.com>
branch nick: experimental
timestamp: Fri 2009-05-22 15:43:14 -0400
message:
Merge
------------------------------------------------------------
revno: 401.2.1
committer: Dan O'Reilly <oreilldf@gmail.com>
branch nick: experimental
timestamp: Fri 2009-05-22 15:33:03 -0400
message:
- Make the GUI behave better when a disconnect button is pushed.
- Move some of the libnotify logic to guiutil.py and add support for displaying some error messages in a libnotify pop-up.
- Apply some patches provided by sunseraph. Tweak to the channel regex and checking for a valid AP bssid when monitoring a wireless connection. Set essid, bssid, and channel in separate calls to iwconfig.
- Add caching for ifconfig and iwconfig results in wnettools.py. That way we're not needlessly calling the same command a bunch of times in a short period of time (2 seconds). This removes the need for us to pass around iwconfig/ifconfig output elsewhere, though I've left it in for now.
- Remove unneeded BackendManager instance from networking.py
------------------------------------------------------------
revno: 401.1.1
committer: Dan O'Reilly <oreilldf@gmail.com>
branch nick: experimental
timestamp: Fri 2009-05-22 15:40:35 -0400
message:
- Make the GUI behave better when a disconnect button is pushed.
- Move some of the libnotify logic to guiutil.py and add support for displaying some error messages in a libnotify pop-up.
- Apply some patches provided by sunseraph. Tweak to the channel regex and checking for a valid AP bssid when monitoring a wireless connection. Set essid, bssid, and channel in separate calls to iwconfig.
- Add caching for ifconfig and iwconfig results in wnettools.py. That way we're not needlessly calling the same command a bunch of times in a short period of time (2 seconds). This removes the need for us to pass around iwconfig/ifconfig output elsewhere, though I've left it in for now.
- Remove unneeded BackendManager instance from networking.py
- Fix last used wired networking autoconnection method
------------------------------------------------------------
revno: 403
committer: Adam Blackburn <compwiz18@gmail.com>
branch nick: 1.6
timestamp: Sat 2009-05-23 12:51:02 +0800
message:
Updated version numbers and CHANGES
------------------------------------------------------------
revno: 402
committer: Andrew Psaltis <ampsaltis@gmail.com>
branch nick: 1.6

View File

@@ -25,7 +25,7 @@ import subprocess
# Be sure to keep this updated!
# VERSIONNUMBER
VERSION_NUM = '1.6.0b2'
VERSION_NUM = '1.6.0b3'
# REVISION_NUM is automatically updated
REVISION_NUM = 'unknown'
CURSES_REVNO = 'uimod'