mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
update CHANGES (master)
This commit is contained in:
parent
9234d113d8
commit
abdf5d0706
1 changed files with 22 additions and 2 deletions
|
@ -171,8 +171,8 @@ The best check that everything is ok is to run a dry-run extraction::
|
|||
Changelog
|
||||
=========
|
||||
|
||||
Version 1.2.0a3 (2019-02-26)
|
||||
----------------------------
|
||||
Version 1.2.0a4 (not released yet)
|
||||
----------------------------------
|
||||
|
||||
Please note:
|
||||
|
||||
|
@ -208,6 +208,26 @@ Compatibility notes:
|
|||
|
||||
Fixes:
|
||||
|
||||
- do not use O_NONBLOCK for special files, like FIFOs, block and char devices
|
||||
when using --read-special. fixes backing up FIFOs. fixes to test. #4394
|
||||
- more LibreSSL build fixes: LibreSSL has HMAC_CTX_free and *HMAC_CTX_new
|
||||
|
||||
Other changes:
|
||||
|
||||
- docs: added Alpine Linux to distribution list
|
||||
- vagrant:
|
||||
|
||||
- darwin: new 10.12 box
|
||||
- freebsd: new 12.0 box
|
||||
- openbsd: new 6.4 box
|
||||
- misc. updates / fixes
|
||||
|
||||
|
||||
Version 1.2.0a3 (2019-02-26)
|
||||
----------------------------
|
||||
|
||||
Fixes:
|
||||
|
||||
- LibreSSL build fixes, #4403
|
||||
- dummy ACL/xattr code fixes (used by OpenBSD and others), #4403
|
||||
- create: fix openat/statat issues for root directory, #4405
|
||||
|
|
Loading…
Reference in a new issue