From 169c1cc65a85c5349af3d961cc04c0ba224e9e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 13 Mar 2017 12:17:47 +0100 Subject: [PATCH] bump version to 3.0-1 --- Makefile | 6 +++--- debian/changelog | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 54e4276..da97af3 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=4.4 +RELEASE=5.0 PACKAGE=spiceterm -VERSION=2.0 -PACKAGERELEASE=2 +VERSION=3.0 +PACKAGERELEASE=1 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell cat .git/refs/heads/master) diff --git a/debian/changelog b/debian/changelog index 6986341..3ecf036 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +spiceterm (3.0-1) unstable; urgency=medium + + * add range check for UTF-8 characters + + * rebuild for PVE 5.0 / Debian Stretch + + -- Proxmox Support Team Mon, 13 Mar 2017 12:17:07 +0100 + spiceterm (2.0-2) unstable; urgency=medium * change TLS cipher suite to 'HIGH'