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

Commit

Permalink
Mark v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
librehat committed Aug 3, 2017
1 parent 440c435 commit 59623d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)

project(QtShadowsocks
VERSION 1.10.0
VERSION 1.11.0
LANGUAGES CXX)

option(BUILD_SHARED_LIBS "Build ${PROJECT_NAME} as a shared library" ON)
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
libqtshadowsocks (1.11.0-1) stable; urgency=medium

* adds support for botan-2 (>=2.2.0)
* uses botan as a private library (only in implementation)
* migrates to use CMake as the build system

-- Symeon Huang <[email protected]> Thu, 03 Aug 2017 21:53:00 +0100

libqtshadowsocks (1.10.0-1) stable; urgency=medium

* supports tag/remark in ss uri
Expand Down
2 changes: 1 addition & 1 deletion libQtShadowsocks.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: libQtShadowsocks
Version: 1.10.0
Version: 1.11.0
Release: 1%{?dist}
Summary: A lightweight and ultra-fast shadowsocks library

Expand Down

0 comments on commit 59623d8

Please sign in to comment.