X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=c86ab04f7462fabd3247fc7942e1647b8bba9a18;hp=86e4e39b12f671d7fb027dac4e8be62a2dbaa0d3;hb=edfd7d1201e61701d29241bb684d85880a822310;hpb=a668cd0857e0141abba373761d77dbd556b6414a diff --git a/NEWS b/NEWS index 86e4e39..c86ab04 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +--- 4.1.4 2011/02/21 + +yaz-client: show may XML format records. Command show followed by 'format' +will format XML records retrieved using Libxml2's xmlDocDumpFormatMemory +function. + +src/stemmer.c: Avoid using unnamed union. It is not supported by some +older C compilers. + +For PHPYAZ: set YAZVERSION, not YAZ_VERSION. + +--- 4.1.3 2011/01/27 +Update yaz.spec to operate on both SLES11 / Centos 5.5. + +RPM: Release includes 'indexdata' name. Use indexdata in release name so +this package can be distinguished from other vendors. + +yaz-config: Use exec_prefix, libdir, includedir . Use these variables +as determined by configure + +yaz-config: set YAZ_VERSION env. php_yaz relies on it. + +GFS: Z_PresentStatus_partial_4 for missing record. If bend_fetch handler +returns no error and no record, the present request is considered +partial (only a subset of the records could be returned by backend), and +so it is appropriate to set Present Status to partial-4. + --- 4.1.2 2010/11/02 Move yaz-config man pages to section 1.