summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-27 16:11:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-27 16:11:59 +0000
commit8139f66c36f8b437f5dbecb19607e2e09a9358d3 (patch)
tree6f918f756e59a2a83d0da2d7e3dce55e1684d9f8 /NEWS
parentReleasing debian version 0.6-1. (diff)
downloadxlunzip-8139f66c36f8b437f5dbecb19607e2e09a9358d3.tar.xz
xlunzip-8139f66c36f8b437f5dbecb19607e2e09a9358d3.zip
Merging upstream version 0.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 2 insertions, 18 deletions
diff --git a/NEWS b/NEWS
index e78dfd5..7125322 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,3 @@
-Changes in version 0.6:
+Changes in version 0.7:
-Option '-o, --output' now behaves like '-c, --stdout', but sending the
-output unconditionally to a file instead of to standard output. See the new
-description of '-o' in the manual. This change is not backwards compatible.
-Therefore commands like:
- xlunzip -d -o foo - bar.lz < foo.lz
-must now be split into:
- xlunzip -d -o foo - < foo.lz
- xlunzip -d bar.lz
-or rewritten as:
- xlunzip -d - bar.lz < foo.lz > foo
-
-In-place decompression of concatenated files should now work for any
-combination of files as long as they fit in memory and their total
-decompressed size is smaller than LONG_MAX minus a small extra space.
-
-The README file now includes an analysis of the amount of memory required
-for in-place decompression.
+Xlunzip now does not even open the output file if the input file is a terminal.