diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:28:38 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:28:38 +0000 |
commit | 891c72a3374b810770cc6d85cb703ae158497d6f (patch) | |
tree | 8dcb364bfefef691ae2a6ad970b70cb7f7f760fb /ChangeLog | |
parent | Adding debian version 0.7-5. (diff) | |
download | plzip-891c72a3374b810770cc6d85cb703ae158497d6f.tar.xz plzip-891c72a3374b810770cc6d85cb703ae158497d6f.zip |
Merging upstream version 0.8.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 23 insertions, 10 deletions
@@ -1,3 +1,16 @@ +2012-01-17 Antonio Diaz Diaz <ant_diaz@teleline.es> + + * Version 0.8 released. + * main.cc: Added new option '-F, --recompress'. + * decompress.cc (decompress): Show compression ratio. + * main.cc (close_and_set_permissions): Inability to change output + file attributes has been downgraded from error to warning. + * Small change in '--help' output and man page. + * Changed quote characters in messages as advised by GNU Standards. + * main.cc: Set stdin/stdout in binary mode on OS2. + * compress.cc: Reduce memory use of compressed packets. + * decompress.cc: Use Boyer-Moore algorithm to search for headers. + 2010-12-03 Antonio Diaz Diaz <ant_diaz@teleline.es> * Version 0.7 released. @@ -6,16 +19,16 @@ * decompress.cc: A limit has been set on the number of packets produced by workers to limit the amount of memory used. * main.cc (open_instream): Do not show the message - " and `--stdout' was not specified" for directories, etc. + " and '--stdout' was not specified" for directories, etc. * main.cc: Fixed warning about fchown return value being ignored. - * testsuite: `test1' renamed to `test.txt'. Added new tests. + * testsuite: 'test1' renamed to 'test.txt'. Added new tests. 2010-03-20 Antonio Diaz Diaz <ant_diaz@teleline.es> * Version 0.6 released. * Small portability fixes. - * Added chapter `Program Design' and description of option - `--threads' to manual. + * Added chapter 'Program Design' and description of option + '--threads' to manual. * Debug stats have been fixed. 2010-02-10 Antonio Diaz Diaz <ant_diaz@teleline.es> @@ -33,19 +46,19 @@ 2010-01-24 Antonio Diaz Diaz <ant_diaz@teleline.es> * Version 0.3 released. - * Implemented option `--data-size'. + * Implemented option '--data-size'. * Output file is now removed if plzip is interrupted. * This version automatically chooses the smallest possible dictionary size for each member during compression, saving memory during decompression. - * main.cc: New constant `o_binary'. + * main.cc: New constant 'o_binary'. 2010-01-17 Antonio Diaz Diaz <ant_diaz@teleline.es> * Version 0.2 released. - * Implemented option `--dictionary-size'. - * Implemented option `--match-length'. - * `lacos_rbtree' has been replaced with a circular buffer. + * Implemented option '--dictionary-size'. + * Implemented option '--match-length'. + * 'lacos_rbtree' has been replaced with a circular buffer. 2009-12-05 Antonio Diaz Diaz <ant_diaz@teleline.es> @@ -63,7 +76,7 @@ until something better appears on the net. -Copyright (C) 2009, 2010 Antonio Diaz Diaz. +Copyright (C) 2009, 2010, 2011, 2012 Antonio Diaz Diaz. This file is a collection of facts, and thus it is not copyrightable, but just in case, you have unlimited permission to copy, distribute and |