]> granicus.if.org Git - pgbouncer/commitdiff
v1.11.0 pgbouncer_1_11_0
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 27 Aug 2019 08:17:07 +0000 (10:17 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 27 Aug 2019 08:17:07 +0000 (10:17 +0200)
NEWS.md
configure.ac
debian/changelog

diff --git a/NEWS.md b/NEWS.md
index da703e30daa139cd83baeae4e8d617abd485c294..656e52a1e2e35589cf1bce497bde271ae3f49c84 100644 (file)
--- 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
 ----------------
 
index a41958d93db50dc2cffe7253da3dd0834f1578b1..b9a2fe3047267edd042af77d27329d8d8f8cdca4 100644 (file)
@@ -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)
index 23917e7e20f9311f0d6d1ed1ea340e49d54252ac..ad96c4f065e92f58d48dfdbee8857059cfdae89b 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.11.0-1) unstable; urgency=low
+
+  * v1.11.0
+
+ -- Peter Eisentraut <peter@eisentraut.org>  Tue, 27 Aug 2019 00:00:00 +0000
+
 pgbouncer (1.10.0-1) unstable; urgency=low
 
   * v1.10.0