X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=ffd6b7a27dd03d638e074be9c84d8fbe16f20b74;hb=e310bbc88afee1090799a0183d75c35d5eb060d9;hp=1bae7fd893e28e7d847e5c53fb653a20ee58465d;hpb=29cc293e92725df0aaf70fa4897600597dd8db9b;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index 1bae7fd..ffd6b7a 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,66 @@ +--- 3.0.20 2008/1/14 + +yaz-ziffy is no longer part of YAZ. It is distributed separately by +Index Data because ziffy's license is GPL2 rather then 'Revised BSD'. + +Changed license of CCL module to 'Revised BSD'. After consultation with +remaining members of the original EUROPAGATE consortium, we are re-issuing +the CCL module without a separate license. The software was developed by +Index Data as part of a research project. The special license was included +to help feed usage information back to the project consortium to support +project evaluation. At this time, the project consortium has long-since +disbanded, and the majority of the original principals have retired. At the +same time, we have significantly modified the software during the following +years, to the point where very practically no original code remains. To +simplify re-use of the software, we have contacted those members of the +consortium who could be reached, and agreed to re-issue the module as a +proper part of the YAZ package. + +Tcl scripts uses /usr/bin/tclsh as preferred shell. + +CQL closer to being version 1.2 compliant. CQL also allows free-form +terms, such as 'title=a b', and thus, make the CQL parser more CCL-like +and user-frendly. + +Fixed bug in ZOOM_options_getl WRT setting of parameter lenp. This +bug could make Extended services handling crash in the ZOOM layer. This +bug was only present in YAZ 3.0.18. + +--- 3.0.18 2007/12/19 + +ziffy uses YAZ' options rather than getopt; getopt is unavailable on +some systems. + +yaz-marcdump reads and writes collection wrapped records. + +Handle OPAC for record conversion module. + +Fixes for ICU wrapper. + +Allow ICU libs to be controlled with --with-icu . + +--- 3.0.16 2007/11/12 + +Added yaz_poll which is a wrapper for select/poll. When poll is available +and non-buggy, it is used, by yaz_poll . This allows more than 1024 +sockets to be in use. + +Added ICU wrapper library which exposes ICU http://www.icu-project.org/ +functionality through an XML based configuration (ICU chain). This system +is useful for search facilities such as Pazpar2 and Zebra that needs to +perform tokenization of indexed material. The ICU code in a separate +library libyaz3_icu.a. + Added HTTP tunnel facility for COMSTACK, bug #1752. This is a facility that allows a Web proxy, such as squid, to tunnel Z39.50 traffic. This facility is "transparent" to must applications -using YAZ. It's enabled by using pseudo transport connect: followed bý -the we proxy address, followed by command, then follwed by he regular +using YAZ. It's enabled by using pseudo transport connect: followed by +the proxy address, followed by command, then follwed by he regular "virtual" addresss. For example, connect:webproxy.com:3128,tcp:z3950.loc.gov:7090/voyager . +More MARC-8/UTF-8 conversion fixes. Bugs #1666, #1667, #1778. + --- 3.0.14 2007/09/21 Fixed bad memory reference in ZOOM_record - cuased by member not being