commit 3f1006aaa122441fa48ef2457f0c1f1920718e41 Author: George Kadianakis desnacked@riseup.net Date: Fri Mar 9 23:20:19 2012 -0800
Do the release ritual for 0.1.1. --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index ce44d04..1bdab1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes in version 0.1.1 - <not yet released> +Changes in version 0.1.1 - 2012-03-09 - Add trailing slash to the torproject URL in the man page. Fixes bug #5311. Patch by Peter Palfrader. - Add LICENSE and Doxyfile to the release archives from now on. diff --git a/configure.ac b/configure.ac index 34beb81..4aa8d3f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.61])dnl Possibly earlier will do, but this is what I have -AC_INIT([obfsproxy], [0.1.0]) +AC_INIT([obfsproxy], [0.1.1]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign nostdinc])
tor-commits@lists.torproject.org