v1.5.5 pgbouncer_1_5_5
authorMarko Kreen <markokr@gmail.com>
Thu, 9 Apr 2015 14:10:33 +0000 (17:10 +0300)
committerMarko Kreen <markokr@gmail.com>
Thu, 9 Apr 2015 14:10:33 +0000 (17:10 +0300)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index a9ffa591eb51eed81cdcf029f8321e4152fe09f8..ed5c6a09e228a96d20c9de4282308b4e2f1ff0fa 100644 (file)
--- 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 =
index cd5b51521e8067b3266d8d89025995c1283f6a97..02d9699e6ba2faad22b8f30aa83c53a9b2c1b2c8 100644 (file)
@@ -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])
index c04228a24a8004cdc7d4ad31f4a52987ebdc0e14..ac18a2ad6649a21859fde125b5fc45f4853c58ac 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.5.5-1) unstable; urgency=low
+
+  * v1.5.5
+
+ -- Marko Kreen <markokr@gmail.com>  Thu, 09 Apr 2015 17:10:10 +0300
+
 pgbouncer (1.5.4-1) unstable; urgency=low
 
   * v1.5.4