压缩解压缩工具包,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