From 2bf4043e29f0a9ef9d9af25a7b5f398f1874c884 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 12 Sep 2012 13:37:57 +0300 Subject: [PATCH] v1.5.3 --- NEWS | 14 ++++++++++++-- configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 859ba8c..75762e1 100644 --- 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 diff --git a/configure.ac b/configure.ac index e82beb5..28e20ff 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.2) +AC_INIT(pgbouncer, 1.5.3) 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 8c2adf1..2956af8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.5.3-1) unstable; urgency=low + + * v1.5.3 + + -- Marko Kreen Wed, 12 Sep 2012 13:36:51 +0300 + pgbouncer (1.5.2-1) unstable; urgency=low * v1.5.2 -- 2.39.5