diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-21 10:32:04 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-21 10:32:04 -0500 |
commit | 1eef1e5b2f062e6ecaa00c5e618c7e54b156909b (patch) | |
tree | 53d334868c1bf2ab7ab78c65282cbd367b98de00 /ANNOUNCE | |
parent | 819196555528ae5547c168781bb1ecd5f3f69ffa (diff) | |
download | libpng-1eef1e5b2f062e6ecaa00c5e618c7e54b156909b.tar.gz |
[master} Ported some cosmetic changes from libpng-1.4.0rc01
changing "#if defined(x)" to "#ifdef x" in png.h and pngconf.h.
Diffstat (limited to 'ANNOUNCE')
-rw-r--r-- | ANNOUNCE | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,5 @@ -Libpng 1.2.41beta07 - October 18, 2009 +Libpng 1.2.41beta07 - October 21, 2009 This is not intended to be a public release. It will be replaced within a few weeks by a public version or by another test version. @@ -73,7 +73,9 @@ version 1.2.41beta06 [October 18, 2009] Converted all PNG_NO_* tests to PNG_*_SUPPORTED everywhere except pngconf.h as in libpng-1.4.0beta78 and later. -version 1.2.41beta07 [October 18, 2009] +version 1.2.41beta07 [October 21, 2009] + Ported some cosmetic changes from libpng-1.4.0rc01, changing + many "#if defined(x)" to "#ifdef x" in png.h and pngconf.h. Send comments/corrections/commendations to png-mng-implement at lists.sf.net |