From: Adam Dickmeiss Date: Mon, 12 Sep 2005 10:25:13 +0000 (+0000) Subject: Update NEWS with more info about SRU POST + resultSetId stuff X-Git-Tag: YAZ.2.1.10~65 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=8c95dd70c139f3543227dc2f2cd43609dcb37ce6 Update NEWS with more info about SRU POST + resultSetId stuff --- diff --git a/NEWS b/NEWS index b8ccc49..9834091 100644 --- a/NEWS +++ b/NEWS @@ -2,11 +2,12 @@ Added 'exit' as synonym for 'quit' in yaz-client Possible compatibility problems with earlier versions marked with '*'. +Added support for specifying SRW resultSetId + resultSetIdleTime in a +Generic Frontend Server's search handler. Refer to include/yaz/backend.h +for the new members. Patch by Ko van der Sloot. -Added support for specifying srw resultset id + resultset TTL in a -Generic Frontend Server's search handler. Patch by Ko van der Sloot. - -Added support for SRU POST. Patch by Ko van der Sloot. +Added support for SRU POST. It is supported for content-type +application/x-www-form-urlencoded only. Patch by Ko van der Sloot. Do not build the separate Multi-threaded (MT) library libyazthread.la. Instead make the library libyaz.la multi-threaded. Threading as a whole