summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS33
1 files changed, 7 insertions, 26 deletions
diff --git a/NEWS b/NEWS
index bdf7f32..94f6a9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,30 +1,11 @@
-Changes in version 1.11:
+Changes in version 1.15:
-In case of decompression error caused by corrupt or truncated data,
-LZ_decompress_read now does not signal the error immediately to the
-application, but waits until all decoded bytes have been read. This
-allows tools like tarlz to recover as much data as possible from damaged
-members.
+The targets 'lib' and 'bin' have been added to Makefile.in. 'lib' is the new
+default and builds just the library. 'bin' builds both the library and
+minilzip.
-It is now an error to specify two different operations to minilzip in
-the command line (--decompress and --test).
+minilzip is no longer built by default.
-Minilzip now also checks for errors when closing the input file.
+'install-bin' installs minilzip and its man page again.
-Minilzip now compiles on DOS with DJGPP. (Patch from Robert Riebisch).
-
-The descriptions of '-0..-9', '-m' and '-s' in the manual have been
-improved.
-
-It has been documented that it is safe to call 'LZ_(de)compress_finish'
-as many times as needed. Examples in the manual have been simplified.
-
-The configure script now accepts appending options to CFLAGS using the
-syntax 'CFLAGS+=OPTIONS'.
-
-Makefile targets 'install-bin*' have been renamed to 'install-lib*'. New
-'install-bin*' targets have been created that install a shared minilzip,
-or a static minilzip if the shared library has not been configured.
-
-It has been documented in INSTALL the use of
-CFLAGS+='-D __USE_MINGW_ANSI_STDIO' when compiling on MinGW.
+The use of the target 'bin' has been documented in INSTALL.