]> granicus.if.org Git - pgbouncer/commitdiff
v1.2.1
authorMarko Kreen <markokr@gmail.com>
Mon, 4 Aug 2008 11:46:38 +0000 (11:46 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 4 Aug 2008 11:46:38 +0000 (11:46 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 239ed60d9061709cdbf0b9db8d39904a6edfcecc..994035ea8c82f78bb8dd355fe0f4b5a35f43fc0c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,23 @@
 
-2008-08-xx  -  PgBouncer 1.2.1  -  ""
+2008-08-04  -  PgBouncer 1.2.1  -  "Waterproof"
 
   = Features =
 
-    * drop_on_error config param - if server throws error the connection
-      will not be reused but dropped.  Defaults to 1.
+    * New parameter 'drop_on_error' - if server throws error the connection
+      will not be reused but dropped after client finished with it.  This is
+      needed to refresh plan cache.  Automatic refresh does not work even in 8.3.
+      Defaults to 1.
 
   = Fixes =
 
     * SHOW SOCKETS/CLIENTS/SERVERS: Don't crash if socket has no buffer.
+    * Fix infinite loop on SUSPEND if suspend_timeout triggers.
+
+  = Minor cleanups =
+
+    * Use <sys/uio.h> for 'struct iovec'.
+    * Cancel shutdown (from SIGINT) on RESUME/SIGUSR2,
+      otherwise it will trigger on next PAUSE.
 
 2008-07-29  -  PgBouncer 1.2  -  "Ordinary Magic Flute"
 
index ccdbd958ced041f29430e2c9b6bc44e01ec07f24..2901e21c4658e7f4235ce2cee9e2cb60519f125f 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.2)
+AC_INIT(pgbouncer, 1.2.1)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(include/config.h)
 AC_PREREQ([2.59])
index 04b24be67620599f746f2020689f0cf5ebb8abaa..a8a3e914ee6c2c4ed74789b6b703688777631444 100644 (file)
@@ -1,4 +1,4 @@
-pgbouncer (1.2.1-0cvs) unstable; urgency=low
+pgbouncer (1.2.1-1) unstable; urgency=low
 
   * v1.2.1