diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 32 |
1 files changed, 29 insertions, 3 deletions
| @@ -1,11 +1,37 @@ | |||
| 1 | 1 | ||
| 2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
| 3 | 3 | ||
| 4 | Changes in 1.2.1.2 (9 September 2004) | ||
| 5 | - Update INDEX file | ||
| 6 | - Fix trees.c to update strm->data_type (no one ever noticed!) | ||
| 7 | - Fix bug in error case in inflate.c, infback.c, and infback9.c [Brown] | ||
| 8 | - Add "volatile" to crc table flag declaration (for DYNAMIC_CRC_TABLE) | ||
| 9 | - Add limited multitasking protection to DYNAMIC_CRC_TABLE | ||
| 10 | - Add NO_vsnprintf for VMS in zutil.h [Mozilla] | ||
| 11 | - Don't declare strerror() under VMS [Mozilla] | ||
| 12 | - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize | ||
| 13 | - Update contrib/ada [Anisimkov] | ||
| 14 | - Update contrib/minizip [Vollant] | ||
| 15 | - Fix configure to not hardcode directories for Darwin [Peterson] | ||
| 16 | - Fix gzio.c to not return error on empty files [Brown] | ||
| 17 | - Fix indentation; update version in contrib/delphi/ZLib.pas and | ||
| 18 | contrib/pascal/zlibpas.pas [Truta] | ||
| 19 | - Update mkasm.bat in contrib/masmx86 [Truta] | ||
| 20 | - Update contrib/untgz [Truta] | ||
| 21 | - Add projects/README.projects [Truta] | ||
| 22 | - Add project for MS Visual C++ 6.0 in projects/visualc6 [Cadieux, Truta] | ||
| 23 | - Update win32/DLL_FAQ.txt [Truta] | ||
| 24 | - Update list of Z_PREFIX symbols in zconf.h [Randers-Pehrson, Truta] | ||
| 25 | - Remove an unnecessary assignment to curr in inftrees.c [Truta] | ||
| 26 | - Add OS/2 to exe builds in configure [Poltorak] | ||
| 27 | - Remove err dummy parameter in zlib.h [Kientzle] | ||
| 28 | |||
| 4 | Changes in 1.2.1.1 (9 January 2004) | 29 | Changes in 1.2.1.1 (9 January 2004) |
| 5 | - Updated email address in README | 30 | - Update email address in README |
| 6 | - Several FAQ updates | 31 | - Several FAQ updates |
| 7 | - Fixed a big fat bug in inftrees.c that prevented decoding valid | 32 | - Fix a big fat bug in inftrees.c that prevented decoding valid |
| 8 | dynamic blocks with only literals and no distance codes. | 33 | dynamic blocks with only literals and no distance codes -- |
| 34 | Thanks to "Hot Emu" for the bug report and sample file | ||
| 9 | - Add a note to puff.c on no distance codes case. | 35 | - Add a note to puff.c on no distance codes case. |
| 10 | 36 | ||
| 11 | Changes in 1.2.1 (17 November 2003) | 37 | Changes in 1.2.1 (17 November 2003) |
