mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
updated setup.py version and CHANGES
This commit is contained in:
279
CHANGES
279
CHANGES
@@ -1,4 +1,283 @@
|
||||
------------------------------------------------------------
|
||||
revno: 425
|
||||
committer: Andrew Psaltis <ampsaltis@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Sat 2009-06-20 23:46:38 -0400
|
||||
message:
|
||||
Fix the log file chmodding (os.chmod() can't accept a string, apparently).
|
||||
------------------------------------------------------------
|
||||
revno: 424
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Sat 2009-06-20 21:59:45 -0500
|
||||
message:
|
||||
updated translations.py
|
||||
------------------------------------------------------------
|
||||
revno: 423
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Sat 2009-06-20 21:44:32 -0500
|
||||
message:
|
||||
merged lp:~nacl/wicd/1.6-access-denied to display an error message if access to the daemon via DBus is denied
|
||||
------------------------------------------------------------
|
||||
revno: 417.2.6
|
||||
committer: Andrew Psaltis <ampsaltis@gmail.com>
|
||||
branch nick: 1.6-access-denied
|
||||
timestamp: Sat 2009-06-20 21:41:17 -0400
|
||||
message:
|
||||
Restore python 2.5 compatibility in both clients.
|
||||
------------------------------------------------------------
|
||||
revno: 417.2.5
|
||||
committer: Andrew Psaltis <ampsaltis@gmail.com>
|
||||
branch nick: 1.6-access-denied
|
||||
timestamp: Fri 2009-06-19 23:03:42 -0400
|
||||
message:
|
||||
Made the wicd-curses "access denied" string translatable, and updated wicd-curses.py to use it.
|
||||
------------------------------------------------------------
|
||||
revno: 417.2.4
|
||||
committer: Andrew Psaltis <ampsaltis@gmail.com>
|
||||
branch nick: 1.6-access-denied
|
||||
timestamp: Fri 2009-06-19 20:07:10 -0400
|
||||
message:
|
||||
Use the ANSI escape sequences to print colors instead of fetching them using tput(1) in wicd-curses.
|
||||
------------------------------------------------------------
|
||||
revno: 417.2.3
|
||||
committer: Andrew Psaltis <ampsaltis@gmail.com>
|
||||
branch nick: 1.6-access-denied
|
||||
timestamp: Fri 2009-06-19 18:59:30 -0400
|
||||
message:
|
||||
Fixed wicd-client to actually show the error dialog, by checking e.get_dbus_name() instead of just e.
|
||||
------------------------------------------------------------
|
||||
revno: 417.2.2
|
||||
committer: Andrew Psaltis <ampsaltis@gmail.com>
|
||||
branch nick: 1.6-access-denied
|
||||
timestamp: Fri 2009-06-19 18:48:39 -0400
|
||||
message:
|
||||
Updated wicd-curses to use DBusException.get_dbus_name() instead of the exception arguments.
|
||||
------------------------------------------------------------
|
||||
revno: 417.2.1
|
||||
committer: Andrew Psaltis <ampsaltis@gmail.com>
|
||||
branch nick: 1.6-access-denied
|
||||
timestamp: Fri 2009-06-19 17:29:25 -0400
|
||||
message:
|
||||
Made wicd-curses.py spit out an error if a dbus access denied error appears on startup.
|
||||
------------------------------------------------------------
|
||||
revno: 422
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Sat 2009-06-20 19:25:10 -0500
|
||||
message:
|
||||
merged lp:~adamblackburn/wicd/1.6-return-101-if-no-strength to allow cards that don't report signal strength to work with Wicd's default settings
|
||||
------------------------------------------------------------
|
||||
revno: 418.1.2
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Sat 2009-06-20 14:40:30 -0500
|
||||
message:
|
||||
update FormatSignalForPrinting to return ??% instead of 101%
|
||||
------------------------------------------------------------
|
||||
revno: 418.1.1
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Sat 2009-06-20 13:42:21 -0500
|
||||
message:
|
||||
return 101 as the signal strength if altstrenth_pattern fails to find the strength
|
||||
------------------------------------------------------------
|
||||
revno: 421
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Sat 2009-06-20 19:24:07 -0500
|
||||
message:
|
||||
merged lp:~dpaleino/wicd/pre-post-down to allow having pre/post disconnection scripts
|
||||
------------------------------------------------------------
|
||||
revno: 415.2.1
|
||||
committer: David Paleino <d.paleino@gmail.com>
|
||||
branch nick: wicd
|
||||
timestamp: Tue 2009-06-16 17:13:41 +0200
|
||||
message:
|
||||
Provide a pre-/post-down script mechanism
|
||||
|
||||
WICD currently only provides pre-/post-connection scripts, and
|
||||
only one disconnection script, that is run before actually
|
||||
disconnecting. This provides pre-/post-disconnection scripts,
|
||||
thus increasing configuration flexibility.
|
||||
------------------------------------------------------------
|
||||
revno: 420
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Sat 2009-06-20 19:22:36 -0500
|
||||
message:
|
||||
merged lp:~adamblackburn/wicd/loggroup to allow passing the preferred log group and permissions to setup.py configure -- thanks to David Paleino
|
||||
------------------------------------------------------------
|
||||
revno: 412.3.6
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: loggroup
|
||||
timestamp: Fri 2009-06-19 22:08:32 -0500
|
||||
message:
|
||||
seperated chmod and chown try/excepts
|
||||
------------------------------------------------------------
|
||||
revno: 412.3.5
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: loggroup
|
||||
timestamp: Tue 2009-06-16 23:57:02 +0800
|
||||
message:
|
||||
added forgotten underscores
|
||||
------------------------------------------------------------
|
||||
revno: 412.3.4
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: loggroup
|
||||
timestamp: Tue 2009-06-16 23:22:40 +0800
|
||||
message:
|
||||
removed wicd-daemon.py from .bzrignore
|
||||
------------------------------------------------------------
|
||||
revno: 412.3.3
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: loggroup
|
||||
timestamp: Tue 2009-06-16 23:15:05 +0800
|
||||
message:
|
||||
merge 1.6 r415
|
||||
------------------------------------------------------------
|
||||
revno: 412.3.2
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: loggroup
|
||||
timestamp: Tue 2009-06-16 23:08:52 +0800
|
||||
message:
|
||||
moved wicd-daemon.py back to wicd/ and changed wpath replacement values to use the wpath module
|
||||
------------------------------------------------------------
|
||||
revno: 412.3.1
|
||||
committer: David Paleino <d.paleino@gmail.com>
|
||||
branch nick: wicd
|
||||
timestamp: Sat 2009-06-13 22:59:03 +0200
|
||||
message:
|
||||
Support --loggroup and --logperms arguments to setup.py
|
||||
------------------------------------------------------------
|
||||
revno: 419
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Sat 2009-06-20 19:20:42 -0500
|
||||
message:
|
||||
merged lp:~adamblackburn/wicd/1.6-cancel-edit-settings to allow canceling the edit settings dialog that appears when attempting to connect to an encrypted network without entering the encryption details
|
||||
------------------------------------------------------------
|
||||
revno: 417.1.2
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Sat 2009-06-20 07:58:15 -0500
|
||||
message:
|
||||
fix crash resulting from encryption info missing when connecting
|
||||
------------------------------------------------------------
|
||||
revno: 417.1.1
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Thu 2009-06-18 15:16:29 +0800
|
||||
message:
|
||||
allow user to cancel preferences dialog if they chose not to connect after clicking connect and showing the preferences dialog
|
||||
------------------------------------------------------------
|
||||
revno: 418
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Sat 2009-06-20 10:33:23 -0500
|
||||
message:
|
||||
merged David Paleino's Debian init script that includes a status command
|
||||
------------------------------------------------------------
|
||||
revno: 415.1.1
|
||||
committer: David Paleino <d.paleino@gmail.com>
|
||||
branch nick: wicd
|
||||
timestamp: Tue 2009-06-16 17:56:21 +0200
|
||||
message:
|
||||
Add "status" to /etc/init.d/wicd (Debian/Ubuntu)
|
||||
------------------------------------------------------------
|
||||
revno: 417
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Thu 2009-06-18 14:56:25 +0800
|
||||
message:
|
||||
fixed crash that occured when clicking to connect to a secured network but without entering the security information
|
||||
------------------------------------------------------------
|
||||
revno: 416
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Tue 2009-06-16 23:36:58 +0800
|
||||
message:
|
||||
fix a small typo in misc.py -- thanks to David Paleino
|
||||
------------------------------------------------------------
|
||||
revno: 415
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Tue 2009-06-16 07:44:27 +0800
|
||||
message:
|
||||
disable automatically disconnecting when Automatically reconnect is False
|
||||
------------------------------------------------------------
|
||||
revno: 414
|
||||
committer: Dan O'Reilly <oreilldf@gmail.com>
|
||||
branch nick: trunk
|
||||
timestamp: Sun 2009-06-14 14:27:21 -0400
|
||||
message:
|
||||
Merge.
|
||||
------------------------------------------------------------
|
||||
revno: 412.2.1
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Sun 2009-06-14 12:27:36 +0800
|
||||
message:
|
||||
merged David's Debian patches branch
|
||||
------------------------------------------------------------
|
||||
revno: 412.1.3
|
||||
committer: David Paleino <d.paleino@gmail.com>
|
||||
branch nick: wicd
|
||||
timestamp: Sat 2009-06-13 22:07:49 +0200
|
||||
message:
|
||||
Support udhcpc, this is needed to smoothly run on the OpenMoko FreeRunner.
|
||||
|
||||
Thanks to Luca Capello <gismo@debian.org> for porting the patch to 1.5.9, and
|
||||
to "madmo" from the linked forum for making the patch.
|
||||
|
||||
Patch originally taken from http://wicd.net/punbb/viewtopic.php?id=132
|
||||
|
||||
Patch ported to 1.6.0 code by David Paleino <d.paleino@gmail.com>.
|
||||
------------------------------------------------------------
|
||||
revno: 412.1.2
|
||||
committer: David Paleino <d.paleino@gmail.com>
|
||||
branch nick: wicd
|
||||
timestamp: Sat 2009-06-13 22:06:08 +0200
|
||||
message:
|
||||
Update manpage with an appropriate WHATIS entry
|
||||
------------------------------------------------------------
|
||||
revno: 412.1.1
|
||||
committer: David Paleino <d.paleino@gmail.com>
|
||||
branch nick: wicd
|
||||
timestamp: Sat 2009-06-13 22:05:10 +0200
|
||||
message:
|
||||
Remove deprecated Encoding field
|
||||
------------------------------------------------------------
|
||||
revno: 413
|
||||
committer: Dan O'Reilly <oreilldf@gmail.com>
|
||||
branch nick: trunk
|
||||
timestamp: Sun 2009-06-14 14:25:06 -0400
|
||||
message:
|
||||
Convert strings being prints out by dhclients to utf-8 before trying to log them.
|
||||
When iwscan displays two entries for a hidden network, only display the one with the essid included.
|
||||
------------------------------------------------------------
|
||||
revno: 412
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: wicd
|
||||
timestamp: Tue 2009-06-09 13:25:02 +0800
|
||||
message:
|
||||
display the ESSID/Wired Network in the title of the settings dialog
|
||||
------------------------------------------------------------
|
||||
revno: 411
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Fri 2009-06-05 16:13:38 +0800
|
||||
message:
|
||||
Updated translations.py
|
||||
------------------------------------------------------------
|
||||
revno: 410
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
timestamp: Fri 2009-06-05 15:20:58 +0800
|
||||
message:
|
||||
updated CHANGES
|
||||
------------------------------------------------------------
|
||||
revno: 409
|
||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||
branch nick: 1.6
|
||||
|
||||
Reference in New Issue
Block a user