]> granicus.if.org Git - pgbouncer/commitdiff
v1.9
authorPetr Jelinek <pjmodos@pjmodos.net>
Fri, 3 Aug 2018 14:18:11 +0000 (16:18 +0200)
committerPetr Jelinek <pjmodos@pjmodos.net>
Fri, 3 Aug 2018 14:18:11 +0000 (16:18 +0200)
NEWS.rst
configure.ac
debian/changelog
doc/frag-config-man
doc/frag-usage-man
lib

index e98c7b78e8a9557cbcaa46b671fd81a08fa1ce15..2715ea8ceff196a966ce41c326cba160ea52f2df 100644 (file)
--- 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
 ---------------
 
index b66649ee60f1017cd97e8831c110e3126d770dfc..185bf5cd33825d7e9bc4a496cf18eea0c5a78d07 100644 (file)
@@ -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])
index 6fcaf93000fd1f75adfb40a4a6138ea7876397c6..1b594bdb7ba881641784a0bfa689534f321b0954 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.9.0-1) unstable; urgency=low
+
+  * v1.9.0
+
+ -- Petr Jelinek <pjmodos@pjmodos.net>  Fri, 03 Aug 2018 16:04:42 +0200
+
 pgbouncer (1.8.1-1) unstable; urgency=low
 
   * v1.8.1
index 7433ffc3353a64af0e0f7fc2dc1527c62ea5b945..5f8b46a7290bc8236fc302b9f72345bb3d364056 100644 (file)
@@ -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
 
index b03ea25193227a7b813e3741f3f50d7408da07a0..2504b3f5f8e3a4d9049b15205b06610fcfcd9ab5 100644 (file)
@@ -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 51d444927e55fed0523e03dd17b392fc70556023..ab4f9b547919a22c32ef9e2c7e3925c374b17ecf 160000 (submodule)
--- a/lib
+++ b/lib
@@ -1 +1 @@
-Subproject commit 51d444927e55fed0523e03dd17b392fc70556023
+Subproject commit ab4f9b547919a22c32ef9e2c7e3925c374b17ecf