Skip to content

Commit 72d7d92

Browse files
committed
Bump version
1 parent f1b185e commit 72d7d92

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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-10-31)
5-
set(PROJECT_VERSION "3.3.3")
4+
set(RELEASE_DATE 2020-01-10)
5+
set(PROJECT_VERSION "3.3.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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
shadowsocks-libev (3.3.4-1) unstable; urgency=medium
2+
3+
* Minor bug fixes. (#2539, #2565, #2566, #2577)
4+
* Security bug fixes. (CVE-2019-5163, CVE-2019-5164)
5+
6+
-- Max Lv <max.c.lv@gmail.com> Fri, 10 Jan 2020 09:28:25 +0800
7+
18
shadowsocks-libev (3.3.3-1) unstable; urgency=medium
29

310
* Refine the handling of suspicious connections.

README.md

Lines changed: 1 addition & 1 deletion
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.3 | [Changelog](debian/changelog)
14+
Current version: 3.3.4 | [Changelog](debian/changelog)
1515

1616
## Features
1717

configure.ac

Lines changed: 1 addition & 1 deletion
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.3], [max.c.lv@gmail.com])
5+
AC_INIT([shadowsocks-libev], [3.3.4], [max.c.lv@gmail.com])
66
AC_CONFIG_SRCDIR([src/crypto.c])
77
AC_CONFIG_HEADERS([config.h])
88
AC_CONFIG_AUX_DIR(auto)

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
shadowsocks-libev (3.3.4-1) unstable; urgency=medium
2+
3+
* Minor bug fixes. (#2539, #2565, #2566, #2577)
4+
* Security bug fixes. (CVE-2019-5163, CVE-2019-5164)
5+
6+
-- Max Lv <max.c.lv@gmail.com> Fri, 10 Jan 2020 09:28:25 +0800
7+
18
shadowsocks-libev (3.3.3-1) unstable; urgency=medium
29

310
* Refine the handling of suspicious connections.

snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
base: core18
22
name: shadowsocks-libev
3-
version: 3.3.3-1
3+
version: 3.3.4-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.3/shadowsocks-libev-3.3.3.tar.gz
43+
source: https://github.com/shadowsocks/shadowsocks-libev/releases/download/v3.3.4/shadowsocks-libev-3.3.4.tar.gz
4444
build-packages:
4545
- libpcre3-dev
4646
- asciidoc

0 commit comments

Comments
 (0)