Skip to content

Commit 5114f43

Browse files
committed
bump version
1 parent 1268016 commit 5114f43

File tree

6 files changed

+20
-14
lines changed

6 files changed

+20
-14
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.2 | [![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.3 | [![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.68 for shadowsocks 1.5.2.
3+
# Generated by GNU Autoconf 2.68 for shadowsocks 1.5.3.
44
#
55
# Report bugs to <max.c.lv@gmail.com>.
66
#
@@ -570,8 +570,8 @@ MAKEFLAGS=
570570
# Identity of this package.
571571
PACKAGE_NAME='shadowsocks'
572572
PACKAGE_TARNAME='shadowsocks'
573-
PACKAGE_VERSION='1.5.2'
574-
PACKAGE_STRING='shadowsocks 1.5.2'
573+
PACKAGE_VERSION='1.5.3'
574+
PACKAGE_STRING='shadowsocks 1.5.3'
575575
PACKAGE_BUGREPORT='max.c.lv@gmail.com'
576576
PACKAGE_URL=''
577577

@@ -1307,7 +1307,7 @@ if test "$ac_init_help" = "long"; then
13071307
# Omit some internal or obsolete options to make the list less imposing.
13081308
# This message is too long to be a string in the A/UX 3.1 sh.
13091309
cat <<_ACEOF
1310-
\`configure' configures shadowsocks 1.5.2 to adapt to many kinds of systems.
1310+
\`configure' configures shadowsocks 1.5.3 to adapt to many kinds of systems.
13111311
13121312
Usage: $0 [OPTION]... [VAR=VALUE]...
13131313
@@ -1377,7 +1377,7 @@ fi
13771377

13781378
if test -n "$ac_init_help"; then
13791379
case $ac_init_help in
1380-
short | recursive ) echo "Configuration of shadowsocks 1.5.2:";;
1380+
short | recursive ) echo "Configuration of shadowsocks 1.5.3:";;
13811381
esac
13821382
cat <<\_ACEOF
13831383
@@ -1494,7 +1494,7 @@ fi
14941494
test -n "$ac_init_help" && exit $ac_status
14951495
if $ac_init_version; then
14961496
cat <<\_ACEOF
1497-
shadowsocks configure 1.5.2
1497+
shadowsocks configure 1.5.3
14981498
generated by GNU Autoconf 2.68
14991499
15001500
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2016,7 +2016,7 @@ cat >config.log <<_ACEOF
20162016
This file contains any messages produced by compilers while
20172017
running configure, to aid debugging if configure makes a mistake.
20182018
2019-
It was created by shadowsocks $as_me 1.5.2, which was
2019+
It was created by shadowsocks $as_me 1.5.3, which was
20202020
generated by GNU Autoconf 2.68. Invocation command line was
20212021
20222022
$ $0 $@
@@ -2837,7 +2837,7 @@ fi
28372837

28382838
# Define the identity of the package.
28392839
PACKAGE='shadowsocks'
2840-
VERSION='1.5.2'
2840+
VERSION='1.5.3'
28412841

28422842

28432843
cat >>confdefs.h <<_ACEOF
@@ -15533,7 +15533,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1553315533
# report actual input values of CONFIG_FILES etc. instead of their
1553415534
# values after options handling.
1553515535
ac_log="
15536-
This file was extended by shadowsocks $as_me 1.5.2, which was
15536+
This file was extended by shadowsocks $as_me 1.5.3, which was
1553715537
generated by GNU Autoconf 2.68. Invocation command line was
1553815538
1553915539
CONFIG_FILES = $CONFIG_FILES
@@ -15599,7 +15599,7 @@ _ACEOF
1559915599
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1560015600
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1560115601
ac_cs_version="\\
15602-
shadowsocks config.status 1.5.2
15602+
shadowsocks config.status 1.5.3
1560315603
configured by $0, generated by GNU Autoconf 2.68,
1560415604
with options \\"\$ac_cs_config\\"
1560515605

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.2], [max.c.lv@gmail.com])
5+
AC_INIT([shadowsocks], [1.5.3], [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.3-1) unstable; urgency=low
2+
3+
* Fix log on Win32.
4+
5+
-- Max Lv <max.c.lv@gmail.com> Fri, 14 Nov 2014 09:10:06 +0800
6+
17
shadowsocks (1.5.2-1) unstable; urgency=low
28

39
* Handle SIGTERM and SIGKILL nicely.

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

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

src/redir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,8 @@ static void accept_cb(EV_P_ ev_io *w, int revents)
587587
}
588588

589589
setnonblocking(clientfd);
590-
int opt = 1;
591590
#ifdef SO_NOSIGPIPE
591+
int opt = 1;
592592
setsockopt(clientfd, SOL_SOCKET, SO_NOSIGPIPE, &opt, sizeof(opt));
593593
#endif
594594

0 commit comments

Comments
 (0)