X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=c532e400f6e0c02f20b8440933988cec0f2e1996;hp=89182fc25ae6eaa011697d188692a6a5ffdefd5c;hb=5bc2ee09e4dff0f872ce738a5327bced915e3474;hpb=a5c02e630197fd72a4f9c9d4f403c5bd200c0edd diff --git a/NEWS b/NEWS index 89182fc..c532e40 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: relay 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