]> granicus.if.org Git - pgbouncer/commitdiff
v1.5.3
authorMarko Kreen <markokr@gmail.com>
Wed, 12 Sep 2012 10:37:57 +0000 (13:37 +0300)
committerMarko Kreen <markokr@gmail.com>
Wed, 12 Sep 2012 10:37:57 +0000 (13:37 +0300)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 859ba8cd781d7c66c73547da2abefe817540d1d1..75762e1bded986b46130f0bc88807ee14344cd56 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
-2012-07-xx  -  PgBouncer 1.5.3  -  ""
+2012-09-12  -  PgBouncer 1.5.3  -  "Quantum Toaster"
 
-  = Minor Feature =
+  = Critical fix =
+
+    * Too long database names can lead to crash, which
+      is remotely triggerable if autodbs are enabled.
+
+      The original checks assumed all names come from config files,
+      thus using fatal() was fine, but when autodbs are enabled
+      - by '*' in [databases] section - the database name can come
+      from network thus making remote shutdown possible.
+
+  = Minor Features =
 
     * max_packet_size - config parameter to tune maximum packet size
       that is allowed through.  Default is kept same: (2G-1), but now
index e82beb532c2be3467bbdc2bad5d1ee3cf3015974..28e20ffcf1bfcdf3859cee6d0e13de50478bee85 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.5.2)
+AC_INIT(pgbouncer, 1.5.3)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])
index 8c2adf1f5f91c91f1944e86f7a26cdf5e1b90a43..2956af8142fad0c342642fefa97514ce2e8991ac 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.5.3-1) unstable; urgency=low
+
+  * v1.5.3
+
+ -- Marko Kreen <marko.kreen@skype.net>  Wed, 12 Sep 2012 13:36:51 +0300
+
 pgbouncer (1.5.2-1) unstable; urgency=low
 
   * v1.5.2