Update to 3.0.50:
--- 3.0.50 2009/11/02 Add support for extra request / response data for SRU codecs and GFS. The Z_SRW_PDU structure has two new members extraResponseData_{buf,len} for extra data response buffer and length. For the GFS, both request and response data (XML) is carried in extra_args and extra_response_data for the search handler. Patch by Ko van der Sloot. ZOOM: For queries that cannot be converted to the specified rpnCharset, ZOOM now returns a diagnostic on the client-side ('invalid query' / 10010). This fixes bug #2113. yaz-client fix: If cmdfile is passed to yaz-client (option -f) and that cmdfile included a 'quit' command that would result in a memory violation.
This commit is contained in:
parent
140fc2cfee
commit
0b079766dc
3 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.25 2009/10/31 02:32:30 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2009/11/15 21:22:25 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= yaz-3.0.49
|
||||
DISTNAME= yaz-3.0.50
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2009/06/14 18:09:49 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2009/11/15 21:22:25 wiz Exp $
|
||||
bin/yaz-asncomp
|
||||
bin/yaz-client
|
||||
bin/yaz-config
|
||||
|
@ -194,6 +194,7 @@ share/yaz/etc/MARC21slim2RDFDC.xsl
|
|||
share/yaz/etc/MARC21slimUtils.xsl
|
||||
share/yaz/etc/cqlpass.properties
|
||||
share/yaz/etc/maps.xml
|
||||
share/yaz/etc/marc21_to_endnote.xsl
|
||||
share/yaz/etc/opacxml.xsd
|
||||
share/yaz/etc/pqf.properties
|
||||
share/yaz/etc/yazgfs.xml
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.13 2009/10/31 02:32:30 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.14 2009/11/15 21:22:25 wiz Exp $
|
||||
|
||||
SHA1 (yaz-3.0.49.tar.gz) = 351f7b2b3b0fb565ff65c6b283462780bf4a6953
|
||||
RMD160 (yaz-3.0.49.tar.gz) = 13de717c48ecf094410a61575ddb05237143f394
|
||||
Size (yaz-3.0.49.tar.gz) = 2147459 bytes
|
||||
SHA1 (yaz-3.0.50.tar.gz) = 669273562d47f5c4053215c608f8f4d1d8905abd
|
||||
RMD160 (yaz-3.0.50.tar.gz) = 0499b440213abf80ecb6689415995fb01bf7eebb
|
||||
Size (yaz-3.0.50.tar.gz) = 2123168 bytes
|
||||
|
|
Loading…
Reference in a new issue