- IPFire-3.x - Update from version 1.2.13 to 1.3 - Changelog 1.3 Building using K&R (pre-ANSI) function definitions is no longer supported. Fixed a bug in deflateBound() for level 0 and memLevel 9. Fixed a bug when gzungetc() is used immediately after gzopen(). Fixed a bug when using gzflush() with a very small buffer. Fixed a crash when gzsetparams() is attempted for a transparent write. Fixed test/example.c to work with FORCE_STORED. Fixed minizip to allow it to open an empty zip file. Fixed reading disk number start on zip64 files in minizip. Fixed a logic error in minizip argument processing.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- zlib/zlib.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zlib/zlib.nm b/zlib/zlib.nm index 948252bc6..e832c9145 100644 --- a/zlib/zlib.nm +++ b/zlib/zlib.nm @@ -4,7 +4,7 @@ ###############################################################################
name = zlib -version = 1.2.13 +version = 1.3 release = 1
groups = System/Libraries