From: Marko Kreen Date: Thu, 9 Apr 2015 14:10:33 +0000 (+0300) Subject: v1.5.5 X-Git-Tag: pgbouncer_1_5_5 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=8dcf52e117d64a68f0c9ffb52d6f1b093652cc40;p=pgbouncer.git v1.5.5 --- 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