Skip to content

Commit c9159fc

Browse files
committed
Bump version
1 parent 404ec62 commit c9159fc

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmake_minimum_required(VERSION 3.2)
22

33
set(PROJECT_NAME shadowsocks-libev)
4-
set(RELEASE_DATE 2018-11-28)
5-
set(PROJECT_VERSION "3.2.3")
4+
set(RELEASE_DATE 2019-02-26)
5+
set(PROJECT_VERSION "3.2.4")
66
set(PROJECT_DESC "a lightweight secured socks5 proxy")
77
set(PROJECT_URL "https://shadowsocks.org")
88
set(PROJECT_ISSUES_URL "https://github.com/shadowsocks/shadowsocks-libev")

Changes

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
shadowsocks-libev (3.2.4-1) unstable; urgency=medium
2+
3+
* Fix a crash with MinGW.
4+
* Refine SIP003 plugin interface.
5+
* Remove connection timeout from all clients.
6+
7+
-- Max Lv <[email protected]> Tue, 26 Feb 2019 09:40:18 +0800
8+
19
shadowsocks-libev (3.2.3-1) unstable; urgency=medium
210

311
* Fix the alignment issue again.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It is a port of [Shadowsocks](https://github.com/shadowsocks/shadowsocks)
99
created by [@clowwindy](https://github.com/clowwindy), and maintained by
1010
[@madeye](https://github.com/madeye) and [@linusyang](https://github.com/linusyang).
1111

12-
Current version: 3.2.3 | [Changelog](debian/changelog)
12+
Current version: 3.2.4 | [Changelog](debian/changelog)
1313

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

configure.ac

+1-1
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], [3.2.3], [[email protected]])
5+
AC_INIT([shadowsocks-libev], [3.2.4], [[email protected]])
66
AC_CONFIG_SRCDIR([src/crypto.c])
77
AC_CONFIG_HEADERS([config.h])
88
AC_CONFIG_AUX_DIR(auto)

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
shadowsocks-libev (3.2.4-1) unstable; urgency=medium
2+
3+
* Fix a crash with MinGW.
4+
* Refine SIP003 plugin interface.
5+
* Remove connection timeout from all clients.
6+
7+
-- Max Lv <[email protected]> Tue, 26 Feb 2019 09:40:18 +0800
8+
19
shadowsocks-libev (3.2.3-1) unstable; urgency=medium
210

311
* Fix the alignment issue again.

0 commit comments

Comments
 (0)