From: Marko Kreen Date: Mon, 6 Jul 2009 13:27:08 +0000 (+0000) Subject: v1.3.1 X-Git-Tag: pgbouncer_1_3_1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0b5f31d32ed514578f9a7e0dcaaa9d3f1c9e8ea;p=pgbouncer v1.3.1 --- diff --git a/NEWS b/NEWS index 6245550..ebd1102 100644 --- 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. diff --git a/configure.ac b/configure.ac index 9c7a5d4..6d8f944 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index 55295e2..4a766bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.3.1-1) unstable; urgency=low + + * v1.3.1 + + -- Marko Kreen Mon, 06 Jul 2009 16:12:53 +0300 + pgbouncer (1.3.1rc1-1) unstable; urgency=low * v1.3.1rc1