From 91ad4153da904d56147295f8c2ec6b88f88a2dc7 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 9 Apr 2008 15:23:41 +0000 Subject: [PATCH] set version to 1.1.3rc1 --- NEWS | 25 +++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 12 ++++++++++++ 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6ebb5e4..6472d29 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,29 @@ +2008-04-xx - PgBouncer 1.1.3 - "" + + = Fixes = + + * Only single accept() was issued per event loop which could + cause connecton backlog when having high amount of connection + attempts. Now the listening socket is always drained fully, + which should fix this. + * Handle EINTR from connect(). + * Make server_lifetime=0 disconnect server connection immidiately + after first use. Previously "0" made PgBouncer ignore server age. + As this behaviour was undocumented, there should not be any users + depending on it. + + = Features = + + * Cmdline option (-u) and config param (user=) to support user switching + at startup. Also now pgbouncer refuses to run as root. (Jason Coby) + * More descriptive usage text (-h). (Jason Coby) + * New config var 'ignore_startup_parameters' to allow and ignore + extra paramenters in startup packet. By default only 'database' + and 'user' are allowed, all others raise error. This is needed + to tolerate overenthusiastic JDBC wanting to unconditionally + set 'extra_float_digits=2' in startup packet. + 2007-12-10 - PgBouncer 1.1.2 - "The Hammer" = Features = diff --git a/configure.ac b/configure.ac index 2ab7611..5df8be5 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.1.2) +AC_INIT(pgbouncer, 1.1.3rc1) AC_CONFIG_SRCDIR(src/bouncer.h) AC_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index 93bcec4..b8d6ddf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +pgbouncer (1.1.3rc1-1) unstable; urgency=low + + * 1.1.3rc1 + + -- Marko Kreen Wed, 09 Apr 2008 18:19:14 +0300 + +pgbouncer (1.1.2-1) unstable; urgency=low + + * Final 1.1.2 + + -- Marko Kreen Mon, 10 Dec 2007 10:30:42 +0200 + pgbouncer (1.1.2-0rc1) unstable; urgency=low * 1.1.2rc1 -- 2.39.5