commit e54d80bc9595beeceac637b03e5c5395c07e62f7 Author: David Goulet dgoulet@ev0ke.net Date: Tue Oct 18 12:44:01 2016 -0400
Update version to v2.2.0
Signed-off-by: David Goulet dgoulet@ev0ke.net --- 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],[dgoulet@torproject.org],[],[https://torproject.org]) +AC_INIT([torsocks], [2.2.0],[dgoulet@torproject.org],[],[https://torproject.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET # Get hostname and other information.
tor-commits@lists.torproject.org