commit e9a02ddc72a06d4290cb1f5b08de5da88c07a2dd Author: Damian Johnson atagar@torproject.org Date: Sun Jul 17 00:45:00 2011 -0700
Minor post-release cleanup --- ChangeLog | 2 +- src/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 8b1b776..5692ec3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ CHANGE LOG
-7/16/11 - version 1.4.3 +7/16/11 - version 1.4.3 (6cf4836) This completes the codebase refactoring project that's been a year in the works and provides numerous performance and usability improvements. Most notably this includes a setup wizard for new relays, menuing interface, gui prototype, substantial performance improvements, and support for Mac OSX.
* added: relay setup wizard for autogenerating a torrc configuration diff --git a/src/version.py b/src/version.py index d135944..a1c26cf 100644 --- a/src/version.py +++ b/src/version.py @@ -2,6 +2,6 @@ Provides arm's version and release date. """
-VERSION = '1.4.3_dev' -LAST_MODIFIED = "April 4, 2011" +VERSION = '1.4.4_dev' +LAST_MODIFIED = "July 17, 2011"
tor-commits@lists.torproject.org