diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:00:38 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:00:38 +0000 |
commit | c14d1693bdd22c33c4cf48acb77cf51b1769dc77 (patch) | |
tree | c6fd25510d2ff466252686512f69d8ca9ba155c8 /NEWS | |
parent | Adding debian version 1.5-1. (diff) | |
download | lzlib-c14d1693bdd22c33c4cf48acb77cf51b1769dc77.tar.xz lzlib-c14d1693bdd22c33c4cf48acb77cf51b1769dc77.zip |
Merging upstream version 1.6~pre1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,8 +1,7 @@ -Changes in version 1.5: +Changes in version 1.6: -Decompression support for deprecated version 0 files has been removed. +Improved portability to BSD systems: -A bug has been fixed that would make an instance of "struct LZ_Encoder" -unresponsive if "LZ_compress_sync_flush" is called at the wrong moment. + The configure script now accepts the option "--disable-ldconfig". -Minor fixes have been made. + "make install" now ignores any errors from ldconfig. |