diff --git a/Changes b/Changes index 5820667b..36507476 100644 --- a/Changes +++ b/Changes @@ -1,47 +1,74 @@ -Changelog ---------- +shadowsocks (1.4.3-1) unstable; urgency=low -1.4.2 -- Sun, 05 Jan 2014 10:05:29 +0900 + * Add tunnel mode with local port forwarding feature. + + -- Max Lv Fri, 21 Feb 2014 11:52:13 +0900 + +shadowsocks (1.4.2-1) unstable; urgency=high * Fix the UDP relay issues. * Add syslog support. -1.4.1 -- Tue, 12 Nov 2013 03:57:21 +0000 + -- Max Lv Sun, 05 Jan 2014 10:05:29 +0900 + +shadowsocks (1.4.1-1) unstable; urgency=low * Add multi-port support. * Add PolarSSL support by @linusyang. -1.4.0 -- Sun, 08 Sep 2013 02:20:40 +0000 + -- Max Lv Tue, 12 Nov 2013 03:57:21 +0000 + +shadowsocks (1.4.0-1) unstable; urgency=low * Add standard socks5 udp support. -1.3.3 -- Fri, 21 Jun 2013 09:59:20 +0800 + -- Max Lv Sun, 08 Sep 2013 02:20:40 +0000 + +shadowsocks (1.3.3-1) unstable; urgency=high * Provide more info in verbose mode. -1.3.2 -- Sun, 09 Jun 2013 09:52:31 +0000 + -- Max Lv Fri, 21 Jun 2013 09:59:20 +0800 + +shadowsocks (1.3.2-1) unstable; urgency=high * Fix some ciphers by @linusyang. -1.3.1 -- Tue, 04 Jun 2013 00:56:17 +0000 + -- Max Lv Sun, 09 Jun 2013 09:52:31 +0000 + +shadowsocks (1.3.1-1) unstable; urgency=low * Support more cihpers: camellia, idea, rc2 and seed. -1.3 -- Thu, 16 May 2013 10:51:15 +0800 + -- Max Lv Tue, 04 Jun 2013 00:56:17 +0000 + +shadowsocks (1.3-1) unstable; urgency=low + + * Able to bind connections to specific interface. + * Support more ciphers: aes-128-cfb, aes-192-cfb, aes-256-cfb, bf-cfb, cast5-cfb, des-cfb. + + -- Max Lv Thu, 16 May 2013 10:51:15 +0800 + +shadowsocks (1.2-2) unstable; urgency=low + + * Close timeouted TCP connections. + + -- Max Lv Tue, 07 May 2013 14:10:33 +0800 + +shadowsocks (1.2-1) unstable; urgency=low - * Able to bind connections to specific interface - * Support more ciphers: aes-128-cfb, aes-192-cfb, aes-256-cfb, bf-cfb, cast5-cfb, des-cfb + * Fix a high load issue. -1.2 -- Tue, 07 May 2013 14:10:33 +0800 + -- Max Lv Thu, 18 Apr 2013 10:52:34 +0800 - * Close timeouted TCP connections - * Fix a high load issue +shadowsocks (1.1-1) unstable; urgency=low -1.1 -- Wed, 10 Apr 2013 12:11:36 +0800 + * Fix a IPV6 resolve issue. - * Fix a IPV6 resolve issue + -- Max Lv Wed, 10 Apr 2013 12:11:36 +0800 -1.0 -- Sat, 06 Apr 2013 16:59:15 +0800 +shadowsocks (1.0-2) unstable; urgency=low - * Initial release + * Initial release. + -- Max Lv Sat, 06 Apr 2013 16:59:15 +0800 diff --git a/configure b/configure index db0ea182..3e4a8261 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for shadowsocks 1.4.2. +# Generated by GNU Autoconf 2.69 for shadowsocks 1.4.3. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='shadowsocks' PACKAGE_TARNAME='shadowsocks' -PACKAGE_VERSION='1.4.2' -PACKAGE_STRING='shadowsocks 1.4.2' +PACKAGE_VERSION='1.4.3' +PACKAGE_STRING='shadowsocks 1.4.3' PACKAGE_BUGREPORT='max.c.lv@gmail.com' PACKAGE_URL='' @@ -1324,7 +1324,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures shadowsocks 1.4.2 to adapt to many kinds of systems. +\`configure' configures shadowsocks 1.4.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1394,7 +1394,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of shadowsocks 1.4.2:";; + short | recursive ) echo "Configuration of shadowsocks 1.4.3:";; esac cat <<\_ACEOF @@ -1510,7 +1510,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -shadowsocks configure 1.4.2 +shadowsocks configure 1.4.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2033,7 +2033,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by shadowsocks $as_me 1.4.2, which was +It was created by shadowsocks $as_me 1.4.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2853,7 +2853,7 @@ fi # Define the identity of the package. PACKAGE='shadowsocks' - VERSION='1.4.2' + VERSION='1.4.3' cat >>confdefs.h <<_ACEOF @@ -15450,7 +15450,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by shadowsocks $as_me 1.4.2, which was +This file was extended by shadowsocks $as_me 1.4.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15516,7 +15516,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -shadowsocks config.status 1.4.2 +shadowsocks config.status 1.4.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 21b1c80d..3fd5c1af 100755 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.67]) -AC_INIT([shadowsocks], [1.4.2], [max.c.lv@gmail.com]) +AC_INIT([shadowsocks], [1.4.3], [max.c.lv@gmail.com]) AC_CONFIG_SRCDIR([src/encrypt.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/debian/changelog b/debian/changelog index 2cea0ec6..36507476 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +shadowsocks (1.4.3-1) unstable; urgency=low + + * Add tunnel mode with local port forwarding feature. + + -- Max Lv Fri, 21 Feb 2014 11:52:13 +0900 + shadowsocks (1.4.2-1) unstable; urgency=high * Fix the UDP relay issues.