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:
parent
9f582f5832
commit
004ab239ca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63c7e75947fd9659266845d3146589fac0985757ac35b59bd6ead2ce83a93d5e
|
||||
size 5688484
|
3
2.03.tar.gz
Normal file
3
2.03.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd3ce346a5900e94c5752dcbe8a35e8118c4dfc7da2df7e4635caa928c884a35
|
||||
size 5820825
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user