From 2cf4cbdf20b0154470c4b1642a5f8cc0cd97cf7c Mon Sep 17 00:00:00 2001 From: Andreas Kotes Date: Tue, 15 Apr 2014 13:15:16 +0200 Subject: version bump 0.18 --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 17e8bf7..1c5752f 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +vchat-client (0.18-1) unstable; urgency=high + + * updated to use TLSv1 or later + * improved SSL error reporting + * report SSL cipher used + + -- Andreas Kotes Tue, 15 Apr 2014 13:09:23 +0200 + vchat-client (0.15-2) unstable; urgency=low * changed debian/rules using "make install" -- cgit v1.2.3 From 47ca1fb4bf7165c7bd1640be6045f785438eab22 Mon Sep 17 00:00:00 2001 From: Andreas Kotes Date: Tue, 15 Apr 2014 13:22:06 +0200 Subject: update debian packaging rules --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 389c597..778533f 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=3 +export DH_COMPAT=5 configure: configure-stamp configure-stamp: @@ -28,7 +28,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/vchat-client PREFIX=/usr -- cgit v1.2.3 From 0171de7653dbc409f8a936e80a8c9bc3ab3d1bdb Mon Sep 17 00:00:00 2001 From: Andreas Kotes Date: Wed, 16 Apr 2014 15:20:49 +0200 Subject: version 0.19 * fixed version string display * failing on SSL verify failures * removed ignssl option * reenabled ciphers options * added verifyssl option (cert verify depth) --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1c5752f..eb2b185 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +vchat-client (0.19-1) unstable; urgency=high + + * fixed version string display + * failing on SSL verify failures + * removed ignssl option + * reenabled ciphers options + * added verifyssl option (cert verify depth) + + -- Andreas Kotes Wed, 16 Apr 2014 15:12:23 +0200 + vchat-client (0.18-1) unstable; urgency=high * updated to use TLSv1 or later -- cgit v1.2.3