From 42516b519f7a98f4391e2c974d1b587b88f8e218 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 10 Mar 2017 10:11:49 +0100 Subject: [PATCH] bump version to 1.3-2 --- Makefile | 6 ++---- debian/changelog.Debian | 8 ++++++++ debian/control | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index d185103..81bccc9 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,7 @@ -RELEASE=4.0 - PACKAGE=vncterm # Note: also change version in debian/control and debian/changelog VERSION=1.3 -PACKAGERELEASE=1 +PACKAGERELEASE=2 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) CDATE:=$(shell date +%F) @@ -105,7 +103,7 @@ ${DEB}: .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload + tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie .PHONY: clean clean: diff --git a/debian/changelog.Debian b/debian/changelog.Debian index 2aee404..5c22add 100644 --- a/debian/changelog.Debian +++ b/debian/changelog.Debian @@ -1,3 +1,11 @@ +vncterm (1.3-2) unstable; urgency=medium + + * bound check utf8 characters + + * detect empty first parameter of escape codes + + -- Proxmox Support Team Fri, 10 Mar 2017 10:11:00 +0100 + vncterm (1.3-1) unstable; urgency=low * update cipher suites to GnuTLS's NORMAL diff --git a/debian/control b/debian/control index 07c957b..ef51c4d 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: vncterm -Version: 1.3-1 +Version: 1.3-2 Section: x11 Priority: optional Depends: libc6 (>= 2.7-18), libjpeg62, zlib1g (>= 1:1.2.1),libgnutls-deb0-28 | libgnutls30 -- 2.39.2