summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-08 04:24:43 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-08 04:24:43 +0000
commit1f06e111337ac9200c1099965d090b4e10fdf5d7 (patch)
tree2e2939453e87ef72e65fa936d2a6b36b708a68be /NEWS
parentAdding upstream version 0.9. (diff)
downloadzutils-1f06e111337ac9200c1099965d090b4e10fdf5d7.tar.xz
zutils-1f06e111337ac9200c1099965d090b4e10fdf5d7.zip
Adding upstream version 1.0~rc6.upstream/1.0_rc6
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 23 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 7d896a7..b2e9b43 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,26 @@
-Changes in version 0.9:
+Changes in version 1.0:
-Configure now allows the selection of diff and grep programs to use.
+The new option "--format" has been added to all utilities.
-A deadlock in zcmp.cc, which happened when files differ, has been fixed.
+Zgrep no more prefixes the file name to the output by default when
+searching one file and "--recursive" has not been selected.
-A deadlock in zgrep.cc, which happened when a binary file matches, has
-been fixed.
+A deadlock in zcmp, which happens when the "-n" option is used, has been
+fixed.
+
+Decompressors are now invoked without the "-q" option except if
+explicitly requested, as some simplified implementations do not accept
+it.
+
+Minor fixes.
+
+Quote characters in messages have been changed as advised by GNU Coding
+Standards.
+
+Configure option "--datadir" has been renamed to "--datarootdir" to
+follow GNU Standards.
+
+The target "install-bin" has been added to the Makefile.
+
+Information has been added to the INSTALL file about how to install
+zutils along with GNU gzip.