commit a43a3656a5bb4391fb1654d5ff44a5257e1f165f
Author: David Goulet <[email protected]>
Date:   Wed May 27 14:54:22 2015 -0400

    Update version to v2.1.0
    
    Signed-off-by: David Goulet <[email protected]>
---
 ChangeLog    |   36 ++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0b5d0d3..f19e9a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2015-05-27 torsocks 2.1.0
+       * Fix: socks5 resolve wasn't sending data correctly
+       * Fix: wrong label when auth_socks5 fail
+       * Move SOCKS5 auth in a seperate function
+       * Send the SOCKS5 authentication for RESOLVE/RESOLVE_PTR requests.
+       * Change IsolatePID password from 42 to 0
+       * Add automatic per process isolation (IsolatePID)
+       * Ensure that torsocks initializes itself in the presence of C++.
+       * Merge remote-tracking branch 'yawning/getaddrinfo' into getaddrinfo
+       * Fix: indentation in getpeername test
+       * Merge remote-tracking branch 'yawning/getpeername'
+       * Add support for the various inotify routines when invoked via 
syscall().
+       * Support the eventfd2(2) syscall.
+       * Support the various epoll routines when invoked via syscall().
+       * Handle accept4(2) when invoked via syscall().
+       * Fix getaddrinfo() to respect AI_NUMERICHOST.
+       * Fix the broken getpeername() implementation.
+       * Support certain Linux specific syscalls.
+       * Allow TCP Fast Open clients go through tor
+       * Test: support out of tree make check
+       * configure.ac: avoid tests which have both -pie and -static
+       * Fix error messages about setuid/setgid executables
+       * Fix: switch back to a syscall whitelist scheme
+       * Add AllowOutboundLocalhost.
+       * Fix: syscall mmap for NetBSD
+       * Fix: use getsockname instead of getsockopt to get socket family
+       * Stop denying syscall() and add dangerous ones
+       * Fix: typo in the listen macro declaration
+       * Fix: improve getpeername to actually works
+       * Fix: improve Unix socket passing detection
+       * Test: add missing connection destroy
+       * Test: possible double free in onion test
+       * Test: fix memory leak in DNS test
+       * Add accept as an accepted value through syscall()
+       * Add cscope files to gitignore
+
 2014-08-11 torsocks 2.0.0
        * Fix: compilation issue on Debian kfreebsd-i386
        * Fix: add LICENSE file to repository
diff --git a/configure.ac b/configure.ac
index f4aadfb..7e442f7 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],[[email protected]],[],[https://torproject.org])
+AC_INIT([torsocks], [2.1.0],[[email protected]],[],[https://torproject.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 # Get hostname and other information.

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to