forked from clowwindy/shadowsocks-libev
-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from madeye/v1.5.3
Fix log on Win32.
- Loading branch information
Showing
9 changed files
with
25 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.68 for shadowsocks 1.5.2. | ||
# Generated by GNU Autoconf 2.68 for shadowsocks 1.5.3. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -570,8 +570,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='shadowsocks' | ||
PACKAGE_TARNAME='shadowsocks' | ||
PACKAGE_VERSION='1.5.2' | ||
PACKAGE_STRING='shadowsocks 1.5.2' | ||
PACKAGE_VERSION='1.5.3' | ||
PACKAGE_STRING='shadowsocks 1.5.3' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1307,7 +1307,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.5.2 to adapt to many kinds of systems. | ||
\`configure' configures shadowsocks 1.5.3 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -1377,7 +1377,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of shadowsocks 1.5.2:";; | ||
short | recursive ) echo "Configuration of shadowsocks 1.5.3:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -1494,7 +1494,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
shadowsocks configure 1.5.2 | ||
shadowsocks configure 1.5.3 | ||
generated by GNU Autoconf 2.68 | ||
Copyright (C) 2010 Free Software Foundation, Inc. | ||
|
@@ -2016,7 +2016,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.5.2, which was | ||
It was created by shadowsocks $as_me 1.5.3, which was | ||
generated by GNU Autoconf 2.68. Invocation command line was | ||
$ $0 $@ | ||
|
@@ -2837,7 +2837,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='shadowsocks' | ||
VERSION='1.5.2' | ||
VERSION='1.5.3' | ||
|
||
|
||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -15533,7 +15533,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.5.2, which was | ||
This file was extended by shadowsocks $as_me 1.5.3, which was | ||
generated by GNU Autoconf 2.68. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -15599,7 +15599,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.5.2 | ||
shadowsocks config.status 1.5.3 | ||
configured by $0, generated by GNU Autoconf 2.68, | ||
with options \\"\$ac_cs_config\\" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.5.2], [[email protected]]) | ||
AC_INIT([shadowsocks], [1.5.3], [[email protected]]) | ||
AC_CONFIG_SRCDIR([src/encrypt.c]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
AC_CONFIG_AUX_DIR(auto) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
shadowsocks (1.5.3-1) unstable; urgency=low | ||
|
||
* Fix log on Win32. | ||
|
||
-- Max Lv <[email protected]> Fri, 14 Nov 2014 09:10:06 +0800 | ||
|
||
shadowsocks (1.5.2-1) unstable; urgency=low | ||
|
||
* Handle SIGTERM and SIGKILL nicely. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters