[tor-commits] [torsocks/master] Update version to v2.2.0

2016-10-18 Thread dgoulet
commit e54d80bc9595beeceac637b03e5c5395c07e62f7
Author: David Goulet 
Date:   Tue Oct 18 12:44:01 2016 -0400

Update version to v2.2.0

Signed-off-by: David Goulet 
---
 ChangeLog| 17 +
 configure.ac |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0890707..e90ea19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2016-10-18 torsocks 2.2.0
+   * Use xz for dist tarball now
+   * Remove TODO as we use the bugtracker for those
+   * execve: only include xattr.h for Linux
+   * syscall: sched_getaffinity is only Linux
+   * close: Prefix debug messages with [close]
+   * Add check for Apple's System Integrity Protection.
+   * Quote the non-zero length check of $getcap.
+   * compat: Fix bad use of defined macro for OS X
+   * Use AC_USE_SYSTEM_EXTENSIONS to try to use POSIX extensions
+   * log: Fix whitespace in log.h
+   * syscall: OS X doesn't support sched_getaffinity()
+   * Fix memcpy buffer overrun in gethostbyaddr()
+   * Fix memcpy() buffer overrun in gethostbyname()
+   * Fix typo: catched -> caught
+   * syscall: Whitelist sched_getaffinity(2)
+
 2016-06-21 torsocks 2.2.0-rc1
* Return connection refused on deny by ruleset error
* Fix wrong tor_address check for NULL
diff --git a/configure.ac b/configure.ac
index d5e3200..f5dd992 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.2.0-rc1],[dgou...@torproject.org],[],[https://torproject.org])
+AC_INIT([torsocks], 
[2.2.0],[dgou...@torproject.org],[],[https://torproject.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 # Get hostname and other information.

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [torsocks/master] Update version to v2.2.0-rc1

2016-06-21 Thread dgoulet
commit bcf6ae8c122afff1cfc6a8e65151bc321a17c464
Author: David Goulet 
Date:   Tue Jun 21 09:27:00 2016 -0400

Update version to v2.2.0-rc1

Signed-off-by: David Goulet 
---
 ChangeLog| 32 
 configure.ac |  2 +-
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f19e9a9..0890707 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2016-06-21 torsocks 2.2.0-rc1
+   * Return connection refused on deny by ruleset error
+   * Fix wrong tor_address check for NULL
+   * Fix: accept{4} wrappers to accept addr to NULL
+   * Fix typos in comments
+   * Add --address and --port for torsocks.
+   * Read environment variables before creating the SOCKS5 connection.
+   * Expose set_tor_{address,port} as conf_file_set_tor_{address,port}.
+   * Use DEFAULT_CONF_FILE_ENV instead of a hardcoded value.
+   * Detect capabilities in torsocks wrapper
+   * Fix: allow port 65535.
+   * Overflow when parsing config lines with many arguments
+   * Add support for localhost only UDP via `AllowOutboundLocalhost 2`.
+   * Add freebsd to the libc detection in configure.ac
+   * Switch from Perl to automake tap. No more run-time Perl needed.
+   * Avoid potential null pointer dereferences in test_connection.
+   * Make sure pipe_fds is initialized in error branch.
+   * Suppress signed/unsigned comparison warnings with justified casts.
+   * Use size_t, not int, for indices below size_t bounds.
+   * Use same type for i as for pool->count, uint32_t.
+   * Avoid signed/unsigned comparison. Assert bound on size.
+   * Use seconds since epoch, not local time, for log timestamps.
+   * Work around broken declaration of gethostbyaddr on older NetBSD.
+   * Use the correct libc symbol for socket, __socket30, on newer NetBSD.
+   * Include  for __NetBSD_Prereq__ on NetBSD.
+   * Block, rather than busy-wait, in send/recv_data_impl.
+   * Return EIO, not whatever 1 is, on EOF in recv_data.
+   * Block, rather than busy-wait, in send/recv_data_impl.
+   * Hijack execve() syscall to check for cap/setuid
+   * test: Change IPs with the new ones TPO just setup
+   * Add support for musl-libc
+
 2015-05-27 torsocks 2.1.0
* Fix: socks5 resolve wasn't sending data correctly
* Fix: wrong label when auth_socks5 fail
diff --git a/configure.ac b/configure.ac
index 544f2d6..ce263d8 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.1.0],[dgou...@ev0ke.net],[],[https://torproject.org])
+AC_INIT([torsocks], 
[2.2.0-rc1],[dgou...@torproject.org],[],[https://torproject.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 # Get hostname and other information.

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits