freebsd-dev/lib/liblzma/Versions.def
Rui Paulo 532000256b Merge xz 5.2.0.
This brings support for multi-threaded compression.  This brings close
N times faster compression where N is the number of CPU cores.
Because of this, liblzma now depends on libthr.

Soon libarchive will be modified to use the new lzma API.

Thanks to antoine@ for the exp-run.

Differential Revision:	 https://reviews.freebsd.org/D1786
Reviewed by:	bapt
2015-02-09 06:20:34 +00:00

12 lines
73 B
Modula-2

# $FreeBSD$
XZ_5.0 {
};
XZ_5.2 {
} XZ_5.0;
XZprivate_1.0 {
} XZ_5.2;