diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-21 14:57:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-21 14:57:19 +0000 |
commit | 7a2c43f1706d0c0e931c93aa939ca6b835267fc2 (patch) | |
tree | 3992ed325935ca34493bf5c8f343cb9358330cfe /net/yaz/Makefile | |
parent | 7576f607aac510ff2f11e839593447a0f53ffcfd (diff) | |
download | pkgsrc-7a2c43f1706d0c0e931c93aa939ca6b835267fc2.tar.gz |
Update to 3.0.42:
--- 3.0.42 2009/02/02
YAZ' RPM spec works for both SUSE Linux Enterprise and RedHat Fedora.
Added member named_result_sets for init handler struct for the GFS. This
allows a server to disable named result sets.
Removed OID record syntax application-xml.
Added support for rule-based transliterator for ICU wrapper of YAZ.
Fixed bug #1902: yaz-icu XML output.
Make YAZ checks Emacs friendly.
BITSTRING value shows value. Bug #2346.
ISO2709 decoding: skip control characters from indicator data.
Omit sort key by default in yaz-icu's output.
Allow combined single char options (again) for YAZ' options function.
Utility yaz-marcdump got option to display YAZ version (-V).
Allow YAZ to use ICU 3.4.
Added new ICU test case which illustrates removal of diacritics.
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 2b6d86d75fd..dc5fa12a01f 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2009/01/07 22:26:45 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2009/02/21 14:57:19 wiz Exp $ # -DISTNAME= yaz-3.0.41 +DISTNAME= yaz-3.0.42 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ |