Version 4.2.47 v4.2.47
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 23 Nov 2012 11:17:46 +0000 (12:17 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 23 Nov 2012 11:17:46 +0000 (12:17 +0100)
IDMETA
NEWS
debian/changelog

diff --git a/IDMETA b/IDMETA
index 7ba0490..2af406f 100755 (executable)
--- 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 (file)
--- 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
index f76ac70..0a86f89 100644 (file)
@@ -1,3 +1,9 @@
+yaz (4.2.47-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 23 Nov 2012 11:15:47 +0100
+
 yaz (4.2.46-1indexdata) unstable; urgency=low
 
   * Upstream.