Skip to content

Commit 50f8055

Browse files
committed
bump version
1 parent d5765a8 commit 50f8055

File tree

5 files changed

+19
-13
lines changed

5 files changed

+19
-13
lines changed

README.md

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

14-
Current version: 2.2.0 | [Changelog](Changes)
14+
Current version: 2.2.1 | [Changelog](Changes)
1515

1616
Travis CI: [![Travis CI](https://travis-ci.org/shadowsocks/shadowsocks-libev.png?branch=master)](https://travis-ci.org/shadowsocks/shadowsocks-libev) | Jenkins Matrix: [![Jenkins](https://jenkins.shadowvpn.org/buildStatus/icon?job=Shadowsocks-libev)](https://jenkins.shadowvpn.org/job/Shadowsocks-libev/)
1717

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.2.0.
3+
# Generated by GNU Autoconf 2.69 for shadowsocks-libev 2.2.1.
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.2.0'
594-
PACKAGE_STRING='shadowsocks-libev 2.2.0'
593+
PACKAGE_VERSION='2.2.1'
594+
PACKAGE_STRING='shadowsocks-libev 2.2.1'
595595
PACKAGE_BUGREPORT='max.c.lv@gmail.com'
596596
PACKAGE_URL=''
597597

@@ -1336,7 +1336,7 @@ if test "$ac_init_help" = "long"; then
13361336
# Omit some internal or obsolete options to make the list less imposing.
13371337
# This message is too long to be a string in the A/UX 3.1 sh.
13381338
cat <<_ACEOF
1339-
\`configure' configures shadowsocks-libev 2.2.0 to adapt to many kinds of systems.
1339+
\`configure' configures shadowsocks-libev 2.2.1 to adapt to many kinds of systems.
13401340

13411341
Usage: $0 [OPTION]... [VAR=VALUE]...
13421342

@@ -1407,7 +1407,7 @@ fi
14071407

14081408
if test -n "$ac_init_help"; then
14091409
case $ac_init_help in
1410-
short | recursive ) echo "Configuration of shadowsocks-libev 2.2.0:";;
1410+
short | recursive ) echo "Configuration of shadowsocks-libev 2.2.1:";;
14111411
esac
14121412
cat <<\_ACEOF
14131413

@@ -1528,7 +1528,7 @@ fi
15281528
test -n "$ac_init_help" && exit $ac_status
15291529
if $ac_init_version; then
15301530
cat <<\_ACEOF
1531-
shadowsocks-libev configure 2.2.0
1531+
shadowsocks-libev configure 2.2.1
15321532
generated by GNU Autoconf 2.69
15331533

15341534
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2051,7 +2051,7 @@ cat >config.log <<_ACEOF
20512051
This file contains any messages produced by compilers while
20522052
running configure, to aid debugging if configure makes a mistake.
20532053

2054-
It was created by shadowsocks-libev $as_me 2.2.0, which was
2054+
It was created by shadowsocks-libev $as_me 2.2.1, which was
20552055
generated by GNU Autoconf 2.69. Invocation command line was
20562056

20572057
$ $0 $@
@@ -2872,7 +2872,7 @@ fi
28722872

28732873
# Define the identity of the package.
28742874
PACKAGE='shadowsocks-libev'
2875-
VERSION='2.2.0'
2875+
VERSION='2.2.1'
28762876

28772877

28782878
cat >>confdefs.h <<_ACEOF
@@ -15636,7 +15636,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1563615636
# report actual input values of CONFIG_FILES etc. instead of their
1563715637
# values after options handling.
1563815638
ac_log="
15639-
This file was extended by shadowsocks-libev $as_me 2.2.0, which was
15639+
This file was extended by shadowsocks-libev $as_me 2.2.1, which was
1564015640
generated by GNU Autoconf 2.69. Invocation command line was
1564115641

1564215642
CONFIG_FILES = $CONFIG_FILES
@@ -15702,7 +15702,7 @@ _ACEOF
1570215702
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1570315703
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1570415704
ac_cs_version="\\
15705-
shadowsocks-libev config.status 2.2.0
15705+
shadowsocks-libev config.status 2.2.1
1570615706
configured by $0, generated by GNU Autoconf 2.69,
1570715707
with options \\"\$ac_cs_config\\"
1570815708

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.2.0], [max.c.lv@gmail.com])
5+
AC_INIT([shadowsocks-libev], [2.2.1], [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

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
shadowsocks-libev (2.2.1-1) unstable; urgency=low
2+
3+
* Fix an issue of UDP relay.
4+
5+
-- Max Lv <max.c.lv@gmail.com> Sun, 10 May 2015 21:23:44 +0900
6+
17
shadowsocks-libev (2.2.0-1) unstable; urgency=low
28

39
* Add TPROXY support in redir mode.

openwrt/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=shadowsocks-libev
4-
PKG_VERSION:=2.1.4
4+
PKG_VERSION:=2.2.1
55
PKG_RELEASE=$(PKG_SOURCE_VERSION)
66

77
PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-libev/archive

0 commit comments

Comments
 (0)