diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:26:56 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:26:56 +0000 |
commit | d7d5dfbcf513f94115990102c56eccf177417889 (patch) | |
tree | 7b47cf460832a31d6e0c34444e7bf1cddacfd02f /ChangeLog | |
parent | Adding debian version 1.0-1. (diff) | |
download | zutils-d7d5dfbcf513f94115990102c56eccf177417889.tar.xz zutils-d7d5dfbcf513f94115990102c56eccf177417889.zip |
Merging upstream version 1.1~rc2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +2013-07-07 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 1.1-rc2 released. + * Fixed all uses of decompressed/uncompressed. + +2013-07-04 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 1.1-rc1 released. + * Added options '--bz2', '--gz', '--lz' and '--xz' to all utilities. + * Added runtime configuration file 'zutilsrc'. + * New function 'good_status' checks exit status of all children. + 2013-05-31 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.0 released. @@ -7,7 +19,7 @@ file and '--recursive' has not been selected. * Zgrep: Fixed output of option '-L' (it behaved like '-l'). * zcmp.cc: Fixed deadlock when '-n' option is used. - * zdiff.cc (set_data_feeder): Call decompressor with option "-q" + * zdiff.cc (set_data_feeder): Call compressor with option "-q" only if verbosity < 0. * zutils.cc (set_data_feeder): Likewise. * Changed quote characters in messages as advised by GNU Standards. |