diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ Changes in 1.2.7.1 (24 Mar 2013) | |||
37 | - Clean up the usage of z_const and respect const usage within zlib | 37 | - Clean up the usage of z_const and respect const usage within zlib |
38 | - Clean up examples/gzlog.[ch] comparisons of different types | 38 | - Clean up examples/gzlog.[ch] comparisons of different types |
39 | - Avoid shift equal to bits in type (caused endless loop) | 39 | - Avoid shift equal to bits in type (caused endless loop) |
40 | - Fix unintialized value bug in gzputc() introduced by const patches | 40 | - Fix uninitialized value bug in gzputc() introduced by const patches |
41 | - Fix memory allocation error in examples/zran.c [Nor] | 41 | - Fix memory allocation error in examples/zran.c [Nor] |
42 | - Fix bug where gzopen(), gzclose() would write an empty file | 42 | - Fix bug where gzopen(), gzclose() would write an empty file |
43 | - Fix bug in gzclose() when gzwrite() runs out of memory | 43 | - Fix bug in gzclose() when gzwrite() runs out of memory |