From 004ab239cac390382b8fb3a05b4c0f0200ddb27e48d7a1aa2a288976ed8086b2 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 23 May 2018 10:23:34 +0000 Subject: [PATCH] Accepting request 611527 from home:bruno_friedmann:branches:server:database:postgresql - Update release 2.03 version + Bug Fixes: - Fix potential buffer overrun in error message handling. - Fix archive write lock being taken for the synchronous archive-get command. + Improvements: - Embed exported C functions and Perl modules directly into the pgBackRest executable. - Use time_t instead of __time_t for better portability. - Print total runtime in milliseconds at command end. OBS-URL: https://build.opensuse.org/request/show/611527 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=12 --- 2.02.tar.gz | 3 --- 2.03.tar.gz | 3 +++ pgbackrest.changes | 14 ++++++++++++++ pgbackrest.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 2.02.tar.gz create mode 100644 2.03.tar.gz diff --git a/2.02.tar.gz b/2.02.tar.gz deleted file mode 100644 index f3567b1..0000000 --- a/2.02.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63c7e75947fd9659266845d3146589fac0985757ac35b59bd6ead2ce83a93d5e -size 5688484 diff --git a/2.03.tar.gz b/2.03.tar.gz new file mode 100644 index 0000000..df6c3c2 --- /dev/null +++ b/2.03.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3ce346a5900e94c5752dcbe8a35e8118c4dfc7da2df7e4635caa928c884a35 +size 5820825 diff --git a/pgbackrest.changes b/pgbackrest.changes index 5732d06..ac5e9d0 100644 --- a/pgbackrest.changes +++ b/pgbackrest.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed May 23 09:55:27 UTC 2018 - bruno@ioda-net.ch + +- Update release 2.03 version + + Bug Fixes: + - Fix potential buffer overrun in error message handling. + - Fix archive write lock being taken for the synchronous + archive-get command. + + Improvements: + - Embed exported C functions and Perl modules directly into + the pgBackRest executable. + - Use time_t instead of __time_t for better portability. + - Print total runtime in milliseconds at command end. + ------------------------------------------------------------------- Thu May 10 10:12:23 UTC 2018 - bruno@ioda-net.ch diff --git a/pgbackrest.spec b/pgbackrest.spec index 5c5063d..dc6dd88 100644 --- a/pgbackrest.spec +++ b/pgbackrest.spec @@ -18,7 +18,7 @@ Name: pgbackrest # Nobody can stop upstream to be too creative ! -Version: 2.02 +Version: 2.03 Release: 0 Summary: Reliable PostgreSQL Backup & Restore License: MIT