Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-28 | liblzma: Use symbol versioning. | Lasse Collin | 1 | -0/+1 | |
Symbol versioning is enabled by default on GNU/Linux, other GNU-based systems, and FreeBSD. I'm not sure how stable this is, so it may need backward-incompatible changes before the next release. The idea is that alpha and beta symbols are considered unstable and require recompiling the applications that use those symbols. Once a symbol is stable, it may get extended with new features in ways that don't break compatibility with older ABI & API. The mydist target runs validate_map.sh which should catch some probable problems in liblzma.map. Otherwise I would forget to update the map file for new releases. | |||||
2011-05-23 | Build: Set GZIP_ENV=-9n in top-level Makefile.am. | Lasse Collin | 1 | -0/+3 | |
2010-10-26 | Build: Copy the example programs to $docdir/examples. | Lasse Collin | 1 | -0/+5 | |
The example programs by Daniel Mealha Cabrita were included in the git repository, but I had forgot to add them to Makefile.am. Thus, they didn't get included in the source package at all by "make dist". | |||||
2010-10-23 | Build: Fix mydist rule when .git doesn't exist.larhzu/v5.0.0 | Lasse Collin | 1 | -0/+1 | |
2010-09-28 | Create the PDF versions of the man pages better. | Lasse Collin | 1 | -6/+8 | |
2010-09-28 | Move version.sh to build-aux. | Lasse Collin | 1 | -2/+2 | |
2010-06-11 | Put the git commit to the filename in mydist rule. | Lasse Collin | 1 | -1/+5 | |
2010-01-29 | Add lzmainfo.1 to manfiles list to convert to .txt and .pdf. | Lasse Collin | 1 | -0/+1 | |
2009-08-27 | "make dist" fixeslarhzu/v4.999.9beta | Lasse Collin | 1 | -7/+6 | |
2009-08-27 | Add missing files to EXTRA_DIST. | Lasse Collin | 1 | -4/+7 | |
2009-08-27 | Add "dos" to EXTRA_DIST. | Lasse Collin | 1 | -0/+1 | |
2009-08-18 | Install faq.txt. | Lasse Collin | 1 | -0/+1 | |
2009-08-13 | Add xz man page to manfiles in toplevel Makefile.am. | Lasse Collin | 1 | -0/+1 | |
2009-07-24 | Added history.txt to doc_DATA. | Lasse Collin | 1 | -0/+1 | |
2009-07-19 | Major documentation update. | Lasse Collin | 1 | -0/+11 | |
Installation and packaging instructions were added. README and other generic docs were revised. Some of the documentation files are now installed to $docdir. | |||||
2009-07-18 | Use AC_CONFIG_AUX_DIR to clean up the toplevel directory | Lasse Collin | 1 | -1/+0 | |
a little. Fixed a related bug in the toplevel Makefile.am. Added the build-aux directory to .gitignore. | |||||
2009-07-12 | Add dist-hook to create ChangeLog from the commit log, | Lasse Collin | 1 | -0/+31 | |
and to conver the man pages to PDF and plain text, which may be convenient to those who cannot render man pages. | |||||
2009-06-26 | Add version.sh to EXTRA_DIST. | Lasse Collin | 1 | -1/+2 | |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -10/+3 | |
Some minor documentation cleanups were made at the same time. | |||||
2009-02-05 | Add the "windows" directory to EXTRA_DIST. | Lasse Collin | 1 | -0/+1 | |
2008-11-29 | Automake includes the m4 directory, so don't add it in | Lasse Collin | 1 | -1/+0 | |
Makefile.am separately. Updated THANKS. | |||||
2008-04-25 | Bumped version number to 4.999.3alpha. It will become 5.0.0 | Lasse Collin | 1 | -2/+5 | |
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. | |||||
2008-01-18 | Added the debug directory and the first debug tool | Lasse Collin | 1 | -0/+1 | |
(sync_flush). These tools are not built unless the user runs "make" in the debug directory. | |||||
2007-12-10 | Disabled some unneeded warnings and made "make dist" work.larhzu/v4.42.2alpha | Lasse Collin | 1 | -6/+3 | |
2007-12-09 | Imported to git. | Lasse Collin | 1 | -0/+38 | |