news: fix makefile, mention 1.5.5
authorMarko Kreen <markokr@gmail.com>
Thu, 6 Aug 2015 17:03:11 +0000 (20:03 +0300)
committerMarko Kreen <markokr@gmail.com>
Thu, 6 Aug 2015 17:03:11 +0000 (20:03 +0300)
Makefile
NEWS.rst

index 212da4cda876f9d93d1b5352f7f27a69b25c2f30..639e963af64dee62c22a71ac5619429ba98fe7f0 100644 (file)
--- 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
 
index e533585a3e68ae86c6b700eb44507290c2b3b9be..f8322924b3a10cf6def7cb35c375e0b8779e854c 100644 (file)
--- 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