integrate compression branch changes into change history for 0.25

This commit is contained in:
Thomas Waldmann 2015-08-15 15:49:11 +02:00
parent 1d16e7a37c
commit e1de3dce7b
1 changed files with 4 additions and 17 deletions

View File

@ -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: