From 307bd2113c0094a06a4357e3de61870cc0b58d5c Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 5 Jun 2010 14:34:38 +0000 Subject: Update to 4.0.9: --- 4.0.9 2010/05/21 New utility for managing threads - thread_create.h. Add socket pipe utility - spipe.h. The socket pipe has same purpose as Unix pipe . Unfortunately Windows pipes do not work on select/poll - but YAZ' implementation do. Fixes for yaz_cond-functions on Windows 7. DLL export more symbols. zoomsh: show record do NOT render opac. Remove *.la files from Debian and RPM packages. --- 4.0.8 2010/05/11 Debian package libyaz-dev depends on libgnutls-dev again (was removed in YAZ 4.0.6, but due to Libtool it is still needed even though yaz-config do not list libgnutls libs). ZOOM: Use only one WRBUF for returning string results for ZOOM_resultset. Reduces memory usage for ZOOM in general. ZOOM: ZOOM_connection do not use a shared pointer to ZOOM_resultset after ZOOM_resultset is destructed by user. Reverts to YAZ 4.0.4 behavior. --- 4.0.7 2010/05/04 record-conv: fix problem with at least one XSL conversion - due to probably incorrect usage of XML XSL documents. --- net/yaz/PLIST | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'net/yaz/PLIST') diff --git a/net/yaz/PLIST b/net/yaz/PLIST index c95d7f8b560..f6dcdb6eedb 100644 --- a/net/yaz/PLIST +++ b/net/yaz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2010/05/02 13:46:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2010/06/05 14:34:38 wiz Exp $ bin/yaz-asncomp bin/yaz-client bin/yaz-config @@ -55,13 +55,16 @@ include/yaz/record_conv.h include/yaz/retrieval.h include/yaz/rpn2cql.h include/yaz/sc.h +include/yaz/shptr.h include/yaz/snprintf.h include/yaz/soap.h include/yaz/sortspec.h +include/yaz/spipe.h include/yaz/srw.h include/yaz/statserv.h include/yaz/tcpip.h include/yaz/test.h +include/yaz/thread_create.h include/yaz/thread_id.h include/yaz/timing.h include/yaz/tokenizer.h -- cgit v1.2.3