Loading ChangeLog +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 Loading configure.ac +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
ChangeLog +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 Loading
configure.ac +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading