diff --git a/Makefile b/Makefile index 3d99528..6c9df5c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PACKAGE=vncterm # Note: also change version in debian/control and debian/changelog VERSION=1.5 -PACKAGERELEASE=1 +PACKAGERELEASE=2 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell cat .git/refs/heads/master) CDATE:=$(shell date +%F) diff --git a/debian/changelog b/debian/changelog index e9e1746..a74b15c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vncterm (1.5-2) unstable; urgency=medium + + * replaced pure plack cursor with a more visible pointer with white edges + + -- Proxmox Support Team Wed, 07 Jun 2017 13:53:17 +0200 + vncterm (1.5-1) unstable; urgency=medium * use unifont to support more glyphs (range 0x0000..0xFFFF)