From: Petr Jelinek Date: Fri, 3 Aug 2018 14:18:11 +0000 (+0200) Subject: v1.9 X-Git-Tag: pgbouncer_1_9_0~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=241a58923dce5df6f8618f90a4c66fa86f88b649;p=pgbouncer v1.9 --- diff --git a/NEWS.rst b/NEWS.rst index e98c7b7..2715ea8 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,55 @@ PgBouncer changelog =================== +PgBouncer 1.9.x +--------------- + +**2018-08-03 - PgBouncer 1.9.0 - "Chaos Survival"** + +- Features + + * RECONNECT command + + * WAIT_CLOSE command + + * Fast close - Disconnect a server in session pool mode immediately if + it is in "close_needed" (reconnect) mode. + + * Add close_needed column to SHOW SERVERS + +- Fixes + + * Avoid double-free in parse_filename + * Avoid NULL pointer deref in parse_line + +- Cleanups + + * Port mkauth.py to Python 3 + + * Improve signals documentation + + * Improve quick star documentation + + * Document SET command + + * Correct list of required software + + * Fix -Wimplicit-fallthrough warnings + + * Add missing documentation for various SHOW fields + + * Document reconnect behavior on reload and DNS change + + * Document that KILL requires RESUME afterwards + + * Clarify documentation of server_lifetime + + * Typos and capitalization fixes in messages and docs + + * Fix psql invocation in tests + + * Various other test setup improvements + PgBouncer 1.8.x --------------- diff --git a/configure.ac b/configure.ac index b66649e..185bf5c 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.8.1) +AC_INIT(pgbouncer, 1.9.0) AC_CONFIG_SRCDIR(src/janitor.c) AC_CONFIG_HEADER(lib/usual/config.h) AC_PREREQ([2.59]) diff --git a/debian/changelog b/debian/changelog index 6fcaf93..1b594bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.9.0-1) unstable; urgency=low + + * v1.9.0 + + -- Petr Jelinek Fri, 03 Aug 2018 16:04:42 +0200 + pgbouncer (1.8.1-1) unstable; urgency=low * v1.8.1 diff --git a/doc/frag-config-man b/doc/frag-config-man index 7433ffc..5f8b46a 100644 --- a/doc/frag-config-man +++ b/doc/frag-config-man @@ -2,8 +2,8 @@ configuration file for pgbouncer -------------------------------- -:Date: 2017-12-20 -:Version: 1.8.1 +:Date: 2018-08-03 +:Version: 1.9.0 :Manual section: 5 :Manual group: Databases diff --git a/doc/frag-usage-man b/doc/frag-usage-man index b03ea25..2504b3f 100644 --- a/doc/frag-usage-man +++ b/doc/frag-usage-man @@ -2,8 +2,8 @@ lightweight connection pooler for PostgreSQL -------------------------------------------- -:Date: 2017-12-20 -:Version: 1.8.1 +:Date: 2018-08-03 +:Version: 1.9.0 :Manual section: 1 :Manual group: Databases diff --git a/lib b/lib index 51d4449..ab4f9b5 160000 --- a/lib +++ b/lib @@ -1 +1 @@ -Subproject commit 51d444927e55fed0523e03dd17b392fc70556023 +Subproject commit ab4f9b547919a22c32ef9e2c7e3925c374b17ecf