- Fix hangs on macOS #1031
- Fix minideflate write buffers being overwritten #1060
- Fix deflateBound and compressBound returning too small size estimates #1049 #1071
- Fix incorrect function declaration warning #1080
- Fix build problems when building outside of source dir #1049
- Fix build problems on arm2-7 #1030
- Fixed some compile warnings #1020 #1036 #1037 #1048
- Improved posix memalign support #888
- Improvements to testing #637 #1026 #1032 #1035 #1049 #1051 #1056 #1063 #1067 #1079
- Improvements for integration into other projects #1022 #1042
- Code style fixes #637 #1040 #1050 #1075
LDSHARED=$(CC)
LDSHAREDFLAGS=-shared
-VER=2.0.5
+VER=2.0.6
VER1=2
STATICLIB=$(LIBNAME1).a
extern "C" {
#endif
-#define ZLIBNG_VERSION "2.0.5"
-#define ZLIBNG_VERNUM 0x2050
+#define ZLIBNG_VERSION "2.0.6"
+#define ZLIBNG_VERNUM 0x2060
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 0
-#define ZLIBNG_VER_REVISION 5
+#define ZLIBNG_VER_REVISION 6
#define ZLIBNG_VER_SUBREVISION 0
/*
extern "C" {
#endif
-#define ZLIBNG_VERSION "2.0.5"
-#define ZLIBNG_VERNUM 0x2050
+#define ZLIBNG_VERSION "2.0.6"
+#define ZLIBNG_VERNUM 0x2060
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 0
-#define ZLIBNG_VER_REVISION 5
+#define ZLIBNG_VER_REVISION 6
#define ZLIBNG_VER_SUBREVISION 0
#define ZLIB_VERSION "1.2.11.zlib-ng"
};
const char zlibng_string[] =
- " zlib-ng 2.0.5 forked from zlib";
+ " zlib-ng 2.0.6 forked from zlib";
#ifdef ZLIB_COMPAT
const char * Z_EXPORT zlibVersion(void) {