X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=131f42cb4bc80b418d051ea15b18cf7298c320f2;hb=5e6dd2bd57b34f26e8bed2034450540ad1ec3d12;hp=e753dc3907a53fec9498104ad9626045081b9e87;hpb=0a9596292ae022d000ae49340db024c245626ddd;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index e753dc3..131f42c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Added character conversion support for "advancegreek"; based on patch from +Giannis Kosmas. + +--- 2.1.52 2007/03/07 + +ZOOM-C: Removed hardcoded limit of 1024 sockets in ZOOM_event_sys_poll(). +Note that ZOOM_event_sys_select() still has the limit due to the fixed-size +fd_set structure used as a bitmask for the FDs to be selected on. + +Using ACX_PTHREAD macro to check for POSIX threads. + +Fixed have-vsnprintf check. + --- 2.1.50 2007/02/23 Fixes for configure on BSD. Bug #900.