Skip to content

Commit 6f1063b

Browse files
committed
bump version
1 parent 3807b57 commit 6f1063b

File tree

5 files changed

+19
-13
lines changed

5 files changed

+19
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It is a port of [shadowsocks](https://github.com/clowwindy/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: 1.5.0 | [![Build Status](https://travis-ci.org/madeye/shadowsocks-libev.png?branch=master)](https://travis-ci.org/madeye/shadowsocks-libev) | [Changelog](Changes)
14+
Current version: 1.5.1 | [![Build Status](https://travis-ci.org/madeye/shadowsocks-libev.png?branch=master)](https://travis-ci.org/madeye/shadowsocks-libev) | [Changelog](Changes)
1515

1616
Features
1717
--------

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

@@ -1325,7 +1325,7 @@ if test "$ac_init_help" = "long"; then
13251325
# Omit some internal or obsolete options to make the list less imposing.
13261326
# This message is too long to be a string in the A/UX 3.1 sh.
13271327
cat <<_ACEOF
1328-
\`configure' configures shadowsocks 1.5.0 to adapt to many kinds of systems.
1328+
\`configure' configures shadowsocks 1.5.1 to adapt to many kinds of systems.
13291329
13301330
Usage: $0 [OPTION]... [VAR=VALUE]...
13311331
@@ -1395,7 +1395,7 @@ fi
13951395

13961396
if test -n "$ac_init_help"; then
13971397
case $ac_init_help in
1398-
short | recursive ) echo "Configuration of shadowsocks 1.5.0:";;
1398+
short | recursive ) echo "Configuration of shadowsocks 1.5.1:";;
13991399
esac
14001400
cat <<\_ACEOF
14011401
@@ -1512,7 +1512,7 @@ fi
15121512
test -n "$ac_init_help" && exit $ac_status
15131513
if $ac_init_version; then
15141514
cat <<\_ACEOF
1515-
shadowsocks configure 1.5.0
1515+
shadowsocks configure 1.5.1
15161516
generated by GNU Autoconf 2.69
15171517
15181518
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2035,7 +2035,7 @@ cat >config.log <<_ACEOF
20352035
This file contains any messages produced by compilers while
20362036
running configure, to aid debugging if configure makes a mistake.
20372037
2038-
It was created by shadowsocks $as_me 1.5.0, which was
2038+
It was created by shadowsocks $as_me 1.5.1, which was
20392039
generated by GNU Autoconf 2.69. Invocation command line was
20402040
20412041
$ $0 $@
@@ -2856,7 +2856,7 @@ fi
28562856

28572857
# Define the identity of the package.
28582858
PACKAGE='shadowsocks'
2859-
VERSION='1.5.0'
2859+
VERSION='1.5.1'
28602860

28612861

28622862
cat >>confdefs.h <<_ACEOF
@@ -15526,7 +15526,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1552615526
# report actual input values of CONFIG_FILES etc. instead of their
1552715527
# values after options handling.
1552815528
ac_log="
15529-
This file was extended by shadowsocks $as_me 1.5.0, which was
15529+
This file was extended by shadowsocks $as_me 1.5.1, which was
1553015530
generated by GNU Autoconf 2.69. Invocation command line was
1553115531
1553215532
CONFIG_FILES = $CONFIG_FILES
@@ -15592,7 +15592,7 @@ _ACEOF
1559215592
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1559315593
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1559415594
ac_cs_version="\\
15595-
shadowsocks config.status 1.5.0
15595+
shadowsocks config.status 1.5.1
1559615596
configured by $0, generated by GNU Autoconf 2.69,
1559715597
with options \\"\$ac_cs_config\\"
1559815598

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
shadowsocks (1.5.1-1) unstable; urgency=low
2+
3+
* Fix a bug of tcp fast open.
4+
5+
-- Max Lv <max.c.lv@gmail.com> Sat, 08 Nov 2014 19:45:37 +0900
6+
17
shadowsocks (1.5.0-1) unstable; urgency=low
28

39
* Support to build static or shared library.

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:=1.5.0
4+
PKG_VERSION:=1.5.1
55
PKG_RELEASE=$(PKG_SOURCE_VERSION)
66

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

0 commit comments

Comments
 (0)