]> granicus.if.org Git - pgbouncer/commitdiff
v1.3.1rc1 pgbouncer_1_3_1_rc1
authorMarko Kreen <markokr@gmail.com>
Fri, 26 Jun 2009 11:28:14 +0000 (11:28 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 26 Jun 2009 11:28:14 +0000 (11:28 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index ae67e4a16043bb8cba796f5b414b15e615593dc0..6245550f9352f11ca39161946ae4a844fd7c8534 100644 (file)
--- 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 =
index 78715ea6af573eaaf75acd0f3b9911ebc26035fe..9c7a5d4323b05d2bd4321aaf8fd1ff2a22efb9fc 100644 (file)
@@ -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])
index 5fabe69584e88271c932d63fce36c99898fdf63e..55295e25b874b556c22e746cc9b199fff798e793 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.3.1rc1-1) unstable; urgency=low
+
+  * v1.3.1rc1
+
+ -- Marko Kreen <marko.kreen@skype.net>  Fri, 26 Jun 2009 14:25:42 +0300
+
 pgbouncer (1.3-1) unstable; urgency=low
 
   * v1.3