aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 67dbbf9..2d7a2c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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