update CHANGES (1.0.10)

# Conflicts:
#	docs/changes.rst

Original-Commit: e635f219
This commit is contained in:
Marian Beermann 2017-02-12 22:25:12 +01:00
parent 2cdb583879
commit 79dd920661
1 changed files with 29 additions and 0 deletions

View File

@ -145,6 +145,35 @@ New features:
--keep-exclude-tags, to account for the change mentioned above.
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.1.0b3 (2017-01-15)
----------------------------