X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=492402380ca52c0420b4199181bc71f624236bd2;hp=a60470e2067bf04b8817d7d5ac28b8271d9f1e77;hb=6e45aa5d01427a84dc532b72eb2b8089b7ee89ac;hpb=71cc5e5d95d48ec001af3130c10b99dc9d4664b3 diff --git a/NEWS b/NEWS index a60470e..4924023 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +--- 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) +directly. This allows more than 1024 sockets to be in use on some +systems. --- 1.0.3 2007/05/09