diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:26:51 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:26:51 +0000 |
commit | abdd6f5dd4e9b01f68646858e3abc58325436be3 (patch) | |
tree | 7d78c505a87aed973c3154a810d57feb259b69a6 /ChangeLog | |
parent | Adding upstream version 1.0. (diff) | |
download | zutils-abdd6f5dd4e9b01f68646858e3abc58325436be3.tar.xz zutils-abdd6f5dd4e9b01f68646858e3abc58325436be3.zip |
Adding upstream version 1.1~rc2.upstream/1.1_rc2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-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. |