From 45079b6641e14101d5338fe1cae5af86647d289d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 6 Sep 2002 09:00:34 +0000 Subject: [PATCH] Changes --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 89d6991..8fb25da 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,14 @@ Possible compatibility problems with earlier versions marked with '*'. ---- 1.9 2002/09/DD +--- 1.9 2002/09/08 PQF parser rejects bad queries - including those with extra characters in them. PQF parser used to silently ignore that. Cleaner API for PQF added, which allows you to get detailed error information for bad queries (see yaz/pquery.h). +Fixed bug in ZOOM_record_get for type "database". + Implemented mini iconv library supporting conversions between UTF-8, UCS4, UCS4LE and ISO-8859-1. Implemented in util/siconv.c. -- 1.7.10.4