From 7c7e37084545799555a7e49e0fb4d3d6f44f3a44 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 23 Nov 2012 12:17:46 +0100 Subject: [PATCH] Version 4.2.47 --- IDMETA | 2 +- NEWS | 16 ++++++++++++++++ debian/changelog | 6 ++++++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/IDMETA b/IDMETA index 7ba0490..2af406f 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="precise oneiric natty lucid" CENTOS_DIST="centos5 centos6" -VERSION=4.2.46 +VERSION=4.2.47 diff --git a/NEWS b/NEWS index 89182fc..bbe9fb2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +--- 4.2.47 2012/11/23 + +ZOOM: special options to control APDU logging. +Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable +logging of APDUs until "saveAPDU" option is set again. If logging is +already enabled the effect is that current APDU buffer is cleared. +Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables +logging (default behavior on new connection). +The APDUs sent/received can be obtained by using +Using ZOOM_connection_option_get(c, "APDU") or +ZOOM_connection_option_getl(c, "APDU", &l). + +GFS: replay implementation_version from backend +From 3.0.40 and later, implementation_version from backend was +not used in init response at all. + --- 4.2.46 2012/11/15 Fix cs_rcvconnect for SSL comstack GNUTLS. Did not work in non-blocking diff --git a/debian/changelog b/debian/changelog index f76ac70..0a86f89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.2.47-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 23 Nov 2012 11:15:47 +0100 + yaz (4.2.46-1indexdata) unstable; urgency=low * Upstream. -- 1.7.10.4