From e635f219b3e2f96c7bed6e505e264ddeab1017c2 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Sun, 12 Feb 2017 22:25:12 +0100 Subject: [PATCH] update CHANGES (1.0.10) --- docs/changes.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 129d3e2d9..166591185 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -128,6 +128,34 @@ The best check that everything is ok is to run a dry-run extraction:: 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 `_, + 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) ------------------------------