X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=782862b9237cce8b1041402ba99d4b68a4edfa39;hp=18e35e0e4c81ccdc7516130069dece0b96b67c45;hb=33d0d214a9219e190e15779b4e4f5e31fd7946be;hpb=d7c3b6dd905cd9c2e372534147e2e7afd747d5c6 diff --git a/NEWS b/NEWS index 18e35e0..782862b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +--- 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.