From 76afcee1255d94ebc84f89ba336827999436a4c2 Mon Sep 17 00:00:00 2001 From: Anastasia Date: Fri, 2 Mar 2018 19:26:37 +0300 Subject: [PATCH] Version 2.0.16 - Fix CVE-2018-1058. Use schema name explicitly in all function calls. - Fix: Handle datafiles in directory global as datafiles. - Fix: Do not copy ptrack files from directory global to backup anymore. - Check if --instance is specified for VALIDATE with target parameters - Adjust README package installation instruction. --- src/pg_probackup.c | 2 +- tests/expected/option_version.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pg_probackup.c b/src/pg_probackup.c index 4a336142..a7c44b34 100644 --- a/src/pg_probackup.c +++ b/src/pg_probackup.c @@ -17,7 +17,7 @@ #include #include -const char *PROGRAM_VERSION = "2.0.15"; +const char *PROGRAM_VERSION = "2.0.16"; const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup"; const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues"; diff --git a/tests/expected/option_version.out b/tests/expected/option_version.out index 4c808302..03f91a52 100644 --- a/tests/expected/option_version.out +++ b/tests/expected/option_version.out @@ -1 +1 @@ -pg_probackup 2.0.15 \ No newline at end of file +pg_probackup 2.0.16 \ No newline at end of file