[tor-commits] [torsocks/master] Update version to v2.0.0-rc7

dgoulet at torproject.org dgoulet at torproject.org
Fri Apr 4 22:40:28 UTC 2014


commit 91c148690e4c8bd1e5e948f0c758570891f49ddd
Author: David Goulet <dgoulet at ev0ke.net>
Date:   Fri Apr 4 18:12:46 2014 -0400

    Update version to v2.0.0-rc7
    
    Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
 ChangeLog    |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index c88f270..41a93b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2014-04-04 torsocks 2.0.0-rc7
+	* Fix: fix NULL dereference on error
+	* Fix: memory leak in connect error path
+	* Delete old source directory
+	* Fix: nullify constant that might be undefined
+	* Refactor the connect() code flow for clarity
+	* Tests: add connect() test
+	* Tests: add socket() test
+	* Fix: socketpair() denied for INET[6] socket
+	* Fix: socket() type check SOCK_STREAM
+	* Fix: add autogen.sh to installation procedures
+	* Fix: change TSOCKS_LOOPBACK bitness
+	* Fix: support kfreebsd for mmap()
+
 2014-03-17 torsocks 2.0.0-rc6
 	* Fix: set addr len for getsockname in accept
 	* Fix: use socket fd and NOT sockaddr in accept
diff --git a/configure.ac b/configure.ac
index 1444cc7..1e8982e 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-rc6],[dgoulet at ev0ke.net],[],[https://torproject.org])
+AC_INIT([torsocks], [2.0.0-rc7],[dgoulet at ev0ke.net],[],[https://torproject.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 # Get hostname and other information.



More information about the tor-commits mailing list