]> granicus.if.org Git - pgbouncer/commitdiff
v1.4.1-rc5 pgbouncer_1_4_1_rc5
authorMarko Kreen <markokr@gmail.com>
Tue, 29 Mar 2011 14:01:30 +0000 (17:01 +0300)
committerMarko Kreen <markokr@gmail.com>
Tue, 29 Mar 2011 14:01:30 +0000 (17:01 +0300)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 5f973bdf5d2f322c296bcf60140e17f9bcc6f2f5..401ab25ea410a4b88c93e1a72f2a3153af830352 100644 (file)
--- a/NEWS
+++ b/NEWS
     * 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.
index 724c3441ff4ee577e897e9d01f7b7ec171d5ed4c..15e268e4029a1c5513ae7b31bdaa5c3b35402d2f 100644 (file)
@@ -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])
index f392e4994660471bfbe60044cba2a356b1152d4b..39d831a59ebcafd06e4c7bd7dce973cd3679a18d 100644 (file)
@@ -1,3 +1,9 @@
+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