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