commit ea105bb76ea1e9f9660dd2307639b75ca6d76569 Author: David Goulet dgoulet@ev0ke.net Date: Mon Aug 11 12:44:46 2014 -0400
Update version to v2.0.0
Signed-off-by: David Goulet dgoulet@ev0ke.net --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog index 41a93b3..0b5d0d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-08-11 torsocks 2.0.0 + * Fix: compilation issue on Debian kfreebsd-i386 + * Fix: add LICENSE file to repository + * Fix: add compilation requirements to README.md + 2014-04-04 torsocks 2.0.0-rc7 * Fix: fix NULL dereference on error * Fix: memory leak in connect error path diff --git a/configure.ac b/configure.ac index 1e8982e..3eb9060 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ ##############################################################################
# Process this file with autoconf to produce a configure script. -AC_INIT([torsocks], [2.0.0-rc7],[dgoulet@ev0ke.net],[],[https://torproject.org]) +AC_INIT([torsocks], [2.0.0],[dgoulet@ev0ke.net],[],[https://torproject.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET # Get hostname and other information.
tor-commits@lists.torproject.org