]> granicus.if.org Git - pgbouncer/commitdiff
v1.3.3rc1
authorMarko Kreen <markokr@gmail.com>
Fri, 23 Apr 2010 14:44:54 +0000 (14:44 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 23 Apr 2010 14:44:54 +0000 (14:44 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 963f149773b4560bca99bd28b26c66496a5cdadb..78a5a25ed40371a515e87a24c5f1dc558a3c3470 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+2010-xx-xx  -  PgBouncer 1.3.3  -  ""
+
+  = Improvements =
+
+    * Make listen(2) argument configurable: listen_backlog.  This is
+      useful on OS'es, where system max allowed is configurable.
+
+    * Improve disconnect messages to show what username or dbname caused
+      login to fail.
+
+  = Fixes =
+
+    * Move fast-fail relaunch logic around.  Old one was annoying in case of
+      permanently broken databases or users, by trying to retry even if
+      there is no clients who want to login.
+
+    * Make logging functions keep old errno, otherwise pgbouncer may act funny
+      on higher loglevels and logging problems.
+
+    * Increase the size of various startup-related buffers to handle
+      EDB more noisy startup.
+
+    * Detect V2 protocol startup request and give clear reason for disconnect.
+
 2010-03-15  -  PgBouncer 1.3.2  -  "Boomerang Bullet"
 
   = Fixes =
index 65b15da9584295d609dc1c8a6278a2c8c5fa5f3c..60ef8ba0cf4d177b22c1c12583baf64a451030e3 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.3.2)
+AC_INIT(pgbouncer, 1.3.3rc1)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(include/config.h)
 AC_PREREQ([2.59])
index 5b85064df2f28895d8323e4d02e0db0652d3a505..9e90652b6f1b2a0073c13bdc246465bdd4dd1a77 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.3.3-0rc1) unstable; urgency=low
+
+  * v1.3.3rc1
+
+ -- Marko Kreen <marko.kreen@skype.net>  Fri, 23 Apr 2010 17:33:07 +0300
+
 pgbouncer (1.3.2-1) unstable; urgency=low
 
   * v1.3.2