From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 4 Aug 2008 19:41:58 +0000 (+0000)
Subject: Mention the workaround for the "can't open an already open
X-Git-Tag: v_3_0_10~34
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/user-manual/static/gitweb.js?a=commitdiff_plain;h=731aa1d6d194d76ef5b341a26c85fd0e70317bfd;p=privoxy.git

Mention the workaround for the "can't open an already open
logfile on OS/2" problem reported by Maynard in #2028842.
---

diff --git a/ChangeLog b/ChangeLog
index b6303d0b..c6404d5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 ChangeLog for Privoxy
 --------------------------------------------------------------------
 *** Since 3.0.9 Beta ***
+- Ordinary configuration file changes no longer cause program
+  termination on OS/2 if the name of the logfile hasn't been
+  changed as well. This regression probably crept in with the
+  logging improvements in 3.0.7. Reported by Maynard.
 - The img-reorder filter is less likely to mess up JavaScript code in
   img tags. Problem and solution reported by Glenn Washburn in #2014552.