]> granicus.if.org Git - pgbouncer/commitdiff
v1.10.0 pgbouncer_1_10_0
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 1 Jul 2019 07:02:10 +0000 (09:02 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 1 Jul 2019 07:02:10 +0000 (09:02 +0200)
NEWS.md
configure.ac
debian/changelog
doc/frag-config-man.md
doc/frag-usage-man.md

diff --git a/NEWS.md b/NEWS.md
index 9a9d18559fad5da65f88a40b3e39d34788713d55..da703e30daa139cd83baeae4e8d617abd485c294 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,40 @@
 PgBouncer changelog
 ===================
 
+PgBouncer 1.10.x
+----------------
+
+**2019-07-01  -  PgBouncer 1.10.0  -  "Afraid of the World"**
+
+- Features
+  * Add support for enabling and disabling TLS 1.3.  (TLS 1.3 was
+    already supported, depending on the OpenSSL library, but now the
+    configuration settings to pick the TLS protocol versions also
+    support it.)
+- Fixes
+  * Fix TLS 1.3 support.  This was broken with OpenSSL 1.1.1 and
+    1.1.1a (but not before or after).
+  * Fix a rare crash in `SHOW FDS`
+    ([#311](https://github.com/pgbouncer/pgbouncer/issues/311)).
+  * Fix an issue that could lead to prolonged downtime if many cancel
+    requests arrive
+    ([#329](https://github.com/pgbouncer/pgbouncer/issues/329)).
+  * Avoid "unexpected response from login query" after a postgres
+    reload
+    ([#220](https://github.com/pgbouncer/pgbouncer/issues/220)).
+  * Fix `idle_transaction_timeout` calculation
+    ([#125](https://github.com/pgbouncer/pgbouncer/issues/125)).  The
+    bug would lead to premature timeouts in specific situations.
+- Cleanups
+  * Make various log and error messages more precise.
+  * Fix issues found by Coverity (none had a significant impact in
+    practice).
+  * Improve and document all test scripts.
+  * Add additional SHOW commands to the documentation.
+  * Convert the documentation from rst to Markdown.
+  * Python scripts in the source tree are all compatible with Python 3
+    now.
+
 PgBouncer 1.9.x
 ---------------
 
index cbcd8d0cbddd53f2880006896da014c3671ccd04..e6816037187e27088d47b51261174c4fa2168ae6 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.9.0)
+AC_INIT(pgbouncer, 1.10.0)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])
index 0b214338f95a36f9b139a6f31673d46f803a7c91..23917e7e20f9311f0d6d1ed1ea340e49d54252ac 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.10.0-1) unstable; urgency=low
+
+  * v1.10.0
+
+ -- Peter Eisentraut <peter@eisentraut.org>  Mon, 01 Jul 2019 00:00:00 +0000
+
 pgbouncer (1.9.0-1) unstable; urgency=low
 
   * v1.9.0
index f3458560468512e52f6da93d873140a0d743f141..75fd2a5fa49f646570c5c33a1bb012d9eb549620 100644 (file)
@@ -1,4 +1,4 @@
-% PGBOUNCER.INI(5) 1.9.0 | Databases
+% PGBOUNCER.INI(5) 1.10.0 | Databases
 
 ## Name
 
index 45dc650ab5a9bb3f2b07867135ac28e6214805d9..420eb6ef548909dcfdcd6c2584403fb29b8b8479 100644 (file)
@@ -1,4 +1,4 @@
-% PGBOUNCER(1) 1.9.0 | Databases
+% PGBOUNCER(1) 1.10.0 | Databases
 
 ## Name