Prepare 3.3.1 V3_3_1
authorYugo Nagata <nagata@sraoss.co.jp>
Mon, 24 Mar 2014 14:34:58 +0000 (23:34 +0900)
committerYugo Nagata <nagata@sraoss.co.jp>
Mon, 24 Mar 2014 14:34:58 +0000 (23:34 +0900)
NEWS
pgpoolAdmin.spec
version.php

diff --git a/NEWS b/NEWS
index 0194827a3519c1c86caaf2ec1aff17f0601056d7..8240206d5bd0e465e298c0c6c31795984c3b41e1 100644 (file)
--- 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
index 8b7d9a140461a27015423add6e91fb840547610b..294f68196b10bba1b37f76a06ff9760d2e5dcfda 100644 (file)
@@ -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
index 925ea9e6f2973c1b23db8adcdef18deab19cdfbb..7c3decaeb34af9d97bdc5395fc84354191f7cb95 100644 (file)
@@ -23,6 +23,6 @@
  * @version    SVN: $Id$\r
  */\r
 \r
-$version = '3.3';\r
+$version = '3.3.1';\r
 \r
 ?>\r