summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7140457..250e1db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.