From de69fbc92c9c081b62abe0bfa7793f85bdc2c711 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Thu, 16 May 2013 10:55:15 +0800 Subject: [PATCH] bump version --- configure | 20 ++++++++++---------- configure.ac | 2 +- debian/changelog | 12 +++++++++--- 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/configure b/configure index 6abd7dce..5f3dab7d 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.2. +# Generated by GNU Autoconf 2.69 for shadowsocks 1.3. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='shadowsocks' PACKAGE_TARNAME='shadowsocks' -PACKAGE_VERSION='1.2' -PACKAGE_STRING='shadowsocks 1.2' +PACKAGE_VERSION='1.3' +PACKAGE_STRING='shadowsocks 1.3' PACKAGE_BUGREPORT='max.c.lv@gmail.com' PACKAGE_URL='' @@ -1313,7 +1313,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.2 to adapt to many kinds of systems. +\`configure' configures shadowsocks 1.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1383,7 +1383,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of shadowsocks 1.2:";; + short | recursive ) echo "Configuration of shadowsocks 1.3:";; esac cat <<\_ACEOF @@ -1486,7 +1486,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -shadowsocks configure 1.2 +shadowsocks configure 1.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1963,7 +1963,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.2, which was +It was created by shadowsocks $as_me 1.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2782,7 +2782,7 @@ fi # Define the identity of the package. PACKAGE='shadowsocks' - VERSION='1.2' + VERSION='1.3' cat >>confdefs.h <<_ACEOF @@ -14764,7 +14764,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.2, which was +This file was extended by shadowsocks $as_me 1.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14830,7 +14830,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.2 +shadowsocks config.status 1.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 4a8317f0..38b5ae41 100755 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.67]) -AC_INIT([shadowsocks], [1.2], [max.c.lv@gmail.com]) +AC_INIT([shadowsocks], [1.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 f50ced68..595a5f18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,20 @@ +shadowsocks (1.3-1) unstable; urgency=low + + * Able to bind connections to specific interface + + -- Max Lv Thu, 16 May 2013 10:51:15 +0800 + shadowsocks (1.2-2) unstable; urgency=low - * Close timeout TCP connections + * Close timeouted TCP connections - -- Max Lv Tue, 07 May 2013 14:10:33 +0800 + -- Max Lv Tue, 07 May 2013 14:10:33 +0800 shadowsocks (1.2-1) unstable; urgency=low * Fix a high load issue - -- Max Lv Thu, 18 Apr 2013 10:52:34 +0800 + -- Max Lv Thu, 18 Apr 2013 10:52:34 +0800 shadowsocks (1.1-1) unstable; urgency=low