Skip to content

Commit ccb48fa

Browse files
committed
Bump version
1 parent 2f26412 commit ccb48fa

File tree

6 files changed

+27
-13
lines changed

6 files changed

+27
-13
lines changed

Changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
shadowsocks-libev (2.4.8-1) unstable; urgency=low
2+
3+
* Update manual pages with asciidoc.
4+
* Fix issues of bind_address option.
5+
6+
-- Max Lv <max.c.lv@gmail.com> Wed, 20 Jul 2016 09:25:50 +0800
7+
18
shadowsocks-libev (2.4.7-1) unstable; urgency=low
29

310
* Add ss-nat, a helper script to set up NAT rules for ss-redir.

README.md

Lines changed: 1 addition & 1 deletion
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.4.7 | [Changelog](debian/changelog)
12+
Current version: 2.4.8 | [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

Lines changed: 10 additions & 10 deletions
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.4.7.
3+
# Generated by GNU Autoconf 2.69 for shadowsocks-libev 2.4.8.
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.4.7'
594-
PACKAGE_STRING='shadowsocks-libev 2.4.7'
593+
PACKAGE_VERSION='2.4.8'
594+
PACKAGE_STRING='shadowsocks-libev 2.4.8'
595595
PACKAGE_BUGREPORT='max.c.lv@gmail.com'
596596
PACKAGE_URL=''
597597

@@ -1354,7 +1354,7 @@ if test "$ac_init_help" = "long"; then
13541354
# Omit some internal or obsolete options to make the list less imposing.
13551355
# This message is too long to be a string in the A/UX 3.1 sh.
13561356
cat <<_ACEOF
1357-
\`configure' configures shadowsocks-libev 2.4.7 to adapt to many kinds of systems.
1357+
\`configure' configures shadowsocks-libev 2.4.8 to adapt to many kinds of systems.
13581358

13591359
Usage: $0 [OPTION]... [VAR=VALUE]...
13601360

@@ -1425,7 +1425,7 @@ fi
14251425

14261426
if test -n "$ac_init_help"; then
14271427
case $ac_init_help in
1428-
short | recursive ) echo "Configuration of shadowsocks-libev 2.4.7:";;
1428+
short | recursive ) echo "Configuration of shadowsocks-libev 2.4.8:";;
14291429
esac
14301430
cat <<\_ACEOF
14311431

@@ -1561,7 +1561,7 @@ fi
15611561
test -n "$ac_init_help" && exit $ac_status
15621562
if $ac_init_version; then
15631563
cat <<\_ACEOF
1564-
shadowsocks-libev configure 2.4.7
1564+
shadowsocks-libev configure 2.4.8
15651565
generated by GNU Autoconf 2.69
15661566

15671567
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2084,7 +2084,7 @@ cat >config.log <<_ACEOF
20842084
This file contains any messages produced by compilers while
20852085
running configure, to aid debugging if configure makes a mistake.
20862086

2087-
It was created by shadowsocks-libev $as_me 2.4.7, which was
2087+
It was created by shadowsocks-libev $as_me 2.4.8, which was
20882088
generated by GNU Autoconf 2.69. Invocation command line was
20892089

20902090
$ $0 $@
@@ -4323,7 +4323,7 @@ fi
43234323

43244324
# Define the identity of the package.
43254325
PACKAGE='shadowsocks-libev'
4326-
VERSION='2.4.7'
4326+
VERSION='2.4.8'
43274327

43284328

43294329
cat >>confdefs.h <<_ACEOF
@@ -16458,7 +16458,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1645816458
# report actual input values of CONFIG_FILES etc. instead of their
1645916459
# values after options handling.
1646016460
ac_log="
16461-
This file was extended by shadowsocks-libev $as_me 2.4.7, which was
16461+
This file was extended by shadowsocks-libev $as_me 2.4.8, which was
1646216462
generated by GNU Autoconf 2.69. Invocation command line was
1646316463

1646416464
CONFIG_FILES = $CONFIG_FILES
@@ -16524,7 +16524,7 @@ _ACEOF
1652416524
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1652516525
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1652616526
ac_cs_version="\\
16527-
shadowsocks-libev config.status 2.4.7
16527+
shadowsocks-libev config.status 2.4.8
1652816528
configured by $0, generated by GNU Autoconf 2.69,
1652916529
with options \\"\$ac_cs_config\\"
1653016530

configure.ac

Lines changed: 1 addition & 1 deletion
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.4.7], [max.c.lv@gmail.com])
5+
AC_INIT([shadowsocks-libev], [2.4.8], [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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
shadowsocks-libev (2.4.8-1) unstable; urgency=low
2+
3+
* Update manual pages with asciidoc.
4+
* Fix issues of bind_address option.
5+
6+
-- Max Lv <max.c.lv@gmail.com> Wed, 20 Jul 2016 09:25:50 +0800
7+
18
shadowsocks-libev (2.4.7-1) unstable; urgency=low
29

310
* Add ss-nat, a helper script to set up NAT rules for ss-redir.

openwrt/Makefile

Lines changed: 1 addition & 1 deletion
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.4.7
4+
PKG_VERSION:=2.4.8
55
PKG_RELEASE=$(PKG_SOURCE_VERSION)
66

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

0 commit comments

Comments
 (0)