壓縮解壓縮工具包,XZ Utils 5.2.2 發布
XZ Utils 是為 POSIX 平臺開發具有高壓縮率的工具。它使用 LZMA2 壓縮算法,生成的壓縮文件比 POSIX 平臺傳統使用的 gzip、bzip2 生成的壓縮文件更小,而且解壓縮速度也很快。最初 XZ Utils 的是基于 LZMA-SDK 開發,但是 LZMA-SDK 包含了一些 WINDOWS 平臺的特性,所以 XZ Utils 為以適應 POSIX 平臺作了大幅的修改。XZ Utils 的出現也是為了取代 POSIX 系統中舊的 LZMA Utils。
XZ Utils 5.2.2 發布,修復在 Cygwin 1.7.34 或更老版本的丟失數據的bug,
* Fixed bugs in QNX-specific code.
* Omitted the use of pipe2() even if it is available to avoid portability issues with some old Linux and glibc combinations.
* Updated German translation.
* Added project files to build static and shared liblzma (not the whole XZ Utils) with Visual Studio 2013 update 2 or later.
* Documented that threaded decompression hasn't been implemented yet. A 5.2.0 NEWS entry describing multi-threading support had incorrectly said "decompression" when it should have said "compression"
更多內容請看:http://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=HEAD
下載地址
xz-5.2.2.tar.gz (1430 KiB) signature
xz-5.2.2.tar.bz2 (1165 KiB) signature
xz-5.2.2.tar.xz (993 KiB) signature
來自:http://www.oschina.net/news/66651/xz-utils-5-2-2