summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYugo Nagata2014-03-24 14:34:58 +0000
committerYugo Nagata2014-03-24 14:34:58 +0000
commit3dd753206a188902fef42b694b782682cb8e9631 (patch)
tree6b0d62ebc0b3245406400318c7c3b407fb5258a6
parent9cf159246892e3388b36f4b43cccc0c62e54a29f (diff)
Prepare 3.3.1V3_3_1
-rw-r--r--NEWS64
-rw-r--r--pgpoolAdmin.spec2
-rw-r--r--version.php2
3 files changed, 47 insertions, 21 deletions
diff --git a/NEWS b/NEWS
index 0194827..8240206 100644
--- a/NEWS
+++ b/NEWS
@@ -1,45 +1,71 @@
===============================================================================
-pgpoolAdmin 3.2
+pgpoolAdmin 3.3
===============================================================================
+* Version 3.3.1 2014/03/24
+
+ - Fix a bug that watchdug status is shown as "Unknown" when it's "Down"
+ (Yugo Nagata)
+
+ - Fix a bug that restart of PostgreSQL doesn't work (Yugo Nagata)
+
+ - Fix to get properly if the login user is a super user or not on backend
+ nodes. (Nozomi Anzai)
+
+ This problem could be occured especially when he isn't a super user.
+ Per [pgpool-general: 2340].
+
+ - Fix that pgpool_pgctl can be executed only when the login user is super
+ user in backend nodes.(Nozomi Anzai)
+
+ Previously, any login user was able to try to execute pgpool_pgctl()
+ which could stop/restart/reload a backend node even if he was not a super
+ user. Also pgpool_pgctl() was executed by sr_check_user or health_check_user,
+ but it wasn't reasonable. This update is that buttons of stop/restart/reload
+ are disabled when the login user isn't a super user and that pgpool_pg_ctl()
+ is executed by login user instead of sr_check_user or health_check_user
+ who don't have to be non-superuser. Per [pgpool-general: 2338].
+
+-------------------------------------------------------------------------------
+
* Version 3.3 2013/07/30
pgpoolAdmin 3.3 adopts pgpool-II 3.3.
** New features
- - Add new parameters for pgpool-II 3.3 (Nozomi Anzai)
+ - Add new parameters for pgpool-II 3.3 (Nozomi Anzai)
- wd_authkey, wd_escalation_command, clear_memqcache_on_escalation,
- wd_lifecheck_method, wd_heartbeat_port, wd_heartbeat_keepalive,
- wd_heartbeat_deadtime wd_lifecheck_dbname, wd_lifecheck_user,
- wd_lifecheck_password, heartbeat_destination, heartbeat_destination_port,
- heartbeat_device
+ wd_authkey, wd_escalation_command, clear_memqcache_on_escalation,
+ wd_lifecheck_method, wd_heartbeat_port, wd_heartbeat_keepalive,
+ wd_heartbeat_deadtime wd_lifecheck_dbname, wd_lifecheck_user,
+ wd_lifecheck_password, heartbeat_destination, heartbeat_destination_port,
+ heartbeat_device
- - Add a watchdog statuse view in status page (Nozomi Anzai, Yugo Nagata)
-
- This show watchdog statuses of pgpool-IIs and the virtual IP etc. when
- watchdog is enabled.
+ - Add a watchdog statuse view in status page (Nozomi Anzai, Yugo Nagata)
+
+ This show watchdog statuses of pgpool-IIs and the virtual IP etc. when
+ watchdog is enabled.
- - Add functionality to stop/reload/restart PostgreSQL from GUI
- (Nozomi Anzai)
+ - Add functionality to stop/reload/restart PostgreSQL from GUI
+ (Nozomi Anzai)
- pgpool_pgctl function need to be installed in the backends. This function
- is a new feature of pgpool-II 3.3 provided by pgpool_recovery extension.
- In addition, a superuser whose name is same as the pgpoolAdmin's login user
- also must exists in the backend.
+ pgpool_pgctl function need to be installed in the backends. This function
+ is a new feature of pgpool-II 3.3 provided by pgpool_recovery extension.
+ In addition, a superuser whose name is same as the pgpoolAdmin's login user
+ also must exists in the backend.
- Add functionality to add/remove a backend from GUI (Nozomi Anzai)
- Show the hostname on which pgpoolAdmin is working in status page
- (Andrew Bruce, Nozomi Anzai)
+ (Andrew Bruce, Nozomi Anzai)
- Add fuctionality to show limited lines in log view (Yugo Nagata)
** Bug fixes
- Fix to not write deprecated parmeters to when updating pgpool.conf
- (Yugo Nagata)
+ (Yugo Nagata)
===============================================================================
pgpoolAdmin 3.2
diff --git a/pgpoolAdmin.spec b/pgpoolAdmin.spec
index 8b7d9a1..294f681 100644
--- a/pgpoolAdmin.spec
+++ b/pgpoolAdmin.spec
@@ -1,6 +1,6 @@
Summary: PgpoolAdmin - web-based pgpool administration
Name: pgpoolAdmin
-Version: 3.3.0
+Version: 3.3.1
Release: 1%{?dist}
License: BSD
Group: Applications/Databases
diff --git a/version.php b/version.php
index 925ea9e..7c3deca 100644
--- a/version.php
+++ b/version.php
@@ -23,6 +23,6 @@
* @version SVN: $Id$
*/
-$version = '3.3';
+$version = '3.3.1';
?>