diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2015-05-25 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 1.17-rc2 released. + * lzip.texi: Added chapter 'Quality assurance'. + 2015-04-17 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.17-rc1 released. @@ -27,8 +32,8 @@ * main.cc (show_header): Do not show header version. * Ignore option '-n, --threads' for compatibility with plzip. * configure: Options now accept a separate argument. - * Added chapter 'Stream format' and appendix 'Reference source code' - to the manual. + * lzip.texinfo: Added chapter 'Stream format' and appendix + 'Reference source code'. 2013-02-17 Antonio Diaz Diaz <ant_diaz@teleline.es> @@ -107,7 +112,7 @@ * main.cc: Fixed warning about fchown's return value being ignored. * decoder.cc: '-tvvvv' now also shows compression ratio. * main.cc: Set stdin/stdout in binary mode on MSVC and OS2. - * New examples have been added to the manual. + * lzip.texinfo: Added new examples. * testsuite: 'test1' renamed to 'test.txt'. Added new tests. * Matchfinder types HC4 (4 bytes hash-chain) and HT4 (4 bytes hash-table) have been tested and found no better than the @@ -171,7 +176,7 @@ * 'member_size' and 'volume_size' are now accurate limits. * Compression speed has been improved. * Implemented bt4 type matchfinder. - * Added chapter 'Algorithm' to the manual. + * lzip.texinfo: Added chapter 'Algorithm'. * Lzdiff and lzgrep now accept '-h' for '--help' and '-V' for '--version'. * Makefile.in: Man page is now installed by default. |