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:
14
CHANGES
14
CHANGES
@@ -1,4 +1,18 @@
|
|||||||
------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
|
revno: 526
|
||||||
|
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||||
|
branch nick: 1.7
|
||||||
|
timestamp: Sat 2010-01-02 21:27:41 -1000
|
||||||
|
message:
|
||||||
|
restore old resolv.conf file on -k instead of sigterm
|
||||||
|
------------------------------------------------------------
|
||||||
|
revno: 525
|
||||||
|
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||||
|
branch nick: 1.7
|
||||||
|
timestamp: Sat 2010-01-02 20:59:10 -1000
|
||||||
|
message:
|
||||||
|
update CHANGES
|
||||||
|
------------------------------------------------------------
|
||||||
revno: 524
|
revno: 524
|
||||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||||
branch nick: 1.7
|
branch nick: 1.7
|
||||||
|
|||||||
2
NEWS
2
NEWS
@@ -1,5 +1,5 @@
|
|||||||
Wicd 1.6.0 Branch
|
Wicd 1.6.0 Branch
|
||||||
1.7.0b2:
|
1.7.0b3:
|
||||||
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
|
||||||
|
|||||||
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.0b2'
|
VERSION_NUM = '1.7.0b3'
|
||||||
# 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