summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-08 04:26:56 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-08 04:26:56 +0000
commitd7d5dfbcf513f94115990102c56eccf177417889 (patch)
tree7b47cf460832a31d6e0c34444e7bf1cddacfd02f /NEWS
parentAdding debian version 1.0-1. (diff)
downloadzutils-d7d5dfbcf513f94115990102c56eccf177417889.tar.xz
zutils-d7d5dfbcf513f94115990102c56eccf177417889.zip
Merging upstream version 1.1~rc2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 8 insertions, 24 deletions
diff --git a/NEWS b/NEWS
index aa99159..b43d32d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,28 +1,12 @@
-Changes in version 1.0:
+Changes in version 1.1:
-The new option "--format" has been added to all utilities.
+The new options "--bz2", "--gz", "--lz" and "--xz" have been added to
+all utilities.
-Zgrep no more prefixes the file name to the output by default when
-searching one file and "--recursive" has not been selected.
+Zutils now provides the runtime configuration file "zutilsrc", which
+allows the user change the compressor to be used for each format.
-The output of "zgrep -L" has been fixed (it behaved like "zgrep -l").
+The checking of the exit status of compressors has been improved.
-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.
-
-Quote characters in messages have been changed as advised by GNU Coding
-Standards.
-
-"configure" now accepts options with a separate argument.
-
-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.
+The use of "decompressed" and "uncompressed" in the documentation have
+been revised.