From 65e00cbbd360b6a1eb16773c89228848849b2284 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 23 Apr 2010 14:44:54 +0000 Subject: [PATCH] v1.3.3rc1 --- NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 963f149..78a5a25 100644 --- 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 = diff --git a/configure.ac b/configure.ac index 65b15da..60ef8ba 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index 5b85064..9e90652 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.3.3-0rc1) unstable; urgency=low + + * v1.3.3rc1 + + -- Marko Kreen Fri, 23 Apr 2010 17:33:07 +0300 + pgbouncer (1.3.2-1) unstable; urgency=low * v1.3.2 -- 2.39.5