|
@@ -128,13 +128,42 @@ 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
|
|
|
|
+- setup.py: build_api: sort file list for determinism
|
|
|
|
+
|
|
Version 1.0.10rc1 (2017-01-29)
|
|
Version 1.0.10rc1 (2017-01-29)
|
|
------------------------------
|
|
------------------------------
|
|
|
|
|
|
Bug fixes:
|
|
Bug fixes:
|
|
|
|
|
|
- borg serve: fix transmission data loss of pipe writes, #1268
|
|
- borg serve: fix transmission data loss of pipe writes, #1268
|
|
- This affects only the cygwin platform (not Linux, *BSD, OS X).
|
|
|
|
|
|
+ This affects only the cygwin platform (not Linux, BSD, OS X).
|
|
- Avoid triggering an ObjectiveFS bug in xattr retrieval, #1992
|
|
- Avoid triggering an ObjectiveFS bug in xattr retrieval, #1992
|
|
- When running out of buffer memory when reading xattrs, only skip the
|
|
- When running out of buffer memory when reading xattrs, only skip the
|
|
current file, #1993
|
|
current file, #1993
|
|
@@ -187,7 +216,7 @@ Other changes:
|
|
- remove .github from pypi package, #2051
|
|
- remove .github from pypi package, #2051
|
|
- add pip and setuptools to requirements file, #2030
|
|
- add pip and setuptools to requirements file, #2030
|
|
- SyncFile: fix use of fd object after close (cosmetic)
|
|
- SyncFile: fix use of fd object after close (cosmetic)
|
|
-- Manifest.in: simplify, exclude *.{so,dll,orig}, #2066
|
|
|
|
|
|
+- Manifest.in: simplify, exclude \*.{so,dll,orig}, #2066
|
|
- ignore posix_fadvise errors in repository.py, #2095
|
|
- ignore posix_fadvise errors in repository.py, #2095
|
|
(works around issues with docker on ARM)
|
|
(works around issues with docker on ARM)
|
|
- make LoggedIO.close_segment reentrant, avoid reentrance
|
|
- make LoggedIO.close_segment reentrant, avoid reentrance
|