mirror of
git://git.proxmox.com/git/vncterm.git
synced 2025-01-03 09:17:37 +03:00
bump version to 1.3-2
This commit is contained in:
parent
3d0dbf7c0e
commit
42516b519f
6
Makefile
6
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:
|
||||
|
8
debian/changelog.Debian
vendored
8
debian/changelog.Debian
vendored
@ -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 <support@proxmox.com> Fri, 10 Mar 2017 10:11:00 +0100
|
||||
|
||||
vncterm (1.3-1) unstable; urgency=low
|
||||
|
||||
* update cipher suites to GnuTLS's NORMAL
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user