X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=492402380ca52c0420b4199181bc71f624236bd2;hp=7eac9f05a150a4ff8c2a0e980692c08f59f05bd9;hb=6e45aa5d01427a84dc532b72eb2b8089b7ee89ac;hpb=b1b0ab92f7f3fa1e584a7237cd82d392b8ea3c61 diff --git a/NEWS b/NEWS index 7eac9f0..4924023 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +--- 1.1.3 2009/06/30 + +Added classes TimeStat and LimitConnect (used by Metaproxy). + +--- 1.1.2 2009/06/09 + +RecordCache:add clones record instead of making refs to it. + +--- 1.1.1 2008/06/06 + +Require YAZ 3.0.30 because it offers a new function: yaz_mk_sru_surrogate +that yazproxy makes use of. + +Removed debian directory from tar-dist to ease integration for Debian +maintainers. + +--- 1.1.0.1 2008/05/21 + +Fixed handling for Z39.50 decoding (memory violation). + +--- 1.1.0 2008/02/29 + +Fixed bug #2095: libzoompp.so must be it's own debian package. + --- 1.0.4 2007/11/12 SocketManager class implemented uses yaz_poll instead of select(2)