summaryrefslogtreecommitdiff
path: root/src/liblzma/api/lzma/version.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump version and soname for 5.2.10.v5.2.10Lasse Collin2022-12-131-1/+1
|
* Bump version and soname for 5.2.9.v5.2.9Lasse Collin2022-11-301-1/+1
|
* Bump version and soname for 5.2.8.v5.2.8Lasse Collin2022-11-131-1/+1
|
* Bump version and soname for 5.2.7.v5.2.7Lasse Collin2022-09-301-1/+1
|
* Bump version and soname for 5.2.6.v5.2.6Lasse Collin2022-08-121-1/+1
|
* Bump version and soname for 5.2.5.v5.2.5Lasse Collin2020-03-171-1/+1
|
* Bump version and soname for 5.2.4.v5.2.4Lasse Collin2018-04-291-1/+1
|
* Bump version and soname for 5.2.3.v5.2.3Lasse Collin2016-12-301-1/+1
|
* Bump version and soname for 5.2.2.v5.2.2Lasse Collin2015-09-291-1/+1
|
* Bump version and soname for 5.2.1.v5.2.1Lasse Collin2015-02-261-1/+1
|
* Bump version and soname for 5.2.0.Lasse Collin2014-12-211-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.
* Bump the version number to 5.1.4beta.v5.1.4betaLasse Collin2014-09-141-2/+2
|
* Bump the version number to 5.1.3alpha.v5.1.3alphaLasse Collin2013-10-261-1/+1
|
* Bump the version number to 5.1.2alpha.v5.1.2alphaLasse Collin2012-07-041-1/+1
|
* Bump the version number to 5.1.1alpha and liblzma soname to 5.0.99.v5.1.1alphaLasse Collin2011-04-121-1/+1
|
* Bump version 5.1.0alpha.v5.1.0alphaLasse Collin2010-10-251-2/+2
|
* Bump version to 5.0.0 and liblzma version-info to 5:0:0.Lasse Collin2010-10-231-4/+4
|
* Collection of language fixes to comments and docs.Lasse Collin2010-02-121-1/+1
| | | | Thanks to Jonathan Nieder.
* Bumped version to 4.999.9beta.Lasse Collin2009-08-271-1/+1
|
* Updates to liblzma API headers.Lasse Collin2009-08-271-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.
* Put the interesting parts of XZ Utils into the public domain.Lasse Collin2009-04-131-11/+7
| | | | Some minor documentation cleanups were made at the same time.
* Changed how the version number is specified in various places.Lasse Collin2009-02-131-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.
* Modify LZMA_API macro so that it works on Windows withLasse Collin2009-02-021-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.
* Add LZMA_API to liblzma API headers. It's useful at leastLasse Collin2009-01-311-2/+2
| | | | | on Windows. sysdefs.h no longer #includes lzma.h, so lzma.h has to be #included separately where needed.
* Bumped version to 4.999.8beta right after the releaseLasse Collin2008-12-311-1/+1
| | | | of 4.999.7beta.
* Prepare for 4.999.7beta release.Lasse Collin2008-12-311-1/+1
|
* Cleaned up some comments in the API headers.Lasse Collin2008-12-311-1/+3
|
* Bunch of liblzma API cleanups and fixes.Lasse Collin2008-12-151-3/+3
|
* Bumped version to 4.999.6alpha.Lasse Collin2008-09-101-1/+1
|
* Sort of garbage collection commit. :-| Many things are stillLasse Collin2008-08-281-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.
* Update the code to mostly match the new simpler file formatLasse Collin2008-06-181-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.
* Bumped version number to 4.999.3alpha. It will become 5.0.0Lasse Collin2008-04-251-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.
* Bumped version number to 4.42.3alpha.Lasse Collin2007-12-101-1/+1
|
* Imported to git.Lasse Collin2007-12-091-0/+59