Adding mozilla.org changes to changelog

This commit is contained in:
cls%seawood.org 2001-08-04 21:10:00 +00:00
Родитель e03effc7aa
Коммит 681651d92e
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,10 @@
ChangeLog file for zlib
Mozilla.org changes:
- 13 July 2001 (Colin Blake)
do not prototype strerror for VMS in zutil.h
Changes in 1.1.3 (9 July 1998)
- fix "an inflate input buffer bug that shows up on rare but persistent
occasions" (Mark)
@ -215,7 +219,7 @@ Changes in 1.0.6 (19 Jan 1998)
- use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
- added makelcc.bat for lcc-win32 (Tom St Denis)
- in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
- Avoid expanded $Id: ChangeLog,v 1.1 2001-06-26 21:50:27 cltbld%netscape.com Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
- Avoid expanded $Id: ChangeLog,v 1.2 2001-08-04 21:10:00 cls%seawood.org Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
- check for unistd.h in configure (for off_t)
- remove useless check parameter in inflate_blocks_free
- avoid useless assignment of s->check to itself in inflate_blocks_new