From 669391ddf51b95539acc3ef01a3acee391b23f7d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 2 Jun 2017 10:55:37 +0200 Subject: [PATCH] bump version to 3.0-4 --- Makefile | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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