SHA256
1
0
forked from pool/pgbackrest

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
This commit is contained in:
Martin Pluskal 2018-05-23 10:23:34 +00:00 committed by Git OBS Bridge
parent 9f582f5832
commit 004ab239ca
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63c7e75947fd9659266845d3146589fac0985757ac35b59bd6ead2ce83a93d5e
size 5688484

3
2.03.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd3ce346a5900e94c5752dcbe8a35e8118c4dfc7da2df7e4635caa928c884a35
size 5820825

View File

@ -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

View File

@ -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