mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 12:28:08 +01:00
updated CHANGES, NEWS, and setup.py for release
This commit is contained in:
21
CHANGES
21
CHANGES
@@ -1,4 +1,25 @@
|
|||||||
------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
|
revno: 529
|
||||||
|
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||||
|
branch nick: 1.7
|
||||||
|
timestamp: Sun 2010-01-03 09:05:58 -1000
|
||||||
|
message:
|
||||||
|
updated Gentoo init script
|
||||||
|
------------------------------------------------------------
|
||||||
|
revno: 528 [merge]
|
||||||
|
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||||
|
branch nick: 1.7
|
||||||
|
timestamp: Sun 2010-01-03 08:51:01 -1000
|
||||||
|
message:
|
||||||
|
merged code-seperation
|
||||||
|
------------------------------------------------------------
|
||||||
|
revno: 527
|
||||||
|
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||||
|
branch nick: 1.7
|
||||||
|
timestamp: Sat 2010-01-02 22:33:13 -1000
|
||||||
|
message:
|
||||||
|
updated CHANGES, NEWS, and setup.py for release
|
||||||
|
------------------------------------------------------------
|
||||||
revno: 526
|
revno: 526
|
||||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||||
branch nick: 1.7
|
branch nick: 1.7
|
||||||
|
|||||||
7
NEWS
7
NEWS
@@ -1,12 +1,13 @@
|
|||||||
Wicd 1.6.0 Branch
|
Wicd 1.6.0 Branch
|
||||||
1.7.0b3:
|
1.7.0b4:
|
||||||
Changes for Packagers:
|
Changes for Packagers:
|
||||||
- Wicd now supports a -k option, which should be run by the init script
|
- Wicd now supports a -k option, which should be run by the init script
|
||||||
when the daemon is stopped to release the DHCP lease but should not
|
when the daemon is stopped to release the DHCP lease but should not
|
||||||
be run on a restart of the daemon.
|
be run on a restart of the daemon.
|
||||||
- The ability has been added to split Wicd's components into multiple
|
- The ability has been added to split Wicd's components into multiple
|
||||||
directories. Use --gtk, --cli, --curses, and --daemon to specify
|
directories. Use --gtk, --cli, --curses, and --daemon to
|
||||||
the locations of the respective components.
|
setup.py configure to specify the locations of the respective
|
||||||
|
components.
|
||||||
- The preferred way to run the GTK UI is now to use wicd-gtk, not
|
- The preferred way to run the GTK UI is now to use wicd-gtk, not
|
||||||
wicd-client. wicd-gtk is a new addition to 1.7 that will never
|
wicd-client. wicd-gtk is a new addition to 1.7 that will never
|
||||||
run wicd-curses. wicd-client will automatically decide to run
|
run wicd-curses. wicd-client will automatically decide to run
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -26,7 +26,7 @@ import subprocess
|
|||||||
|
|
||||||
# Be sure to keep this updated!
|
# Be sure to keep this updated!
|
||||||
# VERSIONNUMBER
|
# VERSIONNUMBER
|
||||||
VERSION_NUM = '1.7.0b3'
|
VERSION_NUM = '1.7.0b4'
|
||||||
# REVISION_NUM is automatically updated
|
# REVISION_NUM is automatically updated
|
||||||
REVISION_NUM = 'unknown'
|
REVISION_NUM = 'unknown'
|
||||||
CURSES_REVNO = 'uimod'
|
CURSES_REVNO = 'uimod'
|
||||||
|
|||||||
Reference in New Issue
Block a user