commit 94ebc4c3edf1e3e5f313444e59981ac557578df5 Author: George Kadianakis desnacked@riseup.net Date: Tue May 1 22:38:18 2012 +0300
Do the release ritual for 0.1.4. --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index fd77adb..977a073 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes in version 0.1.4 - <not yet released> +Changes in version 0.1.4 - 2012-05-02 - Fix 'obfsproxy --version' when called outside of a git repository. Fixes bug 5560. - Don't use hardening flags if they'd break the compiler. This happens diff --git a/configure.ac b/configure.ac index 90c4f9f..facd3c6 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.3]) +AC_INIT([obfsproxy], [0.1.4]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign nostdinc])
tor-commits@lists.torproject.org