diff --git a/docs/changes.rst b/docs/changes.rst index 7d32c2eff..7adabb903 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,24 @@ Changelog ========= +Version 1.0.3 (not released yet) +-------------------------------- + +Bug fixes: + +- prune: ignore checkpoints, #997 +- prune: fix bad validator, #942 +- fix capabilities extraction on Linux (set xattrs last, after chown()) + +Other changes: + +- update readthedocs URLs, #991 +- add missing docs for "borg break-lock", #992 +- borg create help: add some words to about the archive name +- borg create help: document format tags, #894 +- Vagrantfile: OS X: update osxfuse / install lzma package, #933 + + Version 1.0.2 -------------