We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7239904 commit 3e628c1Copy full SHA for 3e628c1
2 files changed
NEWS
@@ -2,6 +2,22 @@
2
pgpoolAdmin 3.7
3
===============================================================================
4
5
+* Version 3.7.1 2018/02/05
6
+
7
+ ** New features
8
9
+ - Add new PostgreSQL connect timeout parameter. (Bo Peng)
10
11
+ Sometimes no response from backend due to network reasons,
12
+ pgpoolAdmin will wait for long time. In this commit, we add
13
+ new PostgreSQL connection timeout parameter.
14
15
+ Patch is provide by Tuukka Kivilahti, and improved by me.
16
17
+ ** Bug fixes
18
19
+ - Fix pgpool stop mode doesn't work correctly. (Bo Peng)
20
21
* Version 3.7.0 2017/11/22
22
23
** New features
version.php
@@ -23,6 +23,6 @@
* @version SVN: $Id$
24
*/
25
26
-$version = '3.7.0';
+$version = '3.7.1';
27
28
?>
0 commit comments