Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Feb 1, 2017
1 parent 1133a01 commit 4d25f17
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
shadowsocks-libev (3.0.0-1) unstable; urgency=medium

* Deprecate dependencies of OpenSSL and PolarSSL.
* Deprecate OTA (One-Time-Auth).
* Add new ciphers for SIP004: aes-128-gcm, aes-192-gcm, aes-256-gcm,
chacha20-poly1305 and chacha20-ieft-poly1305.
* Refine SIP003 to support standalone mode of obfsproxy.

-- Max Lv <max.c.lv@gmail.com> Wed, 01 Feb 2017 19:10:14 +0800

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

* Refine the project structure.
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: 2.6.3 | [Changelog](debian/changelog)
Current version: 3.0.0 | [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], [2.6.3], [max.c.lv@gmail.com])
AC_INIT([shadowsocks-libev], [3.0.0], [max.c.lv@gmail.com])
AC_CONFIG_SRCDIR([src/crypto.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(auto)
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
shadowsocks-libev (3.0.0-1) unstable; urgency=medium

* Deprecate dependencies of OpenSSL and PolarSSL.
* Deprecate OTA (One-Time-Auth).
* Add new ciphers for SIP004: aes-128-gcm, aes-192-gcm, aes-256-gcm,
chacha20-poly1305 and chacha20-ieft-poly1305.
* Refine SIP003 to support standalone mode of obfsproxy.

-- Max Lv <max.c.lv@gmail.com> Wed, 01 Feb 2017 19:10:14 +0800

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

* Refine the project structure.
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 <noreply@datageek.info>

ARG SS_VER=2.6.3
ARG SS_VER=3.0.0
ARG SS_URL=https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz

ENV SERVER_ADDR 0.0.0.0
Expand Down
4 changes: 2 additions & 2 deletions rpm/genrpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ show_help()
echo
echo -e "Options:"
echo -e " -h show this help."
echo -e " -v with argument version (2.6.3 by default)."
echo -e " -v with argument version (3.0.0 by default)."
echo -e " -f with argument format (tar.xz by default) used by git archive."
echo
echo -e "Examples:"
Expand Down Expand Up @@ -38,7 +38,7 @@ do
esac
done

: ${version:=2.6.3}
: ${version:=3.0.0}
: ${format:=tar.gz}

name="shadowsocks-libev"
Expand Down

0 comments on commit 4d25f17

Please sign in to comment.