Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 59623d8

Browse files
committed
Mark v1.11.0
1 parent 440c435 commit 59623d8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.0)
22

33
project(QtShadowsocks
4-
VERSION 1.10.0
4+
VERSION 1.11.0
55
LANGUAGES CXX)
66

77
option(BUILD_SHARED_LIBS "Build ${PROJECT_NAME} as a shared library" ON)

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libqtshadowsocks (1.11.0-1) stable; urgency=medium
2+
3+
* adds support for botan-2 (>=2.2.0)
4+
* uses botan as a private library (only in implementation)
5+
* migrates to use CMake as the build system
6+
7+
-- Symeon Huang <[email protected]> Thu, 03 Aug 2017 21:53:00 +0100
8+
19
libqtshadowsocks (1.10.0-1) stable; urgency=medium
210

311
* supports tag/remark in ss uri

libQtShadowsocks.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: libQtShadowsocks
2-
Version: 1.10.0
2+
Version: 1.11.0
33
Release: 1%{?dist}
44
Summary: A lightweight and ultra-fast shadowsocks library
55

0 commit comments

Comments
 (0)