]> granicus.if.org Git - pgbouncer/commitdiff
Add new patches to NEWS
authorMarko Kreen <markokr@gmail.com>
Tue, 12 Jan 2010 10:24:18 +0000 (10:24 +0000)
committerMarko Kreen <markokr@gmail.com>
Tue, 12 Jan 2010 10:24:18 +0000 (10:24 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e277855a44b8f57122bf22567c7ae93cf404299a..7260afcac34bff23c98526a99263ffdd96d66a80 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@
 
   = Fixes =
 
+    * Track libevent state in sbuf.c to avoid double event_del().  Although
+      it usually is safe, it does not seem to work 100%.
+
     * Disable maintenance during SUSPEND.  Otherwise with short timeouts
       the old bouncer could close few connections after sending them over.