From 8dcf52e117d64a68f0c9ffb52d6f1b093652cc40 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 9 Apr 2015 17:10:33 +0300 Subject: [PATCH] v1.5.5 --- NEWS | 7 +++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a9ffa59..ed5c6a0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +2015-04-09 - PgBouncer 1.5.5 - "Play Dead To Win" + + = Fixes = + + * Fix remote crash - invalid packet order causes lookup of NULL + pointer. Not exploitable, just DoS. + 2012-11-28 - PgBouncer 1.5.4 - "No Leaks, Potty-Training Successful" = Fixes = diff --git a/configure.ac b/configure.ac index cd5b515..02d9699 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.4) +AC_INIT(pgbouncer, 1.5.5) 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 c04228a..ac18a2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.5.5-1) unstable; urgency=low + + * v1.5.5 + + -- Marko Kreen Thu, 09 Apr 2015 17:10:10 +0300 + pgbouncer (1.5.4-1) unstable; urgency=low * v1.5.4 -- 2.40.0