diff options
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. |