Skip to content

Commit 3e628c1

Browse files
committed
Prepare 3.7.1.
1 parent 7239904 commit 3e628c1

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
pgpoolAdmin 3.7
33
===============================================================================
44

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+
521
* Version 3.7.0 2017/11/22
622

723
** New features

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
* @version SVN: $Id$
2424
*/
2525

26-
$version = '3.7.0';
26+
$version = '3.7.1';
2727

2828
?>

0 commit comments

Comments
 (0)