From: Marko Kreen Date: Tue, 29 Mar 2011 14:01:30 +0000 (+0300) Subject: v1.4.1-rc5 X-Git-Tag: pgbouncer_1_4_1_rc5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b86861a053557541f323ab961b783989e553a3e;p=pgbouncer v1.4.1-rc5 --- diff --git a/NEWS b/NEWS index 5f973bd..401ab25 100644 --- a/NEWS +++ b/NEWS @@ -29,9 +29,18 @@ * Turn on tcp_keepalive by default, as that's what Postgres also does. (Hubert Depesz Lubaczewski) + * Set default server_reset_query to DISCARD ALL to be compatible + with Postgres by default. + * win32: Fix crashes with NULL unix socket addr. (Hiroshi Saito) + * Fix autodb cleanup: old cleanup code was mixing up databases and pools + - as soon as one empty pool was found, the database was tagged as 'idle', + potentially later killing database with active users. + + Reported-By: Hubert Depesz Lubaczewski + = Fixes = * Make compat getaddrinfo_a() non-blocking, by using single parallel @@ -68,6 +77,8 @@ * Mention in docs that -R requires unix_socket_dir. + * Discuss server_reset_query in faq.txt. + * Restore lost memset in slab allocator * Various minor portability fixes in libusual. diff --git a/configure.ac b/configure.ac index 724c344..15e268e 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.4.1rc4) +AC_INIT(pgbouncer, 1.4.1rc5) AC_CONFIG_SRCDIR(src/janitor.c) AC_CONFIG_HEADER(lib/usual/config.h) AC_PREREQ([2.59]) diff --git a/debian/changelog b/debian/changelog index f392e49..39d831a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.4.1rc5-1) unstable; urgency=low + + * v1.4.1rc5 + + -- Marko Kreen Tue, 29 Mar 2011 17:00:55 +0300 + pgbouncer (1.4.1rc3-1) unstable; urgency=low * v1.4.1rc4