Browse Source

Bump version

pull/2304/head v3.2.4
Max Lv 5 years ago
parent
commit
c9159fc927
5 changed files with 20 additions and 4 deletions
  1. 4
      CMakeLists.txt
  2. 8
      Changes
  3. 2
      README.md
  4. 2
      configure.ac
  5. 8
      debian/changelog

4
CMakeLists.txt

@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.2) cmake_minimum_required(VERSION 3.2)
set(PROJECT_NAME shadowsocks-libev) set(PROJECT_NAME shadowsocks-libev)
set(RELEASE_DATE 2018-11-28)
set(PROJECT_VERSION "3.2.3")
set(RELEASE_DATE 2019-02-26)
set(PROJECT_VERSION "3.2.4")
set(PROJECT_DESC "a lightweight secured socks5 proxy") set(PROJECT_DESC "a lightweight secured socks5 proxy")
set(PROJECT_URL "https://shadowsocks.org") set(PROJECT_URL "https://shadowsocks.org")
set(PROJECT_ISSUES_URL "https://github.com/shadowsocks/shadowsocks-libev") set(PROJECT_ISSUES_URL "https://github.com/shadowsocks/shadowsocks-libev")

8
Changes

@ -1,3 +1,11 @@
shadowsocks-libev (3.2.4-1) unstable; urgency=medium
* Fix a crash with MinGW.
* Refine SIP003 plugin interface.
* Remove connection timeout from all clients.
-- Max Lv <max.c.lv@gmail.com> Tue, 26 Feb 2019 09:40:18 +0800
shadowsocks-libev (3.2.3-1) unstable; urgency=medium shadowsocks-libev (3.2.3-1) unstable; urgency=medium
* Fix the alignment issue again. * Fix the alignment issue again.

2
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 created by [@clowwindy](https://github.com/clowwindy), and maintained by
[@madeye](https://github.com/madeye) and [@linusyang](https://github.com/linusyang). [@madeye](https://github.com/madeye) and [@linusyang](https://github.com/linusyang).
Current version: 3.2.3 | [Changelog](debian/changelog)
Current version: 3.2.4 | [Changelog](debian/changelog)
Travis CI: [![Travis CI](https://travis-ci.org/shadowsocks/shadowsocks-libev.svg?branch=master)](https://travis-ci.org/shadowsocks/shadowsocks-libev) Travis CI: [![Travis CI](https://travis-ci.org/shadowsocks/shadowsocks-libev.svg?branch=master)](https://travis-ci.org/shadowsocks/shadowsocks-libev)

2
configure.ac

@ -2,7 +2,7 @@ dnl -*- Autoconf -*-
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67]) AC_PREREQ([2.67])
AC_INIT([shadowsocks-libev], [3.2.3], [max.c.lv@gmail.com])
AC_INIT([shadowsocks-libev], [3.2.4], [max.c.lv@gmail.com])
AC_CONFIG_SRCDIR([src/crypto.c]) AC_CONFIG_SRCDIR([src/crypto.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(auto) AC_CONFIG_AUX_DIR(auto)

8
debian/changelog

@ -1,3 +1,11 @@
shadowsocks-libev (3.2.4-1) unstable; urgency=medium
* Fix a crash with MinGW.
* Refine SIP003 plugin interface.
* Remove connection timeout from all clients.
-- Max Lv <max.c.lv@gmail.com> Tue, 26 Feb 2019 09:40:18 +0800
shadowsocks-libev (3.2.3-1) unstable; urgency=medium shadowsocks-libev (3.2.3-1) unstable; urgency=medium
* Fix the alignment issue again. * Fix the alignment issue again.

Loading…
Cancel
Save