aboutsummaryrefslogtreecommitdiff
path: root/lib/liblzma/Versions.def
Commit message (Collapse)AuthorAgeFilesLines
* Merge xz 5.2.0.Rui Paulo2015-02-091-1/+3
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=278433
* - Add versioned symbols to liblzmaXin LI2010-05-141-0/+9
- Use default SHLIB_MAJOR. Approved by: mm X-MFC with: lzma library MFC Notes: svn path=/head/; revision=208099