From e101567571e030f9e969a8a2a4aa29dc70c298b5 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 26 Jun 2009 11:28:14 +0000 Subject: [PATCH] v1.3.1rc1 --- NEWS | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ae67e4a..6245550 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +2009-xx-xx - PgBouncer 1.3.1 - "" + + = Fixes = + + * Fix problem with sbuf_loopcnt which could make connections hang. + If query or result length is nearby of multiple of (pktlen*sbuf_loopcnt) + [10k by default], it could stay waiting for more data which will not + appear. + + * Make database reconfigure immediate. Currently old connections + could be reused after SIGHUP. + + * Fix SHOW DATABASES which was broken due to column addition. + + * Fix bad CUSTOM_ALIGN macro. Luckily it's unused if OS already + defines ALIGN macro thus seems the bug has not happened in wild. + + * win32: call WSAStartup() always, not only in daemon mode + as config parsing wants to resolve hosts. + + * win32: put quotes around config filename in service + cmdline to allow spaces in paths. Executable path + does not seem to need it due to some win32 magic. + + * Add STATS to SHOW HELP text. + + * doc/usage.txt: the time units in console results are in + microseconds, not milliseconds. + 2009-02-18 - PgBouncer 1.3 - "New Ki-Smash Finishing Move" = Features = diff --git a/configure.ac b/configure.ac index 78715ea..9c7a5d4 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) +AC_INIT(pgbouncer, 1.3.1rc1) 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 5fabe69..55295e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.3.1rc1-1) unstable; urgency=low + + * v1.3.1rc1 + + -- Marko Kreen Fri, 26 Jun 2009 14:25:42 +0300 + pgbouncer (1.3-1) unstable; urgency=low * v1.3 -- 2.40.0