commit 8cf684e052cf290ee2c7fcf8290d3f4cb3cf5c5d Author: George Kadianakis desnacked@riseup.net Date: Tue Apr 3 17:48:14 2012 +0200
Do the release ritual for 0.1.3.
0.1.2 was skipped since I tagged without doing the release ritual. Still getting used to this... --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 83fbd6e..2a7605c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes in version 0.1.2 - <not yet released> +Changes in version 0.1.3 - 2012-04-03 - Display git revision when we start logging. Fixes part of bug #5157. - Implement obfsproxy --version. Fixes the rest of bug #5157. diff --git a/configure.ac b/configure.ac index 4aa8d3f..90c4f9f 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.1]) +AC_INIT([obfsproxy], [0.1.3]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign nostdinc])
tor-commits@lists.torproject.org