Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Jun 27, 2017
1 parent 42ce345 commit c11b2c0
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.2)

set(PROJECT_NAME shadowsocks-libev)
set(RELEASE_DATE 2017-4-26)
set(PROJECT_VERSION "3.0.6")
set(RELEASE_DATE 2017-6-27)
set(PROJECT_VERSION "3.0.7")
set(PROJECT_DESC "a lightweight secured socks5 proxy")
set(PROJECT_URL "https://shadowsocks.org")
set(PROJECT_ISSUES_URL "https://github.com/shadowsocks/shadowsocks-libev")
Expand Down
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
shadowsocks-libev (3.0.7-1) unstable; urgency=medium

* Refine manager mode by @mengxd.
* Fix a potential memory leak by @vlolteanu.

-- Max Lv <[email protected]> Tue, 27 Jun 2017 14:08:27 +0800

shadowsocks-libev (3.0.6-1) unstable; urgency=medium

* Fix a bug with AEAD ciphers.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6 | [Changelog](debian/changelog)
Current version: 3.0.7 | [Changelog](debian/changelog)

Travis CI: [![Travis CI](https://travis-ci.org/shadowsocks/shadowsocks-libev.svg?branch=master)](https://travis-ci.org/shadowsocks/shadowsocks-libev)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.6], [[email protected]])
AC_INIT([shadowsocks-libev], [3.0.7], [[email protected]])
AC_CONFIG_SRCDIR([src/crypto.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(auto)
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
shadowsocks-libev (3.0.7-1) unstable; urgency=medium

* Refine manager mode by @mengxd.
* Fix a potential memory leak by @vlolteanu.

-- Max Lv <[email protected]> Tue, 27 Jun 2017 14:08:27 +0800

shadowsocks-libev (3.0.6-1) unstable; urgency=medium

* Fix a bug with AEAD ciphers.
Expand Down
2 changes: 1 addition & 1 deletion docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM alpine
MAINTAINER kev <[email protected]>

ARG SS_VER=3.0.6
ARG SS_VER=3.0.7
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
Expand Down

0 comments on commit c11b2c0

Please sign in to comment.