From 3c43d96ef992bb919de884272c93fdd2a879a38e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 17 Jan 2018 14:17:10 +0100 Subject: [PATCH] bump version to 2.0-3 --- Makefile | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9dcbdde..03c9f65 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=libpve-apiclient-perl PKGVER=2.0 -PKGREL=2 +PKGREL=3 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb diff --git a/debian/changelog b/debian/changelog index 475c4dc..99ac216 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libpve-apiclient-perl (2.0-3) unstable; urgency=medium + + * raise exception if manual fingerprint verification failed + + * use new Exception.pm class to signal errors to caller + + * add APIClient/Exception.pm class + + * cleanup Net::SSLeay error handling + + -- Proxmox Support Team Wed, 17 Jan 2018 14:15:51 +0100 + libpve-apiclient-perl (2.0-2) unstable; urgency=medium * allow to specify cookie_name -- 2.39.2