Towards 2.0.5. Update CHANGELOG
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 13 Oct 2003 21:28:27 +0000 (21:28 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 13 Oct 2003 21:28:27 +0000 (21:28 +0000)
CHANGELOG
debian/changelog

index 3e786e2..adb3c54 100644 (file)
--- 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.
index d564403..912f58c 100644 (file)
@@ -1,3 +1,9 @@
+yaz (2.0.5-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  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.