Added getXml method (Franck Falcoz)
[ir-tcl-moved-to-github.git] / CHANGELOG
index bce844d..ca796e6 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-$Id: CHANGELOG,v 1.14 1996-01-29 11:35:17 adam Exp $
+$Id: CHANGELOG,v 1.55 2003-11-29 17:24:09 adam Exp $
 
 06/19/95 Release of ir-tcl-1.0b
 ------------------------------------------------------
@@ -59,22 +59,115 @@ $Id: CHANGELOG,v 1.14 1996-01-29 11:35:17 adam Exp $
 11/28/95 Release of ir-tcl-1.0
 ------------------------------------------------------
 
-04/01/96 New setting: eventType. Returns type of last event: connect, init,
+01/04/96 New setting: eventType. Returns type of last event: connect, init,
          search, present or scan.
 
-10/01/96 Implemented APDU specific callback handlers: initResponse,
+01/10/96 Implemented APDU specific callback handlers: initResponse,
          searchResponse, presentResponse and scanResponse.
 
-11/01/96 Release of ir-tcl-1.1
+01/11/96 Release of ir-tcl-1.1
 ------------------------------------------------------
 
-19/01/96 New feature: apduInfo - returns information about last incoming
+01/19/96 New feature: apduInfo - returns information about last incoming
          APDU. Three elements returned: length offset dump.
 
-19/01/96 Bug fix: When running in Windows NT/95 displayFormats wasn't
+01/19/96 Bug fix: When running in Windows NT/95 displayFormats wasn't
          properly read from the subdirectory formats.
 
-29/01/96 Bug fix: cs_type member in ir-tclp.h renamed to comstackType to
+01/29/96 Bug fix: cs_type member in ir-tclp.h renamed to comstackType to
          avoid conflict with cs_type macro defined by YAZ.
 
+02/20/96 Identification of record syntaxes, etc. are handled by the YAZ
+         oid utilities.
 
+05/29/96 Bug fix: Memory release of GRS-1 records was buggy.
+
+05/29/96 GRS-1 record management function getGrs enhanced so that specific
+         elements can be extracted by (<tagType>,<tagVal>) - pairs.
+
+06/24/96 Quick reference man pages added: ir-assoc, ir-set and ir-scan.
+
+06/27/96 Ported ir-tcl to Tcl7.5/tk4.1.
+
+07/25/96 Release of ir-tcl-1.2
+------------------------------------------------------
+
+07/26/96 Bug fix: configure script didn't include library specification
+         for Tcl when linking ir-tk.
+
+07/26/96 Release of ir-tcl-1.2pl1
+------------------------------------------------------
+
+08/09/96 Updated IrTcl to work with tcl7.5/tk4.1 patch level 1. The
+         asynchronous I/O works much better on Windows now.
+
+08/21/96 New method, saveFile, that saves DB of records to a file.
+
+08/21/96 loadFile method changed to use load records previously saved
+         with saveFile.
+
+09/02/96 Updated IrTcl to work with tcl7.6b1/tk4.2b1.
+
+09/03/96 Bug fix: configure script could fail if yaz couldn't be located.
+
+11/14/96 Added some Explain documentation.
+
+04/13/97 Added ir-log-init command.
+
+04/30/97 Added shared library support.
+
+05/01/97 Added ir-log command.
+
+08/28/97 Added support for Tk8.0/Tcl8.0.
+
+05/20/98 Updated Explain record support.
+
+06/10/98 Added ir-version command.
+
+03/19/99 Added support for Tk8.1/Tcl8.1.
+
+03/22/99 Added Z39.50 sort. The following methods have been implemented:
+         sort (sends sort PDU), sortResponse (specifies sort handle) and
+         sortStatus (returns sort status - after response).
+
+12/10/99 Release of ir-tcl-1.3
+------------------------------------------------------
+
+12/12/99 Updated list of preconfigured targets for test client.
+
+02/09/01 Updated for Tcl8.1 and upwards where internal encoding is UTF-8.
+         Queries and Scan star terms are converted to external encoding.
+
+03/26/01 Fixed bug in ir_deleteDiags. Thanks to Rustam T. Usmanov
+          <rustam@unilib.neva.ru>
+
+03/27/01 Fixed bug in do_responseStatus. Thanks to Rustam T. Usmanov
+          <rustam@unilib.neva.ru>
+
+12/03/01 Configure deals with Tcl layout for Debian GNU/Linux.
+
+12/03/01 Changed Implemenation strings for IrTcl.
+
+12/04/01 Release of ir-tcl-1.4
+------------------------------------------------------
+03/20/02 searchResult method (retrives USR:SearchResult-1 from
+         SearchResponse)
+
+09/13/02 Debian package.
+
+01/30/03 Bug fix: IrTcl aborted if it received  "unexpected" response PDU's.
+
+02/18/03 Updated for YAZ 2.0.
+
+02/24/03 Release of ir-tcl-1.4.1
+------------------------------------------------------
+
+05/03/03 Fix bug with idAuthentication that didn't work for empty group.
+
+05/03/03 Sets largeSetLowerBound to 1 instead of 2 by default.
+
+05/03/03 APDU dump : written to same file as log when DEBUG is enabled.
+
+05/03/03 IRTCL.DLL is using Tcl stubs on Win32. 
+
+11/29/03 Added getXml method to retrieve XML record. (Franck Falcoz).