forked from clowwindy/shadowsocks-libev
-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
shadowsocks-libev (3.0.8-1) unstable; urgency=medium | ||
|
||
* Refine the ping-pong bloom filter. | ||
* Minor bug fixes by @vfreex, @vlolteanu and @jackyyf. | ||
|
||
-- Max Lv <[email protected]> Thu, 27 Jul 2017 11:01:37 +0800 | ||
|
||
shadowsocks-libev (3.0.7-1) unstable; urgency=medium | ||
|
||
* Refine manager mode by @mengxd. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ dnl -*- Autoconf -*- | |
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.67]) | ||
AC_INIT([shadowsocks-libev], [3.0.7], [[email protected]]) | ||
AC_INIT([shadowsocks-libev], [3.0.8], [[email protected]]) | ||
AC_CONFIG_SRCDIR([src/crypto.c]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
AC_CONFIG_AUX_DIR(auto) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
shadowsocks-libev (3.0.8-1) unstable; urgency=medium | ||
|
||
* Refine the ping-pong bloom filter. | ||
* Minor bug fixes by @vfreex, @vlolteanu and @jackyyf. | ||
|
||
-- Max Lv <[email protected]> Thu, 27 Jul 2017 11:01:37 +0800 | ||
|
||
shadowsocks-libev (3.0.7-1) unstable; urgency=medium | ||
|
||
* Refine manager mode by @mengxd. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FROM alpine | ||
MAINTAINER kev <[email protected]> | ||
|
||
ARG SS_VER=3.0.7 | ||
ARG SS_VER=3.0.8 | ||
ARG SS_URL=https://github.com/shadowsocks/shadowsocks-libev/releases/download/v$SS_VER/shadowsocks-libev-$SS_VER.tar.gz | ||
|
||
ENV SERVER_ADDR 0.0.0.0 | ||
|