From a0b1c4cb102ef66ec9d993832166d28adc74b330 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 29 May 2012 11:05:16 +0300 Subject: [PATCH] v1.5.2 --- NEWS | 9 +++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 48d9f25..1cc788d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +2012-05-29 - PgBouncer 1.5.2 - "Don't Chew, Just Swallow" + + = Fixes = + + * Due to mistake, reserve_pool_timeout was taken in microseconds, + not seconds, effectively activating reserve pool immediately + when pool got full. Now use it as seconds, as was intended. + (Noticed by Keyur Govande) + 2012-04-17 - PgBouncer 1.5.1 - "Abort, Retry, Ignore?" = Features = diff --git a/configure.ac b/configure.ac index 98afb36..e82beb5 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.5.1) +AC_INIT(pgbouncer, 1.5.2) AC_CONFIG_SRCDIR(src/janitor.c) AC_CONFIG_HEADER(lib/usual/config.h) AC_PREREQ([2.59]) diff --git a/debian/changelog b/debian/changelog index 74f30c2..8c2adf1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.5.2-1) unstable; urgency=low + + * v1.5.2 + + -- Marko Kreen Tue, 29 May 2012 11:02:48 +0300 + pgbouncer (1.5.1-1) unstable; urgency=low * v1.5.1 -- 2.40.0