diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-05 14:34:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-05 14:34:38 +0000 |
commit | 307bd2113c0094a06a4357e3de61870cc0b58d5c (patch) | |
tree | c21e669cddde4d36d52eab4fd44542800e77a695 /net/yaz/Makefile | |
parent | 75b604e25605263691f4d6cd5cf8bf24d1866bbd (diff) | |
download | pkgsrc-307bd2113c0094a06a4357e3de61870cc0b58d5c.tar.gz |
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.
Diffstat (limited to 'net/yaz/Makefile')
-rw-r--r-- | net/yaz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index d2a923d484c..de9c548e80b 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2010/05/02 13:46:56 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2010/06/05 14:34:38 wiz Exp $ # -DISTNAME= yaz-4.0.6 +DISTNAME= yaz-4.0.9 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ |