Browse Source

update CHANGES

Thomas Waldmann 5 years ago
parent
commit
fc669b387a
1 changed files with 25 additions and 3 deletions
  1. 25 3
      docs/changes.rst

+ 25 - 3
docs/changes.rst

@@ -217,7 +217,7 @@ The best check that everything is ok is to run a dry-run extraction::
 Changelog
 Changelog
 =========
 =========
 
 
-Version 1.2.0a8 (2020-04-22)
+Version 1.2.0a9 (2020-xx-xx)
 ----------------------------
 ----------------------------
 
 
 Please note:
 Please note:
@@ -240,8 +240,8 @@ Compatibility notes:
 - freeing repository space only happens when "borg compact" is invoked.
 - freeing repository space only happens when "borg compact" is invoked.
 - borg create --noatime is deprecated. Not storing atime is the default behaviour
 - borg create --noatime is deprecated. Not storing atime is the default behaviour
   now (use --atime if you want to store the atime).
   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.
   while "mtime" produced a ISO-8601-like format.
   The behaviours have been swapped (so "mtime" is human, "isomtime" is ISO-like),
   The behaviours have been swapped (so "mtime" is human, "isomtime" is ISO-like),
   and the default is now "mtime".
   and the default is now "mtime".
@@ -264,6 +264,28 @@ Compatibility notes:
 
 
 Fixes:
 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.
 - 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.
   Please read and follow the more detailled notes close to the top of this document.
 - fix crash when upgrading erroneous hints file, #4922
 - fix crash when upgrading erroneous hints file, #4922