Skip to content

Commit 346ab1b

Browse files
committed
Bump version
1 parent 5da991a commit 346ab1b

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
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 2019-08-09)
5-
set(PROJECT_VERSION "3.3.1")
4+
set(RELEASE_DATE 2019-10-12)
5+
set(PROJECT_VERSION "3.3.2")
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

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
shadowsocks-libev (3.3.2-1) unstable; urgency=medium
2+
3+
* Refine the handling of fragment request.
4+
* Minor bug fixes. (#2463, #2481, #2508)
5+
6+
-- Max Lv <[email protected]> Sat, 12 Oct 2019 08:42:24 +0800
7+
18
shadowsocks-libev (3.3.1-1) unstable; urgency=high
29

310
* Fix a high CPU bug introduced in 3.3.0. (#2449)

README.md

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

14-
Current version: 3.3.1 | [Changelog](debian/changelog)
14+
Current version: 3.3.2 | [Changelog](debian/changelog)
1515

1616
## Features
1717

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

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
shadowsocks-libev (3.3.2-1) unstable; urgency=medium
2+
3+
* Refine the handling of fragment request.
4+
* Minor bug fixes. (#2463, #2481, #2508)
5+
6+
-- Max Lv <[email protected]> Sat, 12 Oct 2019 08:42:24 +0800
7+
18
shadowsocks-libev (3.3.1-1) unstable; urgency=high
29

310
* Fix a high CPU bug introduced in 3.3.0. (#2449)

snap/snapcraft.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
base: core18
22
name: shadowsocks-libev
3-
version: 3.3.1-1
3+
version: 3.3.2-1
44
summary: libev port of shadowsocks
55
description: |
66
Shadowsocks-libev is a lightweight and secure SOCKS5 proxy for embedded
@@ -40,7 +40,7 @@ passthrough:
4040
parts:
4141
shadowsocks-libev:
4242
plugin: autotools
43-
source: https://github.com/shadowsocks/shadowsocks-libev/releases/download/v3.3.1/shadowsocks-libev-3.3.1.tar.gz
43+
source: https://github.com/shadowsocks/shadowsocks-libev/releases/download/v3.3.2/shadowsocks-libev-3.3.2.tar.gz
4444
build-packages:
4545
- libpcre3-dev
4646
- asciidoc

0 commit comments

Comments
 (0)