[tor-commits] [torsocks/master] Update version to v2.0.0-rc2
dgoulet at torproject.org
dgoulet at torproject.org
Fri Apr 4 22:40:26 UTC 2014
commit b68d61f4f1cdf725de4b6d259c3a0dec2f8ef30a
Author: David Goulet <dgoulet at ev0ke.net>
Date: Mon Sep 2 14:06:44 2013 -0400
Update version to v2.0.0-rc2
Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
ChangeLog | 17 +++++++++++++++++
configure.ac | 2 +-
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 6b4a99a..d6a19ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2013-09-02 torsocks 2.0.0-rc2
+ * Fix: remove FAQ file from Makefile
+ * Fix: remove out of date and inaccurate FAQ
+ * Tests: add connection object unit test
+ * Fix: Improve README file
+ * Tests: add onion pool subsystem unit test
+ * Use extern for tsocks_libc_* in torsocks.h
+ * Define LIBC_SYSCALL_ for OS X
+ * Make sure __darwin__ is defined
+ * Fix: explicitly ignore fileno return value
+ * Use AC_CHECK_FUNC rather than AC_LINK_IFELSE.
+ * Find out if we really need libdl.
+ * Define LIBC_SYSCALL_ for FreeBSD.
+ * Use SYS_ from <sys/syscall.h>.
+ * Include <sys/socket.h> for AF_INET*.
+ * Use getsockname(2) for finding out socket address family
+
2013-08-24 torsocks 2.0.0-rc1
* Major rewrite from version 1.4
* Libc TCP communication support
diff --git a/configure.ac b/configure.ac
index 6c89912..6c9c5fd 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-rc1],[dgoulet at ev0ke.net],[],[https://torproject.org])
+AC_INIT([torsocks], [2.0.0-rc2],[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