commit ae49ebb44d8ddc56ac12e7b00db5ae7b684ee403
Author: David Goulet <[email protected]>
Date:   Sun Nov 3 13:24:51 2013 -0500

    Update version to v2.0.0-rc3
    
    Signed-off-by: David Goulet <[email protected]>
---
 ChangeLog    |   16 ++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index d6a19ee..f84de34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2013-11-03 torsocks 2.0.0-rc3
+       * Fix: add fixtures directory to EXTRA_DIST
+       * Fix: add fixtures.h to makefile.am as EXTRA_DIST
+       * Fix: remove DBG call in syscall()
+       * Fix: don't lookup symbol if already found
+       * Lookup symbols in libc in constructor
+       * Fix: bad ret value check for default logging
+       * Add compatibility with GNU/kFreeBSD
+       * Fix compatibility with s390 and s390x architectures
+       * Fix: missing registry unlock on error
+       * Fix: undefined syscall values for x86
+       * Fix: check fileno returned value
+       * Fix: torsocks.in libdir path with lib prefix
+       * Tests: add config-file tests
+       * Tests: add utils unit tests
+
 2013-09-02 torsocks 2.0.0-rc2
        * Fix: remove FAQ file from Makefile
        * Fix: remove out of date and inaccurate FAQ
diff --git a/configure.ac b/configure.ac
index 23fc6c8..c02ffda 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-rc2],[[email protected]],[],[https://torproject.org])
+AC_INIT([torsocks], 
[2.0.0-rc3],[[email protected]],[],[https://torproject.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 # Get hostname and other information.



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to