diff --git a/docs/changes.rst b/docs/changes.rst index 6c22a8fc1..bec7313d7 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -217,7 +217,7 @@ The best check that everything is ok is to run a dry-run extraction:: Changelog ========= -Version 1.2.0a8 (2020-04-22) +Version 1.2.0a9 (2020-xx-xx) ---------------------------- Please note: @@ -240,8 +240,8 @@ Compatibility notes: - freeing repository space only happens when "borg compact" is invoked. - borg create --noatime is deprecated. Not storing atime is the default behaviour now (use --atime if you want to store the atime). -- list: corrected mix-up of "isomtime" and "mtime" formats. Previously, - "isomtime" was the default but produced a verbose human format, +- list: corrected mix-up of "isomtime" and "mtime" formats. + Previously, "isomtime" was the default but produced a verbose human format, while "mtime" produced a ISO-8601-like format. The behaviours have been swapped (so "mtime" is human, "isomtime" is ISO-like), and the default is now "mtime". @@ -264,6 +264,28 @@ Compatibility notes: Fixes: +- fix memory leak related to preloading, #5202 +- borg config --list does not show last_segment_checked, #5159 + +New features: + +- --content-from-command: create archive using stdout of given command, #5174 + +Other changes: + +- docs: + + - explain hash collision, #4884 + - clarify --recompress option, #5154 +- misc. testing fixes, #5196 +- parseformat: unnecessary calls removed, #5169 + + +Version 1.2.0a8 (2020-04-22) +---------------------------- + +Fixes: + - fixed potential index corruption / data loss issue due to bug in hashindex_set, #4829. Please read and follow the more detailled notes close to the top of this document. - fix crash when upgrading erroneous hints file, #4922