diff options
author | Bo Peng | 2018-02-05 04:08:32 +0000 |
---|---|---|
committer | Bo Peng | 2018-02-05 04:08:32 +0000 |
commit | 3e628c17e2cda16bfc427e767458f2b4c82a125a (patch) | |
tree | 11d88ae20ef409e87d762df5cf34a90d03330b6b | |
parent | 72399045b89dfe130f5b1c977d6a579966db2201 (diff) |
Prepare 3.7.1.V3_7_1_RPMV3_7_1
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | version.php | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -2,6 +2,22 @@ pgpoolAdmin 3.7 =============================================================================== +* Version 3.7.1 2018/02/05 + + ** New features + + - Add new PostgreSQL connect timeout parameter. (Bo Peng) + + Sometimes no response from backend due to network reasons, + pgpoolAdmin will wait for long time. In this commit, we add + new PostgreSQL connection timeout parameter. + + Patch is provide by Tuukka Kivilahti, and improved by me. + + ** Bug fixes + + - Fix pgpool stop mode doesn't work correctly. (Bo Peng) + * Version 3.7.0 2017/11/22 ** New features diff --git a/version.php b/version.php index de18373..b543d11 100644 --- a/version.php +++ b/version.php @@ -23,6 +23,6 @@ * @version SVN: $Id$
*/
-$version = '3.7.0';
+$version = '3.7.1';
?>
|