diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-09-23 16:36:37 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-09-23 16:36:37 +0000 |
commit | 1ba08a192d5cc6a04dbf12fa8cfff068151835c7 (patch) | |
tree | 2a55a9d8863c978f6dc5083616c55a991b1647e6 /net/yaz | |
parent | 66c37ba55a7858ad3cbcf486e5a2c6cbb4cd9fd8 (diff) |
Update to version 4.2.68
--- 4.2.68 2013/09/23
GFS: pass additionalSearchInfo to search memeber search_input if
given. Otherwise pass otherInfo. Request for facets and other search
related things will be passed there in future versions of YAZ.
New ZOOM setting, authenticationMode, which allows authentication
paramters to be encoded in the URL rather than via HTTP Basic auth.
YAZ-686
rpn2solr: fix nested AND/OR handling. YAZ-685
Add comparison routines for some Z-types, such as NamePlusRecord,
RPNQuery, Query, RecordComposition and OtherInformation.
--- 4.2.67 2013/09/19
Don't decode MAB as MARC. Just like we don't attempt to decode
HTML/XML as MARC. Fixes MAB display problem that was introduced in 4.2.64.
CCL: allow quoted terms for date ranges. YAZ-681
Introduce ccl_parser_qual_search. This function makes old function
ccl_qual_search, from YAZ 2, available again.
Add yaz_facet_list_to_wrbuf. YAZ-683
Notes
Notes:
svn path=/head/; revision=328018
Diffstat (limited to 'net/yaz')
-rw-r--r-- | net/yaz/Makefile | 2 | ||||
-rw-r--r-- | net/yaz/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index ff3370263672..f8ba3e9a8274 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaz -PORTVERSION= 4.2.66 +PORTVERSION= 4.2.68 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 01c662b51265..a0bb14db49e5 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,2 +1,2 @@ -SHA256 (yaz-4.2.66.tar.gz) = 6945292db985d2dc8fbe6d212ab85a8b132f6dddb8f1ea709a27e9341d67bee2 -SIZE (yaz-4.2.66.tar.gz) = 2398148 +SHA256 (yaz-4.2.68.tar.gz) = 97b403e2adb6291b6f51b0462374d87c23366f74399dd6301cc8e055a5d4ea44 +SIZE (yaz-4.2.68.tar.gz) = 2452033 |