mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-05 13:20:31 +02:00
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:
parent
8b5e2cd713
commit
76afcee125
@ -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 @@
|
||||
pg_probackup 2.0.15
|
||||
pg_probackup 2.0.16
|
Loading…
Reference in New Issue
Block a user