Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Jan 10, 2020
1 parent f1b185e commit 72d7d92
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.2)

set(PROJECT_NAME shadowsocks-libev)
set(RELEASE_DATE 2019-10-31)
set(PROJECT_VERSION "3.3.3")
set(RELEASE_DATE 2020-01-10)
set(PROJECT_VERSION "3.3.4")
set(PROJECT_DESC "a lightweight secured socks5 proxy")
set(PROJECT_URL "https://shadowsocks.org")
set(PROJECT_ISSUES_URL "https://github.com/shadowsocks/shadowsocks-libev")
Expand Down
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
shadowsocks-libev (3.3.4-1) unstable; urgency=medium

* Minor bug fixes. (#2539, #2565, #2566, #2577)
* Security bug fixes. (CVE-2019-5163, CVE-2019-5164)

-- Max Lv <[email protected]> Fri, 10 Jan 2020 09:28:25 +0800

shadowsocks-libev (3.3.3-1) unstable; urgency=medium

* Refine the handling of suspicious connections.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It is a port of [Shadowsocks](https://github.com/shadowsocks/shadowsocks)
created by [@clowwindy](https://github.com/clowwindy), and maintained by
[@madeye](https://github.com/madeye) and [@linusyang](https://github.com/linusyang).

Current version: 3.3.3 | [Changelog](debian/changelog)
Current version: 3.3.4 | [Changelog](debian/changelog)

## Features

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl -*- Autoconf -*-
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.67])
AC_INIT([shadowsocks-libev], [3.3.3], [[email protected]])
AC_INIT([shadowsocks-libev], [3.3.4], [[email protected]])
AC_CONFIG_SRCDIR([src/crypto.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(auto)
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
shadowsocks-libev (3.3.4-1) unstable; urgency=medium

* Minor bug fixes. (#2539, #2565, #2566, #2577)
* Security bug fixes. (CVE-2019-5163, CVE-2019-5164)

-- Max Lv <[email protected]> Fri, 10 Jan 2020 09:28:25 +0800

shadowsocks-libev (3.3.3-1) unstable; urgency=medium

* Refine the handling of suspicious connections.
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base: core18
name: shadowsocks-libev
version: 3.3.3-1
version: 3.3.4-1
summary: libev port of shadowsocks
description: |
Shadowsocks-libev is a lightweight and secure SOCKS5 proxy for embedded
Expand Down Expand Up @@ -40,7 +40,7 @@ passthrough:
parts:
shadowsocks-libev:
plugin: autotools
source: https://github.com/shadowsocks/shadowsocks-libev/releases/download/v3.3.3/shadowsocks-libev-3.3.3.tar.gz
source: https://github.com/shadowsocks/shadowsocks-libev/releases/download/v3.3.4/shadowsocks-libev-3.3.4.tar.gz
build-packages:
- libpcre3-dev
- asciidoc
Expand Down

0 comments on commit 72d7d92

Please sign in to comment.