From 7ec8a6306085531371e91d03aa8cb7f44ec728f5 Mon Sep 17 00:00:00 2001 From: Symeon Huang Date: Sun, 8 Nov 2015 17:22:47 +0000 Subject: [PATCH] mark new version --- debian/changelog | 8 ++++++++ debian/control | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5fe25aa4..c3b441b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +shadowsocks-qt5 (2.6.0-1) stable; urgency=medium + + * support one-time authentication + * drop support for RC4 and TABLE + * real-time latency update + + -- Symeon Huang Sun, 08 Nov 2015 17:22:00 +0000 + shadowsocks-qt5 (2.5.1-1) stable; urgency=medium * fix a UI issue when a connection is removed diff --git a/debian/control b/debian/control index fb214694..f3dd5629 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), qt5-qmake, qtbase5-dev, libqrencode-dev, - libqtshadowsocks-dev (>= 1.7.0), + libqtshadowsocks-dev (>= 1.8.0), libzbar-dev, libappindicator-dev, libbotan1.10-dev @@ -19,7 +19,7 @@ Vcs-Browser: https://github.com/librehat/shadowsocks-qt5 Package: shadowsocks-qt5 Architecture: any Depends: ${shlibs:Depends}, - libqtshadowsocks (>= 1.7.0) + libqtshadowsocks (>= 1.8.0) Description: A cross-platform shadowsocks GUI client Shadowsocks-Qt5 is a native and cross-platform shadowsocks GUI client with advanced features.