diff --git a/Makefile b/Makefile index ab70272..d70d6f4 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=5.0 PACKAGE=spiceterm VERSION=3.0 -PACKAGERELEASE=3 +PACKAGERELEASE=4 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell cat .git/refs/heads/master) diff --git a/debian/changelog b/debian/changelog index aeda527..beea781 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +spiceterm (3.0-4) unstable; urgency=medium + + * fix memory leak caused by unicode characters + + -- Proxmox Support Team Fri, 02 Jun 2017 10:55:29 +0200 + spiceterm (3.0-3) unstable; urgency=medium * fix bound checking on cursor move