Skip to content

Commit 6dac73f

Browse files
committed
bump version
1 parent 7fc0a13 commit 6dac73f

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/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: 1.6.1 | [![Build Status](https://travis-ci.org/shadowsocks/shadowsocks-libev.png?branch=master)](https://travis-ci.org/shadowsocks/shadowsocks-libev) | [Changelog](Changes)
14+
Current version: 1.6.3 | [![Build Status](https://travis-ci.org/shadowsocks/shadowsocks-libev.png?branch=master)](https://travis-ci.org/shadowsocks/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-libev 1.6.2.
3+
# Generated by GNU Autoconf 2.69 for shadowsocks-libev 1.6.3.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='shadowsocks-libev'
592592
PACKAGE_TARNAME='shadowsocks-libev'
593-
PACKAGE_VERSION='1.6.2'
594-
PACKAGE_STRING='shadowsocks-libev 1.6.2'
593+
PACKAGE_VERSION='1.6.3'
594+
PACKAGE_STRING='shadowsocks-libev 1.6.3'
595595
PACKAGE_BUGREPORT='[email protected]'
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 1.6.2 to adapt to many kinds of systems.
1339+
\`configure' configures shadowsocks-libev 1.6.3 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 1.6.2:";;
1410+
short | recursive ) echo "Configuration of shadowsocks-libev 1.6.3:";;
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 1.6.2
1531+
shadowsocks-libev configure 1.6.3
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 1.6.2, which was
2054+
It was created by shadowsocks-libev $as_me 1.6.3, 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='1.6.2'
2875+
VERSION='1.6.3'
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 1.6.2, which was
15639+
This file was extended by shadowsocks-libev $as_me 1.6.3, 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 1.6.2
15705+
shadowsocks-libev config.status 1.6.3
1570615706
configured by $0, generated by GNU Autoconf 2.69,
1570715707
with options \\"\$ac_cs_config\\"
1570815708

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], [1.6.2], [[email protected]])
5+
AC_INIT([shadowsocks-libev], [1.6.3], [[email protected]])
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-libev (1.6.3-1) unstable; urgency=low
2+
3+
* Refine ss-redir.
4+
5+
-- Max Lv <[email protected]> Sun, 04 Jan 2015 19:23:52 +0900
6+
17
shadowsocks-libev (1.6.2-1) unstable; urgency=low
28

39
* Fix some build issues.

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

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

0 commit comments

Comments
 (0)