From 2652e6d0585c1107642a3e53432c5a3bdd1cbb21 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 10 Aug 2005 09:12:53 +0000 Subject: [PATCH] Added some news items collected frmo CVS --- NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NEWS b/NEWS index 2229579..b24f44c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ Possible compatibility problems with earlier versions marked with '*'. +CQL module modified to be case insensitive for relations/indexes/operations. + +Fixed bug in CQL transform code: incorrect value relationModifieder +was used. + +Added 'show all' command for yaz-client which retrieves all results +for last search. + Added new yaz-client, xmles, which takes a (private) OID and a document to be sent as an extended service request. @@ -17,6 +25,14 @@ MS-Windows that use BSD-derived TCP/IP stacks. The behaviour of YAZ-based servers should now be uniform across operating systems in this respect. +yaz-marcdump uses 64-bit file access on some systems. This is enabled +on Linux and other Unix variants where _FILE_OFSET_BITS=64 is supported. +This allows yaz-marcdump to read large MARC batches (>2 GB). + +Modified all YAZ source files - except the source which is auto-generated +by tools - to use spaces rather than TABS. Emacs/VIM trailer added to +all source files. + --- 2.1.8 2005/06/07 Fixed bug in yaz_marc_decode_buf. By mistake the routine appended -- 1.7.10.4