Update to 4.0.3:
--- 4.0.3 2010/04/09 Handle HTTP redirect for SRU GET in yaz-client and ZOOM C. Based on patch from Giannis Kosmas. SRU: no longer URL encode SRU database. The URL for an SRU server is a URL and such is alreeady encoded - at least when given with leading http:// or https://. This reverts behavior to YAZ 3.0.50. Support for new MARC XML notation TurboMARC which like MARCXML is a complete representation of MARC/ISO2709.. This one, however, is more compact and allows for faster processing with XSLT. TurboMARC can be used in the marcdisp.h API, from the yaz-marcdump utility and from the API of ZOOM C. yaz-ztest can be configured - via the database - to perform certain delays when it performs operations search, present and single record fetch. This allows testers to make yaz-ztest act as a real or even slow Z39.50 server. Refer to the yaz-ztest man pages for details.
This commit is contained in:
parent
70aa5dde37
commit
1a219d2661
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.30 2010/03/15 10:31:39 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2010/04/23 21:29:39 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= yaz-4.0.2
|
||||
DISTNAME= yaz-4.0.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.17 2010/03/15 10:31:39 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.18 2010/04/23 21:29:39 wiz Exp $
|
||||
|
||||
SHA1 (yaz-4.0.2.tar.gz) = 79eb868d08ad3753e82be8bae50814dec76a0f36
|
||||
RMD160 (yaz-4.0.2.tar.gz) = abf6833a1dcc0cb7ce90de95499282add537ca47
|
||||
Size (yaz-4.0.2.tar.gz) = 2156397 bytes
|
||||
SHA1 (yaz-4.0.3.tar.gz) = 1a3bbbd59cc5a550d793e781171449f1f247060f
|
||||
RMD160 (yaz-4.0.3.tar.gz) = a8307ebaba6a8f08fc96963c4be059699df532fa
|
||||
Size (yaz-4.0.3.tar.gz) = 2193240 bytes
|
||||
|
|
Loading…
Reference in a new issue