-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 =
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])
+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