commit ce179d515c96a9dbd76d7159c51d84c5e5db4a37 Author: Damian Johnson atagar@torproject.org Date: Sun Sep 25 20:52:24 2011 -0700
Minor post-release tidying up --- ChangeLog | 4 ++-- src/version.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 402c355..472dd5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ CHANGE LOG
-9/25/11 - version 1.4.4 +9/25/11 - version 1.4.4 (881c67a) Besides the normal bug fixes and minor features, this release introduces the control port interpretor. This is a new page or standalone prompt that gives raw control port access with several usability improvements (tab completion, history, irc style help, interpretor commands, etc).
* added: control port interpretor which provides... @@ -13,7 +13,7 @@ Besides the normal bug fixes and minor features, this release introduces the con o /write option which dumps the interpretor backlog to a file * added: control socket support (feature request by dererk, ticket) * added: optional system wide torrc integration (thanks to ioerror, ticket) - * added: dialog for guards, bridges, and exits with exit port usage and client locales + * added: dialog for guards, bridges, and exits with exit port usage and client locales (feature request by waltman and ioerror) * added: configuration editor for the gui interface (implemented by krkhan) * added: notice that warns the user against running tor or arm as root * change: doing a manual redraw when the user presses ctrl+L (ticket) diff --git a/src/version.py b/src/version.py index a1c26cf..8e7f493 100644 --- a/src/version.py +++ b/src/version.py @@ -2,6 +2,6 @@ Provides arm's version and release date. """
-VERSION = '1.4.4_dev' -LAST_MODIFIED = "July 17, 2011" +VERSION = '1.4.5.0_dev' +LAST_MODIFIED = "September 25, 2011"
tor-commits@lists.torproject.org