Browse Source

Bump version

pull/2753/head v3.3.5
Max Lv 4 years ago
parent
commit
8285e5a7de
6 changed files with 22 additions and 6 deletions
  1. 4
      CMakeLists.txt
  2. 8
      Changes
  3. 2
      README.md
  4. 2
      configure.ac
  5. 8
      debian/changelog
  6. 4
      snap/snapcraft.yaml

4
CMakeLists.txt

@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.2) cmake_minimum_required(VERSION 3.2)
set(PROJECT_NAME shadowsocks-libev) set(PROJECT_NAME shadowsocks-libev)
set(RELEASE_DATE 2020-01-10)
set(PROJECT_VERSION "3.3.4")
set(RELEASE_DATE 2020-09-15)
set(PROJECT_VERSION "3.3.5")
set(PROJECT_DESC "a lightweight secured socks5 proxy") set(PROJECT_DESC "a lightweight secured socks5 proxy")
set(PROJECT_URL "https://shadowsocks.org") set(PROJECT_URL "https://shadowsocks.org")
set(PROJECT_ISSUES_URL "https://github.com/shadowsocks/shadowsocks-libev") set(PROJECT_ISSUES_URL "https://github.com/shadowsocks/shadowsocks-libev")

8
Changes

@ -1,3 +1,11 @@
shadowsocks-libev (3.3.5-1) unstable; urgency=medium
* Remove the SNI proxy function.
* Minor bug fixes. (#2581, #2582, #2590, #2595, #2599,
#2600, #2620, #2687, #2692)
-- Max Lv <max.c.lv@gmail.com> Tue, 15 Sep 2020 10:24:43 +0800
shadowsocks-libev (3.3.4-1) unstable; urgency=medium shadowsocks-libev (3.3.4-1) unstable; urgency=medium
* Minor bug fixes. (#2539, #2565, #2566, #2577) * Minor bug fixes. (#2539, #2565, #2566, #2577)

2
README.md

@ -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 created by [@clowwindy](https://github.com/clowwindy), and maintained by
[@madeye](https://github.com/madeye) and [@linusyang](https://github.com/linusyang). [@madeye](https://github.com/madeye) and [@linusyang](https://github.com/linusyang).
Current version: 3.3.4 | [Changelog](debian/changelog)
Current version: 3.3.5 | [Changelog](debian/changelog)
## Features ## Features

2
configure.ac

@ -2,7 +2,7 @@ dnl -*- Autoconf -*-
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67]) AC_PREREQ([2.67])
AC_INIT([shadowsocks-libev], [3.3.4], [max.c.lv@gmail.com])
AC_INIT([shadowsocks-libev], [3.3.5], [max.c.lv@gmail.com])
AC_CONFIG_SRCDIR([src/crypto.c]) AC_CONFIG_SRCDIR([src/crypto.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(auto) AC_CONFIG_AUX_DIR(auto)

8
debian/changelog

@ -1,3 +1,11 @@
shadowsocks-libev (3.3.5-1) unstable; urgency=medium
* Remove the SNI proxy function.
* Minor bug fixes. (#2581, #2582, #2590, #2595, #2599,
#2600, #2620, #2687, #2692)
-- Max Lv <max.c.lv@gmail.com> Tue, 15 Sep 2020 10:24:43 +0800
shadowsocks-libev (3.3.4-1) unstable; urgency=medium shadowsocks-libev (3.3.4-1) unstable; urgency=medium
* Minor bug fixes. (#2539, #2565, #2566, #2577) * Minor bug fixes. (#2539, #2565, #2566, #2577)

4
snap/snapcraft.yaml

@ -1,6 +1,6 @@
base: core18 base: core18
name: shadowsocks-libev name: shadowsocks-libev
version: 3.3.4-1
version: 3.3.5-1
summary: libev port of shadowsocks summary: libev port of shadowsocks
description: | description: |
Shadowsocks-libev is a lightweight and secure SOCKS5 proxy for embedded Shadowsocks-libev is a lightweight and secure SOCKS5 proxy for embedded
@ -50,7 +50,7 @@ passthrough:
parts: parts:
shadowsocks-libev: shadowsocks-libev:
plugin: autotools plugin: autotools
source: https://github.com/shadowsocks/shadowsocks-libev/releases/download/v3.3.4/shadowsocks-libev-3.3.4.tar.gz
source: https://github.com/shadowsocks/shadowsocks-libev/releases/download/v3.3.5/shadowsocks-libev-3.3.5.tar.gz
build-packages: build-packages:
- libpcre3-dev - libpcre3-dev
- asciidoc - asciidoc

Loading…
Cancel
Save