Skip to content

Commit d6c377d

Browse files
committedNov 1, 2016
Bump version
1 parent 869f3b7 commit d6c377d

File tree

7 files changed

+29
-15
lines changed

7 files changed

+29
-15
lines changed
 

‎Changes

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
shadowsocks-libev (2.5.6-1) unstable; urgency=medium
2+
3+
* Add outbound ACL for server.
4+
* Refine log format.
5+
6+
-- Max Lv <max.c.lv@gmail.com> Tue, 01 Nov 2016 09:51:52 +0800
7+
18
shadowsocks-libev (2.5.5-1) unstable; urgency=medium
29

310
* Refine attack detection.

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It is a port of [Shadowsocks](https://github.com/shadowsocks/shadowsocks)
99
created by [@clowwindy](https://github.com/clowwindy), which is maintained by
1010
[@madeye](https://github.com/madeye) and [@linusyang](https://github.com/linusyang).
1111

12-
Current version: 2.5.5 | [Changelog](debian/changelog)
12+
Current version: 2.5.6 | [Changelog](debian/changelog)
1313

1414
Travis CI: [![Travis CI](https://travis-ci.org/shadowsocks/shadowsocks-libev.svg?branch=master)](https://travis-ci.org/shadowsocks/shadowsocks-libev)
1515

‎configure

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for shadowsocks-libev 2.5.5.
3+
# Generated by GNU Autoconf 2.69 for shadowsocks-libev 2.5.6.
44
#
55
# Report bugs to <max.c.lv@gmail.com>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='shadowsocks-libev'
592592
PACKAGE_TARNAME='shadowsocks-libev'
593-
PACKAGE_VERSION='2.5.5'
594-
PACKAGE_STRING='shadowsocks-libev 2.5.5'
593+
PACKAGE_VERSION='2.5.6'
594+
PACKAGE_STRING='shadowsocks-libev 2.5.6'
595595
PACKAGE_BUGREPORT='max.c.lv@gmail.com'
596596
PACKAGE_URL=''
597597

@@ -1359,7 +1359,7 @@ if test "$ac_init_help" = "long"; then
13591359
# Omit some internal or obsolete options to make the list less imposing.
13601360
# This message is too long to be a string in the A/UX 3.1 sh.
13611361
cat <<_ACEOF
1362-
\`configure' configures shadowsocks-libev 2.5.5 to adapt to many kinds of systems.
1362+
\`configure' configures shadowsocks-libev 2.5.6 to adapt to many kinds of systems.
13631363

13641364
Usage: $0 [OPTION]... [VAR=VALUE]...
13651365

@@ -1430,7 +1430,7 @@ fi
14301430

14311431
if test -n "$ac_init_help"; then
14321432
case $ac_init_help in
1433-
short | recursive ) echo "Configuration of shadowsocks-libev 2.5.5:";;
1433+
short | recursive ) echo "Configuration of shadowsocks-libev 2.5.6:";;
14341434
esac
14351435
cat <<\_ACEOF
14361436

@@ -1567,7 +1567,7 @@ fi
15671567
test -n "$ac_init_help" && exit $ac_status
15681568
if $ac_init_version; then
15691569
cat <<\_ACEOF
1570-
shadowsocks-libev configure 2.5.5
1570+
shadowsocks-libev configure 2.5.6
15711571
generated by GNU Autoconf 2.69
15721572

15731573
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2090,7 +2090,7 @@ cat >config.log <<_ACEOF
20902090
This file contains any messages produced by compilers while
20912091
running configure, to aid debugging if configure makes a mistake.
20922092

2093-
It was created by shadowsocks-libev $as_me 2.5.5, which was
2093+
It was created by shadowsocks-libev $as_me 2.5.6, which was
20942094
generated by GNU Autoconf 2.69. Invocation command line was
20952095

20962096
$ $0 $@
@@ -4329,7 +4329,7 @@ fi
43294329

43304330
# Define the identity of the package.
43314331
PACKAGE='shadowsocks-libev'
4332-
VERSION='2.5.5'
4332+
VERSION='2.5.6'
43334333

43344334

43354335
cat >>confdefs.h <<_ACEOF
@@ -16778,7 +16778,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1677816778
# report actual input values of CONFIG_FILES etc. instead of their
1677916779
# values after options handling.
1678016780
ac_log="
16781-
This file was extended by shadowsocks-libev $as_me 2.5.5, which was
16781+
This file was extended by shadowsocks-libev $as_me 2.5.6, which was
1678216782
generated by GNU Autoconf 2.69. Invocation command line was
1678316783

1678416784
CONFIG_FILES = $CONFIG_FILES
@@ -16844,7 +16844,7 @@ _ACEOF
1684416844
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1684516845
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1684616846
ac_cs_version="\\
16847-
shadowsocks-libev config.status 2.5.5
16847+
shadowsocks-libev config.status 2.5.6
1684816848
configured by $0, generated by GNU Autoconf 2.69,
1684916849
with options \\"\$ac_cs_config\\"
1685016850

‎configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl -*- Autoconf -*-
22
dnl Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.67])
5-
AC_INIT([shadowsocks-libev], [2.5.5], [max.c.lv@gmail.com])
5+
AC_INIT([shadowsocks-libev], [2.5.6], [max.c.lv@gmail.com])
66
AC_CONFIG_SRCDIR([src/encrypt.c])
77
AC_CONFIG_HEADERS([config.h])
88
AC_CONFIG_AUX_DIR(auto)

‎debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
shadowsocks-libev (2.5.6-1) unstable; urgency=medium
2+
3+
* Add outbound ACL for server.
4+
* Refine log format.
5+
6+
-- Max Lv <max.c.lv@gmail.com> Tue, 01 Nov 2016 09:51:52 +0800
7+
18
shadowsocks-libev (2.5.5-1) unstable; urgency=medium
29

310
* Refine attack detection.

‎docker/alpine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM alpine
66
MAINTAINER kev <noreply@datageek.info>
77

8-
ARG SS_VER=2.5.5
8+
ARG SS_VER=2.5.6
99
ARG SS_URL=https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz
1010

1111
ENV SERVER_ADDR 0.0.0.0

‎rpm/genrpm.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ show_help()
77
echo
88
echo -e "Options:"
99
echo -e " -h show this help."
10-
echo -e " -v with argument version (2.5.5 by default)."
10+
echo -e " -v with argument version (2.5.6 by default)."
1111
echo -e " -f with argument format (tar.xz by default) used by git archive."
1212
echo
1313
echo -e "Examples:"
@@ -38,7 +38,7 @@ do
3838
esac
3939
done
4040

41-
: ${version:=2.5.5}
41+
: ${version:=2.5.6}
4242
: ${format:=tar.gz}
4343

4444
name="shadowsocks-libev"

0 commit comments

Comments
 (0)
Please sign in to comment.