From: Adam Dickmeiss Date: Wed, 11 Aug 2004 12:16:56 +0000 (+0000) Subject: Mention CQL char bug fix. X-Git-Tag: YAZ.2.0.24~52 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=d094a0772f5a1d6d8bb6c390018f488307ae8410 Mention CQL char bug fix. --- diff --git a/NEWS b/NEWS index 0d286dc..945c771 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ odr_set_stream takes a stream handle, pointer to puts function and pointer to close function. The close function - if non-NULL - will be called during odr_destroy. +Fixed CQL parser to use unsigned chars (occurred on MS .NET). + --- 2.0.23 2004/08/11 Fix buffer overrun in CQL parser when dealing with proximity (%).