From: Peter Eisentraut Date: Tue, 27 Aug 2019 08:17:07 +0000 (+0200) Subject: v1.11.0 X-Git-Tag: pgbouncer_1_11_0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05aa5afa5b302faff928c38c8cef072f9f67ee52;p=pgbouncer v1.11.0 --- diff --git a/NEWS.md b/NEWS.md index da703e3..656e52a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,37 @@ PgBouncer changelog =================== +PgBouncer 1.11.x +---------------- + +**2019-08-27 - PgBouncer 1.11.0 - "Instinct for Greatness"** + +- Features + * Add support for SCRAM authentication for clients and servers. A + new authentication type `scram-sha-256` is added. + * Handle `auth_type=password` when the stored password is md5, like + a PostgreSQL server + would. ([#129](https://github.com/pgbouncer/pgbouncer/pull/129)) + * Add option `log_stats` to disable printing stats to + log. ([#287](https://github.com/pgbouncer/pgbouncer/pull/287)) + * Add time zone to log timestamps. + * Put PID into [brackets] in log prefix. +- Fixes + * Fix OpenSSL configure test when running against newer OpenSSL with + `-Werror`. + * Fix wait time computation with `auth_user`. This would either + crash or report garbage values for wait + time. ([#393](https://github.com/pgbouncer/pgbouncer/pull/393)) + * Handle GSSENCRequest packet, added in PostgreSQL 12. It doesn't + do anything right now, but it avoids confusing error messages + about "bad packet header". +- Cleanups + * Many improvements in the test suite and several new tests + * Fix several compiler warnings on Windows. + * Expand documentation of the `[users]` section and add to example + config + file. ([#330](https://github.com/pgbouncer/pgbouncer/pull/330)) + PgBouncer 1.10.x ---------------- diff --git a/configure.ac b/configure.ac index a41958d..b9a2fe3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([PgBouncer], - [1.10.0], + [1.11.0], [https://github.com/pgbouncer/pgbouncer/issues], [], [https://pgbouncer.github.io/]) AC_CONFIG_SRCDIR(src/janitor.c) diff --git a/debian/changelog b/debian/changelog index 23917e7..ad96c4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.11.0-1) unstable; urgency=low + + * v1.11.0 + + -- Peter Eisentraut Tue, 27 Aug 2019 00:00:00 +0000 + pgbouncer (1.10.0-1) unstable; urgency=low * v1.10.0