]> granicus.if.org Git - pgbouncer/commitdiff
v1.7rc1
authorMarko Kreen <markokr@gmail.com>
Mon, 2 Nov 2015 18:39:44 +0000 (20:39 +0200)
committerMarko Kreen <markokr@gmail.com>
Tue, 3 Nov 2015 10:39:51 +0000 (12:39 +0200)
NEWS.rst
configure.ac
debian/changelog

index aca4c3d2c24f87243e3f0bd28ca81597ed0e4293..7054b3da2f6b9f3007a53a814055ce6011567bc9 100644 (file)
--- 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
 ---------------
index 86c27ba004920e6ec04c06ec0ab04704b859558e..912540e05cd1c089636a94a507628eb698ef9561 100644 (file)
@@ -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])
index 30ffa16fe7ae9958a8b0c45775e942daaa0ed02d..74e6c418360b3d1c26fb183efc52e7ddb97267c4 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.7~rc1-1) unstable; urgency=low
+
+  * 1.7rc1
+
+ -- Marko Kreen <markokr@gmail.com>  Mon, 02 Nov 2015 18:11:58 +0200
+
 pgbouncer (1.7~dev-1) unstable; urgency=low
 
   * v1.7dev