From: Marko Kreen Date: Thu, 6 Aug 2015 17:03:11 +0000 (+0300) Subject: news: fix makefile, mention 1.5.5 X-Git-Tag: pgbouncer_1_7_rc1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ebdd741b8f3e48dd9fb43fdd43cc5e17046880e;p=pgbouncer news: fix makefile, mention 1.5.5 --- diff --git a/Makefile b/Makefile index 212da4c..639e963 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ AM_FEATURES = libusual pgbouncer_EMBED_LIBUSUAL = 1 # docs to install as-is -dist_doc_DATA = README NEWS etc/pgbouncer.ini etc/userlist.txt +dist_doc_DATA = README NEWS.rst etc/pgbouncer.ini etc/userlist.txt DISTCLEANFILES = config.mak config.status lib/usual/config.h config.log diff --git a/NEWS.rst b/NEWS.rst index e533585..f832292 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -131,6 +131,13 @@ PgBouncer 1.6.x PgBouncer 1.5.x --------------- +**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