]> granicus.if.org Git - pgbouncer/commitdiff
News update for 1.4-final pgbouncer_1_4
authorMarko Kreen <markokr@gmail.com>
Tue, 11 Jan 2011 14:10:24 +0000 (16:10 +0200)
committerMarko Kreen <markokr@gmail.com>
Tue, 11 Jan 2011 14:39:11 +0000 (16:39 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 96f22c82e8934a8e1a05e12b4df62ed79caaddc5..b9f97984079bed0df443e9f11488444c0ee96c3b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-2010-xx-xx  -  PgBouncer 1.4  -  ""
+2011-01-11  -  PgBouncer 1.4  -  "Gore Code"
 
   = Features =
 
@@ -11,8 +11,7 @@
 
       When --enable-evdns argument to configure, libevent's evdns is used
       as backend.  It is not used by default, because libevent 1.3/1.4
-      contain quite broken implementation.  Only evdns in libevent 2.0
-      seems reliable enough.
+      contain buggy implementation.  Only evdns in libevent 2.0 seems OK.
 
     * New config var: syslog_ident, to tune syslog name.
 
       can disable Simple Query Protocol with that.  Requires apps
       that use only Extended Query Protocol.
 
+    * Postgres compat: if database name is empty in startup packet,
+      use user name as database.
+
+  = Fixes =
+
+    * DateStyle and TimeZone server params need to use exact case.
+
+    * Console: send datetime, timezone and stdstr server params to client.
+
   = Internal cleanups =
 
     * Use libusual library for low-level utility functions.