diff --git a/CMakeLists.txt b/CMakeLists.txt index caef2592..7a869ebc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ cmake_minimum_required(VERSION 3.2) set(PROJECT_NAME shadowsocks-libev) -set(RELEASE_DATE 2017-3-21) -set(PROJECT_VERSION "3.0.5") +set(RELEASE_DATE 2017-4-26) +set(PROJECT_VERSION "3.0.6") set(PROJECT_DESC "a lightweight secured socks5 proxy") set(PROJECT_URL "https://shadowsocks.org") set(PROJECT_ISSUES_URL "https://github.com/shadowsocks/shadowsocks-libev") diff --git a/Changes b/Changes index 5b1a8706..9bc4948c 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +shadowsocks-libev (3.0.6-1) unstable; urgency=medium + + * Fix a bug with AEAD ciphers. + * Refine ACL support by @blackgear. + + -- Max Lv Wed, 26 Apr 2017 13:48:11 +0800 + shadowsocks-libev (3.0.5-1) unstable; urgency=medium * Fix a bug of TCP Fast Open in ss-redir. diff --git a/README.md b/README.md index c6b956b1..c9aa55f6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It is a port of [Shadowsocks](https://github.com/shadowsocks/shadowsocks) created by [@clowwindy](https://github.com/clowwindy), and maintained by [@madeye](https://github.com/madeye) and [@linusyang](https://github.com/linusyang). -Current version: 3.0.5 | [Changelog](debian/changelog) +Current version: 3.0.6 | [Changelog](debian/changelog) Travis CI: [![Travis CI](https://travis-ci.org/shadowsocks/shadowsocks-libev.svg?branch=master)](https://travis-ci.org/shadowsocks/shadowsocks-libev) diff --git a/configure.ac b/configure.ac index 5cd0446e..943bee16 100755 --- a/configure.ac +++ b/configure.ac @@ -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.5], [max.c.lv@gmail.com]) +AC_INIT([shadowsocks-libev], [3.0.6], [max.c.lv@gmail.com]) AC_CONFIG_SRCDIR([src/crypto.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR(auto) diff --git a/debian/changelog b/debian/changelog index 5b1a8706..9bc4948c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +shadowsocks-libev (3.0.6-1) unstable; urgency=medium + + * Fix a bug with AEAD ciphers. + * Refine ACL support by @blackgear. + + -- Max Lv Wed, 26 Apr 2017 13:48:11 +0800 + shadowsocks-libev (3.0.5-1) unstable; urgency=medium * Fix a bug of TCP Fast Open in ss-redir. diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile index 194545cf..3e701cbb 100644 --- a/docker/alpine/Dockerfile +++ b/docker/alpine/Dockerfile @@ -5,7 +5,7 @@ FROM alpine MAINTAINER kev -ARG SS_VER=3.0.5 +ARG SS_VER=3.0.6 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