From 28b8156d88b7842a72f484734296ca207a463927 Mon Sep 17 00:00:00 2001 From: kfuru Date: Fri, 7 Oct 2016 14:51:16 +0900 Subject: [PATCH 1/2] Update version number to 1.3.3. --- README.md | 2 +- expected/option.out | 2 +- pg_rman.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef34eb85..17432955 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ To restore from a backup, use the `restore` command. Note that pg_rman itself g $ pg_ctl stop -m immediate $ pg_rman restore $ cat $PGDATA/recovery.conf -# recovery.conf generated by pg_rman 1.3.2 +# recovery.conf generated by pg_rman 1.3.3 restore_command = 'cp /home/postgres/arclog/%f %p' recovery_target_timeline = '1' $ pg_ctl start diff --git a/expected/option.out b/expected/option.out index ab2eb6da..0c6c2520 100644 --- a/expected/option.out +++ b/expected/option.out @@ -73,7 +73,7 @@ Report bugs to . ###### COMMAND OPTION TEST-0002 ###### ###### version option ###### -pg_rman 1.3.2 +pg_rman 1.3.3 1 ###### COMMAND OPTION TEST-0003 ###### diff --git a/pg_rman.c b/pg_rman.c index de07197c..6105f9f1 100644 --- a/pg_rman.c +++ b/pg_rman.c @@ -14,7 +14,7 @@ #include #include -const char *PROGRAM_VERSION = "1.3.2"; +const char *PROGRAM_VERSION = "1.3.3"; const char *PROGRAM_URL = "http://github.com/ossc-db/pg_rman"; const char *PROGRAM_ISSUES = "http://github.com/ossc-db/pg_rman/issues"; From 61204365f93d446fff724684c5aad3b03bfe7390 Mon Sep 17 00:00:00 2001 From: kfuru Date: Fri, 7 Oct 2016 15:03:54 +0900 Subject: [PATCH 2/2] Update support versions in doc. --- docs/index-ja.html | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index-ja.html b/docs/index-ja.html index f3b7d591..8bc37266 100755 --- a/docs/index-ja.html +++ b/docs/index-ja.html @@ -1381,7 +1381,7 @@

RPMを用いたインストール

動作環境

PostgreSQLバージョン
-
PostgreSQL 8.4, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5
+
PostgreSQL 8.4, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6
OS
RHEL 5/6/7, Ubuntu 12.04LTS
diff --git a/docs/index.html b/docs/index.html index 78d1c8ce..3709f50d 100755 --- a/docs/index.html +++ b/docs/index.html @@ -1351,7 +1351,7 @@

Install from rpm package

Requirements

PostgreSQL
-
PostgreSQL 8.4, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5
+
PostgreSQL 8.4, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6
OS
RHEL 5/6/7, Ubuntu 12.04LTS