summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:33:26 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:33:26 +0000
commit4766a0fb5fc0a2ce7c865450b1f63ddc6556aa3c (patch)
tree433a0c86a57b02c6ddf97910b122d8a3abe13ac8 /NEWS
parentAdding upstream version 0.9. (diff)
downloadplzip-4766a0fb5fc0a2ce7c865450b1f63ddc6556aa3c.tar.xz
plzip-4766a0fb5fc0a2ce7c865450b1f63ddc6556aa3c.zip
Adding upstream version 1.0~rc1.upstream/1.0_rc1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 11 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 472b614..124d02a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
-Changes in version 0.9:
+Changes in version 1.0:
-Minor fixes and cleanups.
+Scalability of compression (max number of useful worker threads) has
+been increased.
-Configure option "--datadir" has been renamed to "--datarootdir" to
-follow GNU Standards.
+Scalability when decompressing from/to regular files has been increased.
+
+The number of worker threads is now limited to the number of members in
+the input file when decompressing from a regular file.
+
+The target "install-as-lzip" has been added to the Makefile.
+
+The target "install-bin" has been added to the Makefile.