[tor-commits] [torsocks/master] Update version to v2.0.0-rc3
dgoulet at torproject.org
dgoulet at torproject.org
Fri Apr 4 22:40:26 UTC 2014
commit ae49ebb44d8ddc56ac12e7b00db5ae7b684ee403
Author: David Goulet <dgoulet at ev0ke.net>
Date: Sun Nov 3 13:24:51 2013 -0500
Update version to v2.0.0-rc3
Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
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],[dgoulet at ev0ke.net],[],[https://torproject.org])
+AC_INIT([torsocks], [2.0.0-rc3],[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