* 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
* 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.
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])
+pgbouncer (1.4.1rc5-1) unstable; urgency=low
+
+ * v1.4.1rc5
+
+ -- Marko Kreen <marko.kreen@skype.net> Tue, 29 Mar 2011 17:00:55 +0300
+
pgbouncer (1.4.1rc3-1) unstable; urgency=low
* v1.4.1rc4