[tor-commits] [torsocks/master] Update version to v2.0.0-rc5
dgoulet at torproject.org
dgoulet at torproject.org
Fri Apr 4 22:40:27 UTC 2014
commit 3c860254b106bdc223bb414781576b7a7994c60b
Author: David Goulet <dgoulet at ev0ke.net>
Date: Mon Mar 17 13:53:02 2014 -0400
Update version to v2.0.0-rc5
Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
ChangeLog | 7 +++++++
configure.ac | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index f1096e7..807f334 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-03-17 torsocks 2.0.0-rc5
+ * Fix: strict aliasing in library
+ * Add fclose() support
+ * Fix: add torsocks.conf option type
+ * Add option to allow inbound connections
+ * Fix: handle NULL node in getaddrinfo
+
2014-03-03 torsocks 2.0.0-rc4
* Extras: add bash and zsh completion file
* Fix: move functions in file and set hidden attribute
diff --git a/configure.ac b/configure.ac
index cf6764e..1805835 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-rc4],[dgoulet at ev0ke.net],[],[https://torproject.org])
+AC_INIT([torsocks], [2.0.0-rc5],[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