]> granicus.if.org Git - pgbouncer/commitdiff
v1.3.2 pgbouncer_1_3_2
authorMarko Kreen <markokr@gmail.com>
Mon, 15 Mar 2010 14:44:28 +0000 (14:44 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 15 Mar 2010 14:44:28 +0000 (14:44 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 7260afcac34bff23c98526a99263ffdd96d66a80..963f149773b4560bca99bd28b26c66496a5cdadb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,19 @@
-2009-xx-xx  -  PgBouncer 1.3.2  -  ""
+2010-03-15  -  PgBouncer 1.3.2  -  "Boomerang Bullet"
 
   = Fixes =
 
+    * New config var 'query_wait_timeout'.  If client does not get
+      server connection in this many seconds, it will be killed.
+
+    * If no server connection in pool and last connect failed, then
+      don't put client connections on hold but send error immediately.
+
+      This together with previous fix avoids unnecessary stalls if
+      a database has gone down.
+
     * Track libevent state in sbuf.c to avoid double event_del().  Although
-      it usually is safe, it does not seem to work 100%.
+      it usually is safe, it does not seem to work 100%.  Now we should always
+      know whether it has been called or not.
 
     * Disable maintenance during SUSPEND.  Otherwise with short timeouts
       the old bouncer could close few connections after sending them over.
 
     * Clarify few login-related log messages.
 
+    * Change logging level for pooler-sent errors (usually on disconnect) from INFO
+      to WARNING, as they signify problems.
+
+    * Change log message for query_timeout to "query timeout".
+
 2009-07-06  -  PgBouncer 1.3.1  -  "Now fully conforming to NSA monitoring requirements"
 
   = Fixes =
index 269909af0795630640d69576ec1093798bb79cfc..552e3f5998d443adf4935006414f0851ae5bb43f 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.3.2rc1)
+AC_INIT(pgbouncer, 1.3.2)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(include/config.h)
 AC_PREREQ([2.59])
index aa1a47e7c3eb0904f324be5d1be454fc17c6c308..5b85064df2f28895d8323e4d02e0db0652d3a505 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.3.2-1) unstable; urgency=low
+
+  * v1.3.2
+
+ -- Marko Kreen <marko.kreen@skype.net>  Mon, 15 Mar 2010 16:09:16 +0200
+
 pgbouncer (1.3.2rc1-1) unstable; urgency=low
 
   * v1.3.2rc1