X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=782862b9237cce8b1041402ba99d4b68a4edfa39;hp=a3417af9b3b5e3019cdd3e752a93c6e9e54edb61;hb=d94ffff6dcab70517a1588747bd76c6afc694a65;hpb=86c66b80a4eee1c86d6ed48bf65cbe55815df9e2 diff --git a/NEWS b/NEWS index a3417af..782862b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,24 @@ +--- 5.0.1 2013/10/04 + +Various fixes for how SRU 2.0 is encoded. Fix NS for SRU 2.0 diagnostics +and facets. Ensure recordData and recordSchema are always present in +record element, because they are required. + +Remove deprecated functions yaz_uri_val .. and yaz_uri_val_int. Never used +outside YAZ. + +Simplify in a lot of places using odr_strdupn. + +odr_create_Odr_oct: null terminate the buffer. Some applications rely on it. + +--- 5.0.0 2013/10/01 + +Increase various buffers in GFS's statserv_options_block Change many 'unsigned char *' to 'char *' for ODR-related utilties. This change makes many type-casts redundant, and, thus simplifies code. +Remove last bits of WAIS support. + Remove member 'size' from Odr_oct. Slim down the public part of 'struct odr'. Most elements are not part