File tree Expand file tree Collapse file tree 6 files changed +22
-6
lines changed
Expand file tree Collapse file tree 6 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.2)
22
33set (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 " )
66set (PROJECT_DESC "a lightweight secured socks5 proxy" )
77set (PROJECT_URL "https://shadowsocks.org" )
88set (PROJECT_ISSUES_URL "https://github.com/shadowsocks/shadowsocks-libev" )
Original file line number Diff line number Diff line change 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 <max.c.lv@gmail.com> Sat, 08 Jun 2019 07:53:20 +0800
8+
19shadowsocks-libev (3.2.5-1) unstable; urgency=medium
210
311 * Fix a bug of port parser.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ It is a port of [Shadowsocks](https://github.com/shadowsocks/shadowsocks)
1111created 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dnl -*- Autoconf -*-
22dnl Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.67] )
5- AC_INIT ( [ shadowsocks-libev] , [ 3.2.5 ] , [ max.c.lv@gmail.com] )
5+ AC_INIT ( [ shadowsocks-libev] , [ 3.3.0 ] , [ max.c.lv@gmail.com] )
66AC_CONFIG_SRCDIR ( [ src/crypto.c] )
77AC_CONFIG_HEADERS ( [ config.h] )
88AC_CONFIG_AUX_DIR ( auto )
Original file line number Diff line number Diff line change 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 <max.c.lv@gmail.com> Sat, 08 Jun 2019 07:53:20 +0800
8+
19shadowsocks-libev (3.2.5-1) unstable; urgency=medium
210
311 * Fix a bug of port parser.
Original file line number Diff line number Diff line change 11base : core18
22name : shadowsocks-libev
3- version : 3.2.5 -1
3+ version : 3.3.0 -1
44summary : libev port of shadowsocks
55description : |
66 Shadowsocks-libev is a lightweight and secure SOCKS5 proxy for embedded
@@ -40,7 +40,7 @@ passthrough:
4040parts :
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
You can’t perform that action at this time.
0 commit comments