]> granicus.if.org Git - pgbouncer/commitdiff
Update NEWS
authorMarko Kreen <markokr@gmail.com>
Wed, 18 Jul 2012 18:32:27 +0000 (21:32 +0300)
committerMarko Kreen <markokr@gmail.com>
Wed, 18 Jul 2012 18:32:27 +0000 (21:32 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 1cc788d460f51bbb8a9917cf8d2ca09581d248e8..859ba8cd781d7c66c73547da2abefe817540d1d1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+2012-07-xx  -  PgBouncer 1.5.3  -  ""
+
+  = Minor Feature =
+
+    * max_packet_size - config parameter to tune maximum packet size
+      that is allowed through.  Default is kept same: (2G-1), but now
+      it can be made smaller.
+
+    * In case of unparseable packet header, show it in hex in log and
+      error message.
+
+  = Fixes =
+
+    * AntiMake: it used $(relpath) and $(abspath) to manupulate pathnames,
+      but the result was build failure when source tree path contained
+      symlinks.  The code is now changed to work on plain strings only.
+
+    * console: now SET can be used to set empty string values.
+
+    * config.txt: show that all timeouts can be set in floats.
+      This is well-hidden feature introduced in 1.4.
+
 2012-05-29  -  PgBouncer 1.5.2  -  "Don't Chew, Just Swallow"
 
   = Fixes =