Skip to content

Commit 8285e5a

Browse files
committed
Bump version
1 parent a727596 commit 8285e5a

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-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 2020-01-10)
5-
set(PROJECT_VERSION "3.3.4")
4+
set(RELEASE_DATE 2020-09-15)
5+
set(PROJECT_VERSION "3.3.5")
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
shadowsocks-libev (3.3.5-1) unstable; urgency=medium
2+
3+
* Remove the SNI proxy function.
4+
* Minor bug fixes. (#2581, #2582, #2590, #2595, #2599,
5+
#2600, #2620, #2687, #2692)
6+
7+
-- Max Lv <max.c.lv@gmail.com> Tue, 15 Sep 2020 10:24:43 +0800
8+
19
shadowsocks-libev (3.3.4-1) unstable; urgency=medium
210

311
* Minor bug fixes. (#2539, #2565, #2566, #2577)

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.4 | [Changelog](debian/changelog)
14+
Current version: 3.3.5 | [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.4], [max.c.lv@gmail.com])
5+
AC_INIT([shadowsocks-libev], [3.3.5], [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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
shadowsocks-libev (3.3.5-1) unstable; urgency=medium
2+
3+
* Remove the SNI proxy function.
4+
* Minor bug fixes. (#2581, #2582, #2590, #2595, #2599,
5+
#2600, #2620, #2687, #2692)
6+
7+
-- Max Lv <max.c.lv@gmail.com> Tue, 15 Sep 2020 10:24:43 +0800
8+
19
shadowsocks-libev (3.3.4-1) unstable; urgency=medium
210

311
* Minor bug fixes. (#2539, #2565, #2566, #2577)

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.4-1
3+
version: 3.3.5-1
44
summary: libev port of shadowsocks
55
description: |
66
Shadowsocks-libev is a lightweight and secure SOCKS5 proxy for embedded
@@ -50,7 +50,7 @@ passthrough:
5050
parts:
5151
shadowsocks-libev:
5252
plugin: autotools
53-
source: https://github.com/shadowsocks/shadowsocks-libev/releases/download/v3.3.4/shadowsocks-libev-3.3.4.tar.gz
53+
source: https://github.com/shadowsocks/shadowsocks-libev/releases/download/v3.3.5/shadowsocks-libev-3.3.5.tar.gz
5454
build-packages:
5555
- libpcre3-dev
5656
- asciidoc

0 commit comments

Comments
 (0)