Skip to content

Commit ffad914

Browse files
committed
Bump version
1 parent e3e0f2a commit ffad914

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-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-03-09)
5-
set(PROJECT_VERSION "3.2.5")
4+
set(RELEASE_DATE 2019-06-08)
5+
set(PROJECT_VERSION "3.3.0")
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

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
shadowsocks-libev (3.3.0-1) unstable; urgency=medium
2+
3+
* Enlarge the socket buffer size to 16KB.
4+
* Fix the empty list bug in ss-manager.
5+
* Fix the IPv6 address parser.
6+
7+
-- Max Lv <[email protected]> Sat, 08 Jun 2019 07:53:20 +0800
8+
19
shadowsocks-libev (3.2.5-1) unstable; urgency=medium
210

311
* Fix a bug of port parser.

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.2.5 | [Changelog](debian/changelog)
14+
Current version: 3.3.0 | [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.2.5], [[email protected]])
5+
AC_INIT([shadowsocks-libev], [3.3.0], [[email protected]])
66
AC_CONFIG_SRCDIR([src/crypto.c])
77
AC_CONFIG_HEADERS([config.h])
88
AC_CONFIG_AUX_DIR(auto)

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
shadowsocks-libev (3.3.0-1) unstable; urgency=medium
2+
3+
* Enlarge the socket buffer size to 16KB.
4+
* Fix the empty list bug in ss-manager.
5+
* Fix the IPv6 address parser.
6+
7+
-- Max Lv <[email protected]> Sat, 08 Jun 2019 07:53:20 +0800
8+
19
shadowsocks-libev (3.2.5-1) unstable; urgency=medium
210

311
* Fix a bug of port parser.

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.2.5-1
3+
version: 3.3.0-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.2.5/shadowsocks-libev-3.2.5.tar.gz
43+
source: https://github.com/shadowsocks/shadowsocks-libev/releases/download/v3.3.0/shadowsocks-libev-3.3.0.tar.gz
4444
build-packages:
4545
- libpcre3-dev
4646
- asciidoc

0 commit comments

Comments
 (0)