5
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-01-03 01:17:58 +03:00

bump version to 2.0-3

This commit is contained in:
Wolfgang Bumiller 2017-06-02 10:51:44 +02:00
parent 3ced0eed87
commit 06746bbd99
2 changed files with 13 additions and 1 deletions

View File

@ -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)

12
debian/changelog vendored
View File

@ -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 <support@proxmox.com> Fri, 02 Jun 2017 10:59:26 +0200
spiceterm (2.0-2) unstable; urgency=medium
* change TLS cipher suite to 'HIGH'