X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=d693f18ff1f582990300744364ab91c1b585c14b;hp=b1247e077fa7275f5060d913b639b24e7a0d119e;hb=78db92d203c03c589beb89e039e07cdc0c53ccc2;hpb=11b233f8da71f0017d5625772a714ba50a026ae6 diff --git a/NEWS b/NEWS index b1247e0..d693f18 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,43 @@ +-- 4.2.17 2011/09/28 + +Fix function nmem_strsplit_escape2 which extends nmem_strsplit_escape +with a flag whether to substitute escape sequences or not. + +-- 4.2.16 2011/09/22 + +Fix nmem_strsplit_escape to substitute escape char properly. + +New option for zoomsh -e , which makes it abort on first error and +return process exit code to indicate success/failure. + +YAZ options utility supports special option -- which makes all it treat +all following arguments as non-options. + +-- 4.2.15 2011/09/16 + +Fix yaz_file_path_resolve/yaz_path_fopen/yaz_fopen so that path is not +searched if absolute filename is given. + +Fix conv_xslt() error-reporting when stylesheet is not found. +(The value of fullpath is meaningless in this situation.) + +-- 4.2.14 2011/09/07 + +Fix problem in CQL sort node creation: un-initialized memory. + +New ZOOM utility ZOOM_query_sortby2. That takes a strategy parameter: one of +"z3950", "type7", "cql", "sru11" or "embed". The "embed" chooses type-7 or +CQL sortby depending on whether Type-1 or CQL is actually sent to the +target. + +New sortspec utilities: yaz_srw_sortkeys_to_sort_spec, +yaz_sort_spec_to_srw_sortkeys, yaz_sort_spec_to_type and 7yaz_sort_spec_to_cql. + +rpn2solr supports Z39.58 truncation (104). Thus, CCL truncation mode t=z +will make it possible to use both single-character mask (#) and wildcard (?) +in CCL . Throw diagnostic for left truncation because that is not supported +by SOLR. + -- 4.2.13 2011/09/01 Fixes for cql2rpn, cql2ccl and ccl2rpn; mostly in the area of special