[tor-commits] [torsocks/master] Update version to v2.0.0-rc6
dgoulet at torproject.org
dgoulet at torproject.org
Fri Apr 4 22:40:27 UTC 2014
commit f990d1c6ec9d49ba75e3d22842b53fa2f136b561
Author: David Goulet <dgoulet at ev0ke.net>
Date: Mon Mar 17 14:32:27 2014 -0400
Update version to v2.0.0-rc6
Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
ChangeLog | 4 ++++
configure.ac | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 807f334..c88f270 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
+
2014-03-17 torsocks 2.0.0-rc5
* Fix: strict aliasing in library
* Add fclose() support
diff --git a/configure.ac b/configure.ac
index 1805835..88b5338 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-rc5],[dgoulet at ev0ke.net],[],[https://torproject.org])
+AC_INIT([torsocks], [2.0.0-rc6],[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