[devel] Revise CHANGES and ANNOUNCE entry for previous commit.

This commit is contained in:
Glenn Randers-Pehrson 2009-08-31 11:19:20 -05:00
parent d9f21ee796
commit 02564cc842
2 changed files with 4 additions and 4 deletions

View File

@ -537,8 +537,8 @@ version 1.4.0beta77 [August 27, 2009]
version 1.4.0beta78 [August 31, 2009] version 1.4.0beta78 [August 31, 2009]
Converted all PNG_NO_* tests to PNG_*_SUPPORTED everywhere except pngconf.h Converted all PNG_NO_* tests to PNG_*_SUPPORTED everywhere except pngconf.h
Eliminated PNG_NO_FREE_ME and PNG_FREE_ME_SUPPORTED macros. Eliminated PNG_NO_FREE_ME and PNG_FREE_ME_SUPPORTED macros.
Use a loop instead of png_memset() to initialize row_pointers in Use png_malloc plus a loop instead of png_calloc() to initialize
png_read_png(). row_pointers in png_read_png().
version 1.4.0betaN [future] version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm. Build shared libraries with -lz and sometimes -lm.

View File

@ -2219,12 +2219,12 @@ version 1.4.0beta77 [August 27, 2009]
and the "noconfig" files from the distribution. and the "noconfig" files from the distribution.
Moved CMakeLists.txt from scripts into the main libpng directory. Moved CMakeLists.txt from scripts into the main libpng directory.
Various bugfixes and improvements to CMakeLists.txt (Philip Lowman) Various bugfixes and improvements to CMakeLists.txt (Philip Lowman)
Use a loop instead of png_memset() to initialize row_pointers in
png_read_png().
version 1.4.0beta78 [August 31, 2009] version 1.4.0beta78 [August 31, 2009]
Converted all PNG_NO_* tests to PNG_*_SUPPORTED everywhere except pngconf.h Converted all PNG_NO_* tests to PNG_*_SUPPORTED everywhere except pngconf.h
Eliminated PNG_NO_FREE_ME and PNG_FREE_ME_SUPPORTED macros. Eliminated PNG_NO_FREE_ME and PNG_FREE_ME_SUPPORTED macros.
Use png_malloc plus a loop instead of png_calloc() to initialize
row_pointers in png_read_png().
version 1.4.0betaN [future] version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm. Build shared libraries with -lz and sometimes -lm.