pgpoolAdmin 3.1.1 2011/12/5

    * pgpoolAdmin 3.1 adopts pgpool-II 3.1.

        * Version 3.1.1 2011/12/5

            - Fix not to ignore changing boolean values in pgpool.conf. (Anzai)
            - Fix not to ignore changing D option of pgpool command in pgmgt.conf. (Anzai)
            - At query cache page it somtimes happen "redeclare function" error,
              so replace include() to require_once(). (Anzai)
            - Update french document. (Guillaume Lelarge)

        * Version 3.1 2011/10/14

          - Replace functions deprecated in PHP 5.3 (Anzai)

          - Sync pgpool.conf Setting with pgpool-II 3.1 (Anzai)

          - Add new parameters and remove deleted parameters in pgpool-II 3.1 (Anzai)
            - new:
              follow_master_command, relcache_expire, backend_flag, sr_check_period,
              sr_check_user, sr_check_password, log_destination, syslog_facility, syslog_ident

            - deleted:
              pcp_timeout, backend_socket_dir

          - Add promote button in Master/Slave mode with streaming replication (Anzai)
            - This button is to execute pcp_promote_node.

          - Other small changes for pgpool-II 3.1 (Anzai)
            - When log_destination is syslog, Log button will be invisible.
            - Allow regex value in black_function_list and white_function_list.

          - Some fix (Anzai)
            - Change to save boolean values in pgpool.conf with on/off format.
