]> granicus.if.org Git - pgbouncer/commitdiff
v1.3.1 pgbouncer_1_3_1
authorMarko Kreen <markokr@gmail.com>
Mon, 6 Jul 2009 13:27:08 +0000 (13:27 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 6 Jul 2009 13:27:08 +0000 (13:27 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 6245550f9352f11ca39161946ae4a844fd7c8534..ebd1102bcaeff6ccfa4f3c7d19fd8738f8c7be4f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-2009-xx-xx  -  PgBouncer 1.3.1 -  ""
+2009-07-06  -  PgBouncer 1.3.1  -  "Now fully conforming to NSA monitoring requirements"
 
   = Fixes =
 
@@ -12,6 +12,9 @@
 
     * Fix SHOW DATABASES which was broken due to column addition.
 
+    * Console access was disabled when "auth_mode=any" as pgbouncer dropped username.
+      Fix: if "auth_mode=any", allow any user to console as admin.
+
     * Fix bad CUSTOM_ALIGN macro.  Luckily it's unused if OS already
       defines ALIGN macro thus seems the bug has not happened in wild.
 
index 9c7a5d4323b05d2bd4321aaf8fd1ff2a22efb9fc..6d8f944bb708ea5f97bac93a5d20ae30c6b7c776 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.3.1rc1)
+AC_INIT(pgbouncer, 1.3.1)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(include/config.h)
 AC_PREREQ([2.59])
index 55295e25b874b556c22e746cc9b199fff798e793..4a766bb9b60fb3793c76a7ac7e462e18bc020492 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.3.1-1) unstable; urgency=low
+
+  * v1.3.1
+
+ -- Marko Kreen <marko.kreen@skype.net>  Mon, 06 Jul 2009 16:12:53 +0300
+
 pgbouncer (1.3.1rc1-1) unstable; urgency=low
 
   * v1.3.1rc1