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.
This commit is contained in:
Anastasia
2018-03-02 19:26:37 +03:00
parent 8b5e2cd713
commit 76afcee125
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
#include <sys/stat.h>
#include <unistd.h>
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";
+1 -1
View File
@@ -1 +1 @@
pg_probackup 2.0.15
pg_probackup 2.0.16