From 346ab1be4717e26d641635d6f3ece14899688c49 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Sat, 12 Oct 2019 15:20:52 +0800 Subject: [PATCH] Bump version --- CMakeLists.txt | 4 ++-- Changes | 7 +++++++ README.md | 2 +- configure.ac | 2 +- debian/changelog | 7 +++++++ snap/snapcraft.yaml | 4 ++-- 6 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cca10d6..c8c1467d 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 2019-08-09) -set(PROJECT_VERSION "3.3.1") +set(RELEASE_DATE 2019-10-12) +set(PROJECT_VERSION "3.3.2") 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 b6eb6192..38936c40 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +shadowsocks-libev (3.3.2-1) unstable; urgency=medium + + * Refine the handling of fragment request. + * Minor bug fixes. (#2463, #2481, #2508) + + -- Max Lv Sat, 12 Oct 2019 08:42:24 +0800 + shadowsocks-libev (3.3.1-1) unstable; urgency=high * Fix a high CPU bug introduced in 3.3.0. (#2449) diff --git a/README.md b/README.md index 416acdbe..e2ef2982 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,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.3.1 | [Changelog](debian/changelog) +Current version: 3.3.2 | [Changelog](debian/changelog) ## Features diff --git a/configure.ac b/configure.ac index 81c3c97e..1772ee6c 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.3.1], [max.c.lv@gmail.com]) +AC_INIT([shadowsocks-libev], [3.3.2], [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 b6eb6192..38936c40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +shadowsocks-libev (3.3.2-1) unstable; urgency=medium + + * Refine the handling of fragment request. + * Minor bug fixes. (#2463, #2481, #2508) + + -- Max Lv Sat, 12 Oct 2019 08:42:24 +0800 + shadowsocks-libev (3.3.1-1) unstable; urgency=high * Fix a high CPU bug introduced in 3.3.0. (#2449) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 5b841eb7..9280c791 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ base: core18 name: shadowsocks-libev -version: 3.3.1-1 +version: 3.3.2-1 summary: libev port of shadowsocks description: | Shadowsocks-libev is a lightweight and secure SOCKS5 proxy for embedded @@ -40,7 +40,7 @@ passthrough: parts: shadowsocks-libev: plugin: autotools - source: https://github.com/shadowsocks/shadowsocks-libev/releases/download/v3.3.1/shadowsocks-libev-3.3.1.tar.gz + source: https://github.com/shadowsocks/shadowsocks-libev/releases/download/v3.3.2/shadowsocks-libev-3.3.2.tar.gz build-packages: - libpcre3-dev - asciidoc