]> granicus.if.org Git - pgbouncer/commitdiff
draft notes for 1.4
authorMarko Kreen <markokr@gmail.com>
Fri, 10 Sep 2010 09:55:54 +0000 (12:55 +0300)
committerMarko Kreen <markokr@gmail.com>
Fri, 10 Sep 2010 09:55:54 +0000 (12:55 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 78a5a25ed40371a515e87a24c5f1dc558a3c3470..e7f3cbbcdf42779a235caa94ae4243dd740c3188 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,34 @@
-2010-xx-xx  -  PgBouncer 1.3.3  -  ""
+2010-xx-xx  -  PgBouncer 1.4  -  ""
+
+  * disable_pqexec
+  * application_name
+  * long options
+  * remove fixed-length limit from server params
+  * libusual
+
+2010-09-09  -  PgBouncer 1.3.4  -  "Bouncer is always right"
+
+  = Fixes =
+
+    * Apply fast-fail logic at connect time.  So if server is failing,
+      the clients get error when connecting.
+
+    * Don't tag automatically generated databases for checking on reload time,
+      otherwise they get killed, because they don't exist in config.
+
+    * Ignore application_name parameter by default.  This avoids the need
+      for all Postgres 9.0 users to add it into ignore_startup_parameters=
+      themselves.
+
+    * Correct pg_auth quoting.  '\' is not used there.
+
+    * Better error reporting on console, show incoming query to user.
+
+    * Support OS'es (OpenBSD) where tv_sec is not time_t.
+
+    * Avoid too noisy warnings on gcc 4.5.
+
+2010-05-10  -  PgBouncer 1.3.3  -  "NSFW"
 
   = Improvements =