소스 검색

CHANGES: release 0.25.0

Thomas Waldmann 9 년 전
부모
커밋
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: