diff options
author | wiz <wiz> | 2010-11-23 17:25:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-11-23 17:25:10 +0000 |
commit | d065ab1b4937ac268d5acfc577b71ea48c72ef36 (patch) | |
tree | 095ae9c7defc09f8ccf89319d553b97d05c88552 /net/yaz/PLIST | |
parent | c0accb2a788d115ff3313e413322c78d070d8878 (diff) | |
download | pkgsrc-d065ab1b4937ac268d5acfc577b71ea48c72ef36.tar.gz |
Update to 4.1.2:
--- 4.1.2 2010/11/02
Move yaz-config man pages to section 1.
More documentation about SOLR.
tcp comstack: change behavior for @-specs (anyaddr). @ listens on
AF_INET (IPV4) peers, and @6 listens to AF_INET6 (ipv6) peers.
Previously @ listened on AF_INET6 which accepted both IPV4 and IPV6
peers on some Linux systems. However, in general that does not work
so YAZ can not rely on that to work. Debian changed behavior in this
respect from Debian lenny to Debian squeeze (still testing as of Oct
2010). Refer to:
http://www.mail-archive.com/debian-devel@lists.debian.org/msg277726.html
zoomsh: remove "debugging" output. Was added by mistake in 4.1.0.
Diffstat (limited to 'net/yaz/PLIST')
-rw-r--r-- | net/yaz/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/yaz/PLIST b/net/yaz/PLIST index 0aef5637c1f..5f7dbdf76f6 100644 --- a/net/yaz/PLIST +++ b/net/yaz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2010/10/16 15:28:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2010/11/23 17:25:10 wiz Exp $ bin/yaz-asncomp bin/yaz-client bin/yaz-config @@ -122,6 +122,7 @@ lib/libyaz_server.la lib/pkgconfig/yaz.pc man/man1/yaz-asncomp.1 man/man1/yaz-client.1 +man/man1/yaz-config.1 man/man1/yaz-iconv.1 man/man1/yaz-icu.1 man/man1/yaz-illclient.1 @@ -131,7 +132,6 @@ man/man1/zoomsh.1 man/man7/bib1-attr.7 man/man7/yaz-log.7 man/man7/yaz.7 -man/man8/yaz-config.8 man/man8/yaz-ztest.8 share/aclocal/yaz.m4 share/doc/yaz/apilayer.png @@ -197,6 +197,7 @@ share/doc/yaz/yaz-ztest.html share/doc/yaz/yaz.html share/doc/yaz/zoom.events.html share/doc/yaz/zoom.extendedservices.html +share/doc/yaz/zoom.facets.html share/doc/yaz/zoom.html share/doc/yaz/zoom.options.html share/doc/yaz/zoom.query.html |