浏览代码

CHANGES: release 0.25.0

Thomas Waldmann 10 年之前
父节点
当前提交
ab545ae45d
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      CHANGES.rst

+ 3 - 3
CHANGES.rst

@@ -2,18 +2,18 @@ Borg Changelog
 ==============
 ==============
 
 
 
 
-Version 0.25.0 (not released yet)
----------------------------------
+Version 0.25.0
+--------------
 
 
 Compatibility notes:
 Compatibility notes:
 
 
+- lz4 compression library (liblz4) is a new requirement (#156)
 - the new compression code is very compatible: as long as you stay with zlib
 - the new compression code is very compatible: as long as you stay with zlib
   compression, older borg releases will still be able to read data from a
   compression, older borg releases will still be able to read data from a
   repo/archive made with the new code (note: this is not the case for the
   repo/archive made with the new code (note: this is not the case for the
   default "none" compression, use "zlib,0" if you want a "no compression" mode
   default "none" compression, use "zlib,0" if you want a "no compression" mode
   that can be read by older borg). Also the new code is able to read repos and
   that can be read by older borg). Also the new code is able to read repos and
   archives made with older borg versions (for all zlib levels  0..9).
   archives made with older borg versions (for all zlib levels  0..9).
-- lz4 compression library (liblz4) is a new requirement (#156)
 
 
 Deprecations:
 Deprecations: