Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-03 | liblzma: Highlight liblzma API headers should not be included directly. | Jia Tan | 1 | -2/+3 | |
This improves the generated Doxygen HTML files to better highlight how to properly use the liblzma API header files. | |||||
2023-01-11 | Bump version and soname for 5.4.1.larhzu/v5.4.1 | Lasse Collin | 1 | -1/+1 | |
2022-12-13 | Bump version to 5.4.0 and soname to 5.4.0.larhzu/v5.4.0 | Lasse Collin | 1 | -3/+3 | |
2022-12-01 | Bump version number for 5.3.5beta.larhzu/v5.3.5beta | Lasse Collin | 1 | -2/+2 | |
This also sorts the symbol names alphabetically in liblzma_*.map. | |||||
2022-11-15 | Bump version number for 5.3.4alpha.larhzu/v5.3.4alpha | Lasse Collin | 1 | -1/+1 | |
2022-08-22 | Bump version number for 5.3.3alpha.larhzu/v5.3.3alpha | Lasse Collin | 1 | -1/+1 | |
2021-10-28 | Bump the version number for 5.3.2alpha.larhzu/v5.3.2alpha | Lasse Collin | 1 | -1/+1 | |
2018-04-29 | Bump the version number to 5.3.1alpha.larhzu/v5.3.1alpha | Lasse Collin | 1 | -1/+1 | |
2015-03-30 | Bump version to 5.3.0alpha and soname to 5.3.99. | Lasse Collin | 1 | -3/+3 | |
The idea of 99 is that it looks a bit weird in this context. For new features there's no API/ABI stability in devel versions. | |||||
2015-02-26 | Bump version and soname for 5.2.1.larhzu/v5.2.1 | Lasse Collin | 1 | -1/+1 | |
2014-12-21 | Bump version and soname for 5.2.0. | Lasse Collin | 1 | -3/+3 | |
I know that soname != app version, but I skip AGE=1 in -version-info to make the soname match the liblzma version anyway. It doesn't hurt anything as long as it doesn't conflict with library versioning rules. | |||||
2014-09-14 | Bump the version number to 5.1.4beta.larhzu/v5.1.4beta | Lasse Collin | 1 | -2/+2 | |
2013-10-26 | Bump the version number to 5.1.3alpha.larhzu/v5.1.3alpha | Lasse Collin | 1 | -1/+1 | |
2012-07-04 | Bump the version number to 5.1.2alpha.larhzu/v5.1.2alpha | Lasse Collin | 1 | -1/+1 | |
2011-04-12 | Bump the version number to 5.1.1alpha and liblzma soname to 5.0.99.larhzu/v5.1.1alpha | Lasse Collin | 1 | -1/+1 | |
2010-10-25 | Bump version 5.1.0alpha.larhzu/v5.1.0alpha | Lasse Collin | 1 | -2/+2 | |
2010-10-23 | Bump version to 5.0.0 and liblzma version-info to 5:0:0. | Lasse Collin | 1 | -4/+4 | |
2010-02-12 | Collection of language fixes to comments and docs. | Lasse Collin | 1 | -1/+1 | |
Thanks to Jonathan Nieder. | |||||
2009-08-27 | Bumped version to 4.999.9beta. | Lasse Collin | 1 | -1/+1 | |
2009-08-27 | Updates to liblzma API headers. | Lasse Collin | 1 | -4/+6 | |
Added lzma_nothrow for every function. It adds throw() when the header is used in C++ code. Some lzma_attrs were added or removed. Lots of comments were improved. | |||||
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -11/+7 | |
Some minor documentation cleanups were made at the same time. | |||||
2009-02-13 | Changed how the version number is specified in various places. | Lasse Collin | 1 | -3/+67 | |
Now configure.ac will get the version number directly from src/liblzma/api/lzma/version.h. The intent is to reduce the number of places where the version number is duplicated. In future, support for displaying Git commit ID may be added too. | |||||
2009-02-02 | Modify LZMA_API macro so that it works on Windows with | Lasse Collin | 1 | -2/+2 | |
other compilers than MinGW. This may hurt readability of the API headers slightly, but I don't know any better way to do this. | |||||
2009-01-31 | Add LZMA_API to liblzma API headers. It's useful at least | Lasse Collin | 1 | -2/+2 | |
on Windows. sysdefs.h no longer #includes lzma.h, so lzma.h has to be #included separately where needed. | |||||
2008-12-31 | Bumped version to 4.999.8beta right after the release | Lasse Collin | 1 | -1/+1 | |
of 4.999.7beta. | |||||
2008-12-31 | Prepare for 4.999.7beta release. | Lasse Collin | 1 | -1/+1 | |
2008-12-31 | Cleaned up some comments in the API headers. | Lasse Collin | 1 | -1/+3 | |
2008-12-15 | Bunch of liblzma API cleanups and fixes. | Lasse Collin | 1 | -3/+3 | |
2008-09-10 | Bumped version to 4.999.6alpha. | Lasse Collin | 1 | -1/+1 | |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -5/+5 | |
broken. API has changed a lot and it will still change a little more here and there. The command line tool doesn't have all the required changes to reflect the API changes, so it's easy to get "internal error" or trigger assertions. | |||||
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 1 | -1/+1 | |
specification. Simplify things by removing most of the support for known uncompressed size in most places. There are some miscellaneous changes here and there too. The API of liblzma has got many changes and still some more will be done soon. While most of the code has been updated, some things are not fixed (the command line tool will choke with invalid filter chain, if nothing else). Subblock filter is somewhat broken for now. It will be updated once the encoded format of the Subblock filter has been decided. | |||||
2008-04-25 | Bumped version number to 4.999.3alpha. It will become 5.0.0 | Lasse Collin | 1 | -12/+10 | |
once we have a stable release (won't be very soon). The version number is no longer related to version of LZMA SDK. Made some small Automake-related changes to toplevel Makefile.am and configure.ac. | |||||
2007-12-10 | Bumped version number to 4.42.3alpha. | Lasse Collin | 1 | -1/+1 | |
2007-12-09 | Imported to git. | Lasse Collin | 1 | -0/+59 | |