Commit 3c860254 authored by David Goulet's avatar David Goulet
Browse files

Update version to v2.0.0-rc5



Signed-off-by: default avatarDavid Goulet <dgoulet@ev0ke.net>
parent 506f1dc4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
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
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
##############################################################################

# Process this file with autoconf to produce a configure script.
AC_INIT([torsocks], [2.0.0-rc4],[dgoulet@ev0ke.net],[],[https://torproject.org])
AC_INIT([torsocks], [2.0.0-rc5],[dgoulet@ev0ke.net],[],[https://torproject.org])
AC_CONFIG_AUX_DIR([config])
AC_CANONICAL_TARGET
# Get hostname and other information.