Skip to content

Commit 2a15e97

Browse files
committed
bump version
1 parent cf222a9 commit 2a15e97

28 files changed

+49
-46
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.3 | [![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.4 | [![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.3.
3+
# Generated by GNU Autoconf 2.69 for shadowsocks-libev 1.6.4.
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.3'
594-
PACKAGE_STRING='shadowsocks-libev 1.6.3'
593+
PACKAGE_VERSION='1.6.4'
594+
PACKAGE_STRING='shadowsocks-libev 1.6.4'
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.3 to adapt to many kinds of systems.
1339+
\`configure' configures shadowsocks-libev 1.6.4 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.3:";;
1410+
short | recursive ) echo "Configuration of shadowsocks-libev 1.6.4:";;
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.3
1531+
shadowsocks-libev configure 1.6.4
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.3, which was
2054+
It was created by shadowsocks-libev $as_me 1.6.4, 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.3'
2875+
VERSION='1.6.4'
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.3, which was
15639+
This file was extended by shadowsocks-libev $as_me 1.6.4, 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.3
15705+
shadowsocks-libev config.status 1.6.4
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.3], [[email protected]])
5+
AC_INIT([shadowsocks-libev], [1.6.4], [[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.4-1) unstable; urgency=low
2+
3+
* Update documents.
4+
5+
-- Max Lv <[email protected]> Wed, 07 Jan 2015 21:48:58 +0900
6+
17
shadowsocks-libev (1.6.3-1) unstable; urgency=low
28

39
* Refine 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:=1.6.3
4+
PKG_VERSION:=1.6.4
55
PKG_RELEASE=$(PKG_SOURCE_VERSION)
66

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

src/acl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* acl.c - Manage the ACL (Access Control List)
33
*
4-
* Copyright (C) 2013 - 2014, Max Lv <[email protected]>
4+
* Copyright (C) 2013 - 2015, Max Lv <[email protected]>
55
*
66
* This file is part of the shadowsocks-libev.
77
*

src/acl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* acl.h - Define the ACL interface
33
*
4-
* Copyright (C) 2013 - 2014, Max Lv <[email protected]>
4+
* Copyright (C) 2013 - 2015, Max Lv <[email protected]>
55
*
66
* This file is part of the shadowsocks-libev.
77
*

src/cache.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* cache.c - Manage the connection cache for UDPRELAY
33
*
4-
* Copyright (C) 2013 - 2014, Max Lv <[email protected]>
4+
* Copyright (C) 2013 - 2015, Max Lv <[email protected]>
55
*
66
* This file is part of the shadowsocks-libev.
77
*
@@ -44,7 +44,7 @@
4444
@return EINVAL if dst is NULL, ENOMEM if malloc fails, 0 otherwise
4545
*/
4646
int cache_create(struct cache **dst, const size_t capacity,
47-
void (*free_cb) (void *element))
47+
void (*free_cb)(void *element))
4848
{
4949
struct cache *new = NULL;
5050

src/cache.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* cache.c - Define the cache manager interface
33
*
4-
* Copyright (C) 2013 - 2014, Max Lv <[email protected]>
4+
* Copyright (C) 2013 - 2015, Max Lv <[email protected]>
55
*
66
* This file is part of the shadowsocks-libev.
77
*
@@ -52,7 +52,7 @@ struct cache {
5252

5353

5454
extern int cache_create(struct cache **dst, const size_t capacity,
55-
void (*free_cb) (void *element));
55+
void (*free_cb)(void *element));
5656
extern int cache_delete(struct cache *cache, int keep_data);
5757
extern int cache_lookup(struct cache *cache, char *key, void *result);
5858
extern int cache_insert(struct cache *cache, char *key, void *data);

src/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* common.h - Provide global definitions
33
*
4-
* Copyright (C) 2013 - 2014, Max Lv <[email protected]>
4+
* Copyright (C) 2013 - 2015, Max Lv <[email protected]>
55
*
66
* This file is part of the shadowsocks-libev.
77
* shadowsocks-libev is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)