Destroy bibset upon completion
[yaz-moved-to-github.git] / NEWS
diff --git a/NEWS b/NEWS
index 1c5d0a6..8bd1b25 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+New ZOOM C option, "rpnCharset", which allows client-side conversion of
+terms in RPN queries.
+
+Clean-up the CCL API. Moved some internal structures from ccl.h to 
+private header cclp.h. Changed ccl_parser_create so that a Bibset must
+be supplied. Removed tokenize API from ccl.h - including ccl_parser_find.
+This is replaced by ccl_parser_find_str which takes a string instead.
+
 Split YAZ library into two libs : libyaz.la and libyaz_server.la.
 libyaz.la is the core of YAZ except the generic frontend server and
 does not depend on POSIX threads anymore. libyaz_server.la is the