mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-10 22:24:13 +00:00
update CHANGES (1.0.10)
This commit is contained in:
parent
c688b1be85
commit
e635f219b3
1 changed files with 28 additions and 0 deletions
|
@ -128,6 +128,34 @@ The best check that everything is ok is to run a dry-run extraction::
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Version 1.0.10 (2017-02-13)
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
- Manifest timestamps are now monotonically increasing,
|
||||||
|
this fixes issues when the system clock jumps backwards
|
||||||
|
or is set inconsistently across computers accessing the same repository, #2115
|
||||||
|
- Fixed testing regression in 1.0.10rc1 that lead to a hard dependency on
|
||||||
|
py.test >= 3.0, #2112
|
||||||
|
|
||||||
|
New features:
|
||||||
|
|
||||||
|
- "key export" can now generate a printable HTML page with both a QR code and
|
||||||
|
a human-readable "paperkey" representation (and custom text) through the
|
||||||
|
``--qr-html`` option.
|
||||||
|
|
||||||
|
The same functionality is also available through `paperkey.html <paperkey.html>`_,
|
||||||
|
which is the same HTML page generated by ``--qr-html``. It works with existing
|
||||||
|
"key export" files and key files.
|
||||||
|
|
||||||
|
Other changes:
|
||||||
|
|
||||||
|
- docs:
|
||||||
|
|
||||||
|
- language clarification - "borg create --one-file-system" option does not respect
|
||||||
|
mount points, but considers different file systems instead, #2141
|
||||||
|
|
||||||
Version 1.0.10rc1 (2017-01-29)
|
Version 1.0.10rc1 (2017-01-29)
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue