summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-09-01 10:01:48 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-09-01 10:59:47 -0500
commitc99f698e700f47f898d520f65789bab724ee1a60 (patch)
tree97b23307cd54bc76d7dd005eb606c2f07a8d51bd
parented7fc5d077ab138b66d73636bd1f2be72b456e0c (diff)
downloadlibpng-1.7.37.tar.gz
Imported from pngcrush-1.7.37.tarv1.7.37
-rw-r--r--ChangeLog.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog.html b/ChangeLog.html
index 489f7d585..76750fa61 100644
--- a/ChangeLog.html
+++ b/ChangeLog.html
@@ -3,6 +3,9 @@
Change log:
+Version 1.7.37 (built with libpng-1.5.12 and zlib-1.2.7)
+ Reverted pngcrush.c back to 1.7.35 and fixed the bug with PLTE handling.
+
Version 1.7.36 (built with libpng-1.5.12 and zlib-1.2.7)
Reverted pngcrush.c to version 1.7.34 because pngcrush is failing with
some paletted PNGs.
@@ -20,11 +23,7 @@ Version 1.7.34 (built with libpng-1.5.12 and zlib-1.2.7)
Simplify finding the lengths from the trial compressions, by replacing
the write function with one that simply counts the bytes that would have
been written to a trial PNG, instead of actually writing a PNG, reading it
- back, and counting the IDAT bytes. The savings, while measurable, are
- not very significant -- The "-brute" and default pngcrush runs that I
- tried are between one and five percent faster. Most of the time is
- expended in zlib compression of the IDATs, which is not affected by
- the change.
+ back, and counting the IDAT bytes.
Removed comments about the system library having to be libpng14 or earlier.
This restriction was fixed in version 1.7.20.
@@ -52,7 +51,8 @@ Version 1.7.29 (built with libpng-1.5.10 and zlib-1.2.7)
file.
Direct usage message and error messages to stderr instead of stdout. If
anyone is still using DOS they may have to change the "if 0" at line
- 990 to "if 1".
+ 990 to "if 1". If you need to have the messages on standard output
+ as in the past, use 2>&1 to redirect them.
Added "pngcrush -n -v files.png" to the usage message.
Version 1.7.28 (built with libpng-1.5.10 and zlib-1.2.7)