X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=a22b0b92d5e6f4f829dbb7782848c0143539dfc5;hb=5175808d3141131a8a014a9856c1b7aa377396d8;hp=ce3370ba48d872de057645dd266f03938daeb238;hpb=ba869bffd750ea4fc87c0283437a5d865c90c79f;p=yaz4j-moved-to-github.git diff --git a/NEWS b/NEWS index ce3370b..a22b0b9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +--- 1.5 + +* breaking API change: Package#send throws ZoomException +* add ConnectionExtended tests + +--- 1.4 2014/06/26 + +* bugfix: fix multiple JVM segv on null pointers +* API: ScanSet is iterable +* API: Connection is closeable +* build: support Oracle JVM on OS X +* build: support older YAZ5 releases on Debian/Ubuntu + --- 1.3 2013/04/16 * new API class: Query (CQLQuery, PrefixQuery) allows sorting prior to search,