summaryrefslogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-08-15 15:49:11 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-08-15 15:49:11 +0200
commite1de3dce7b7981ec15d58a40eaf17532fa346125 (patch)
tree42ea91f3d1535a9a7a1ba8f3a17689de0e117717 /CHANGES.rst
parent1d16e7a37c74aa965772b0867f0277d2aca08388 (diff)
integrate compression branch changes into change history for 0.25
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst21
1 files changed, 4 insertions, 17 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d33f28ddb..439ee4c37 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,9 @@
Borg Changelog
==============
-Compression branch
-------------------
+
+Version 0.25.0 (not released yet)
+---------------------------------
Compatibility notes:
@@ -24,6 +25,7 @@ Deprecations:
--compression 1 (in 0.24) is the same as --compression zlib,1 (now)
--compression 9 (in 0.24) is the same as --compression zlib,9 (now)
+
New features:
- create --compression none (default, means: do not compress, just pass through
@@ -32,21 +34,6 @@ New features:
Please note that borgbackup needs lz4 library as additional requirement.
- create --compression zlib,N (slower, higher compression, default for N is 6)
- create --compression lzma,N (slowest, highest compression, default N is 6)
-
-
-Version 0.25.0 (not released yet)
----------------------------------
-
-Incompatible changes (compared to 0.24):
-
-- none yet
-
-Deprecations:
-
-- none yet
-
-New features:
-
- honor the nodump flag (UF_NODUMP) and do not backup such items
Bug fixes: