From 25f388954f96705132990ff8678ddaa0b7dd2c75 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 15 Mar 2010 14:44:28 +0000 Subject: [PATCH] v1.3.2 --- NEWS | 19 +++++++++++++++++-- configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 7260afc..963f149 100644 --- 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. @@ -23,6 +33,11 @@ * 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 = diff --git a/configure.ac b/configure.ac index 269909a..552e3f5 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index aa1a47e..5b85064 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.3.2-1) unstable; urgency=low + + * v1.3.2 + + -- Marko Kreen Mon, 15 Mar 2010 16:09:16 +0200 + pgbouncer (1.3.2rc1-1) unstable; urgency=low * v1.3.2rc1 -- 2.40.0