From 798932dcf63773669f6d83f6c7f002963a0c969f Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 2 Nov 2015 20:39:44 +0200 Subject: [PATCH] v1.7rc1 --- NEWS.rst | 24 ++++++++++++++++++------ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index aca4c3d..7054b3d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,22 +1,34 @@ PgBouncer changelog =================== -Unreleased ----------- +PgBouncer 1.7.x +--------------- + +**2015-xx-xx - PgBouncer 1.7 - ""** - Features - * SSL connection, auth via client cert. + * Support TLS connections. OpenSSL/LibreSSL is used + as backend implementation. - * HBA-style access control file. + * Support authentication via TLS client certificate. * Unix sockets support "peer" auth. - * query_wait_timeout is set by default. + * HBA-style access control file. This allows to configure + TLS for network connections and "peer" authentication + for local connections. - Cleanups - * Remove **crypt** auth. + * Set `query_wait_timeout` to 120s by default. Current default + (0) causes infinite queueing, which is not useful. + + * Disable `server_reset_query_always` by default. Now reset + query is used only in pools that are in session mode. + + * Remove **crypt** auth. It's obsolete and not supported + by PostgreSQL since 8.4. PgBouncer 1.6.x --------------- diff --git a/configure.ac b/configure.ac index 86c27ba..912540e 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.7dev) +AC_INIT(pgbouncer, 1.7rc1) 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 30ffa16..74e6c41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.7~rc1-1) unstable; urgency=low + + * 1.7rc1 + + -- Marko Kreen Mon, 02 Nov 2015 18:11:58 +0200 + pgbouncer (1.7~dev-1) unstable; urgency=low * v1.7dev -- 2.40.0