]> granicus.if.org Git - pgbouncer/commitdiff
prepare for 1.3.2rc1
authorMarko Kreen <markokr@gmail.com>
Fri, 4 Dec 2009 11:19:34 +0000 (11:19 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 4 Dec 2009 11:19:34 +0000 (11:19 +0000)
AUTHORS
NEWS
configure.ac
debian/changelog

diff --git a/AUTHORS b/AUTHORS
index cdabcce548f4268ea97ebbcc5a0524deb6d03ab7..0d5b27f69681d27d4159ac35f4c57c344dcd3afc 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -12,6 +12,7 @@ David Fetter
 David Galoyan
 Devrim GÜNDÜZ
 Dimitri Fontaine
+Greg Sabino Mullane
 Hiroshi Saito
 Jacob Coby
 Jørgen Austvik
diff --git a/NEWS b/NEWS
index ebd1102bcaeff6ccfa4f3c7d19fd8738f8c7be4f..e277855a44b8f57122bf22567c7ae93cf404299a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+2009-xx-xx  -  PgBouncer 1.3.2  -  ""
+
+  = Fixes =
+
+    * Disable maintenance during SUSPEND.  Otherwise with short timeouts
+      the old bouncer could close few connections after sending them over.
+
+    * Apply client_login_timeout to clients waiting for welcome packet
+      (first server connection).  Otherwise they can stay waiting
+      infinitely, unless there is query_timeout set.
+
+    * win32: Add switch -U/-P to -regservice to let user pick account
+      to run service under.  Old automatic choice between Local Service and
+      Local System was not reliable enough.
+
+    * console: Remove \0 from end of text columns.  It was hard to notice,
+      as C clients were fine with it.
+
+    * Documentation improvements.  (Greg Sabino Mullane)
+
+    * Clarify few login-related log messages.
+
 2009-07-06  -  PgBouncer 1.3.1  -  "Now fully conforming to NSA monitoring requirements"
 
   = Fixes =
index 6d8f944bb708ea5f97bac93a5d20ae30c6b7c776..269909af0795630640d69576ec1093798bb79cfc 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.3.1)
+AC_INIT(pgbouncer, 1.3.2rc1)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(include/config.h)
 AC_PREREQ([2.59])
index 4a766bb9b60fb3793c76a7ac7e462e18bc020492..aa1a47e7c3eb0904f324be5d1be454fc17c6c308 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.3.2rc1-1) unstable; urgency=low
+
+  * v1.3.2rc1
+
+ -- Marko Kreen <marko.kreen@skype.net>  Fri, 04 Dec 2009 13:18:26 +0200
+
 pgbouncer (1.3.1-1) unstable; urgency=low
 
   * v1.3.1