X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=184744e9d34411374ebca69b5a99542d133f46fe;hb=1f8f1e50d305948b3cec6e457e736e05c33a2209;hp=aec80d1298e3638c12458027e24fd31aca124677;hpb=f60c0db8c4379047cdd75e2be50549abc0a1c74a;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index aec80d1..184744e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +--- 3.0.6 2007/06/06 + +Fixed bug #1157: yaz-client does not read .yazclientrc from current +directory. yaz-client now reads commands from file given by option -f +if specified; then tries to read .yazclientrc in current directory. +Failing that, it reads .yazclientrc from user's home directory. + +Added support for correlationInfo Note and ID for Record Update via +ZOOM C. + +Added yaz-client command querycharset which specifies character set for +query terms for Z39.50 RPN queries and Z39.50 Scan Requests +(termListAndStartPoint). + +Charset ISO5428:1984 is an alias for ISO5428-1984. + Implemented a way to perform scan in a result set using Z39.50. This is achieved by attaching the result set name in the characterInfo (type InternationalString) of OtherInformation in the Scan Request PDU.