v1.5.2 pgbouncer_1_5_2
authorMarko Kreen <markokr@gmail.com>
Tue, 29 May 2012 08:05:16 +0000 (11:05 +0300)
committerMarko Kreen <markokr@gmail.com>
Tue, 29 May 2012 21:00:02 +0000 (00:00 +0300)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 48d9f25ae7f61e726f2828e6045f0e395ac3621b..1cc788d460f51bbb8a9917cf8d2ca09581d248e8 100644 (file)
--- 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 =
index 98afb3657a574ce537c752c478afb4b48d3ebee3..e82beb532c2be3467bbdc2bad5d1ee3cf3015974 100644 (file)
@@ -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])
index 74f30c24ba62e79bb1e0ffdba5c8d20a8025f2c9..8c2adf1f5f91c91f1944e86f7a26cdf5e1b90a43 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.5.2-1) unstable; urgency=low
+
+  * v1.5.2
+
+ -- Marko Kreen <marko.kreen@skype.net>  Tue, 29 May 2012 11:02:48 +0300
+
 pgbouncer (1.5.1-1) unstable; urgency=low
 
   * v1.5.1