From: Marko Kreen Date: Tue, 11 Jan 2011 14:10:24 +0000 (+0200) Subject: News update for 1.4-final X-Git-Tag: pgbouncer_1_4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e2990c0302c32d39a8dc695578a7e81658ab401;p=pgbouncer News update for 1.4-final --- diff --git a/NEWS b/NEWS index 96f22c8..b9f9798 100644 --- 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. @@ -26,6 +25,15 @@ 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.