summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:26:15 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:26:15 +0000
commit1b2c0a7fbed3f7db4014104e4910db0cce8318a7 (patch)
tree5d2a0443190ee35505acb918be4f5645483d53bc /NEWS
parentAdding upstream version 1.1. (diff)
downloadpdlzip-1b2c0a7fbed3f7db4014104e4910db0cce8318a7.tar.xz
pdlzip-1b2c0a7fbed3f7db4014104e4910db0cce8318a7.zip
Adding upstream version 1.2.upstream/1.2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 2 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index f6d4638..814471c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,3 @@
-Changes in version 1.1:
+Changes in version 1.2:
-Support for decompression of lzma-alone (.lzma) files has been added.
-
-Match length limit set by options -1 to -8 has been reduced to extend
-range of use towards gzip. Lower numbers now compress less but faster.
-(-1 now takes 43% less time for only 20% larger compressed size).
-
-(Note that the bidimensional parameter space of LZMA can't be mapped to
-a linear scale optimal for all files. If your files are large, very
-repetitive, etc, you may need to use the --match-length and
---dictionary-size options directly to achieve optimal performance).
-
-Code has been converted to "C89 + long long". A C99 compiler is no more
-needed.
+Code cleanup. Minor fixes.