From 88f9a8d15a81e2f425c57752047502d42b2827bc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 13 Oct 2003 21:28:27 +0000 Subject: [PATCH] Towards 2.0.5. Update CHANGELOG --- CHANGELOG | 8 ++++++++ debian/changelog | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3e786e2..adb3c54 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,14 @@ Possible compatibility problems with earlier versions marked with '*'. --- (IN PROGRESS) +New function yaz_log_reopen which reopens log file (for log rotate, etc.) + +* Blocking parameter for COMSTACK cs_create is now a bit mask rather +than a blocking flag. Bit 0 is set for blocking, reset for non-blocking. +Bit 1 is set if cs_addrstr should avoid DNS lookup; reset for full +DNS lookup. There should not be any compatibility problems with this +assuming that blocking=1 or 0 is used. + Fix bad reference in UNIX comstack in function cs_addrstr. Fix for AIX compile. diff --git a/debian/changelog b/debian/changelog index d564403..912f58c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (2.0.5-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 13 Oct 2003 23:22:06 +0200 + yaz (2.0.4-2) unstable; urgency=low * Reinstate THESAURUS since Elvil (better named 'evil') uses it. -- 1.7.10.4