From: Wolfgang Bumiller Date: Fri, 2 Jun 2017 08:51:44 +0000 (+0200) Subject: bump version to 2.0-3 X-Git-Url: https://git.proxmox.com/?p=spiceterm.git;a=commitdiff_plain;h=refs%2Fheads%2Fstable-4 bump version to 2.0-3 --- diff --git a/Makefile b/Makefile index dd35303..29e668c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.4 PACKAGE=spiceterm VERSION=2.0 -PACKAGERELEASE=2 +PACKAGERELEASE=3 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell cat .git/refs/heads/master) diff --git a/debian/changelog b/debian/changelog index 6986341..10e7a2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +spiceterm (2.0-3) stable; urgency=medium + + * fix memory leak caused by unicode characters + + * fix bound checking on cursor move + + * use color_table to get the correct terminal colors + + * add range check for UTF-8 characters + + -- Proxmox Support Team Fri, 02 Jun 2017 10:59:26 +0200 + spiceterm (2.0-2) unstable; urgency=medium * change TLS cipher suite to 'HIGH'