summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson glennrp@comcast.net <glennrp at users.sourceforge.net>2009-05-15 20:39:34 -0500
committerGlenn Randers-Pehrson glennrp@comcast.net <glennrp at users.sourceforge.net>2009-05-15 20:39:34 -0500
commitb1c0d331284a2e6bfe0aaa438d1966b41c1c0bda (patch)
treecaa2d9a09c576588a3cd6a9885841250a7cedfa7 /CHANGES
parent9a692c0769bcd5890507f376d856ebf104d726e9 (diff)
downloadlibpng-b1c0d331284a2e6bfe0aaa438d1966b41c1c0bda.tar.gz
Housecleaning: revise identation and comments to meet libpng coding style.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ccee17800..dd0c6f451 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2125,6 +2125,10 @@ version 1.4.0beta58 [May 14, 2009]
Clarified usage of sig_bit versus sig_bit_p in example.c (Vincent Torri)
version 1.4.0beta59 [May 15, 2009]
+ Reformated sources in libpng style (3-space intentation, comment format)
+ Fixed typo in libpng docs (PNG_FILTER_AVE should be PNG_FILTER_AVG)
+ Added sections about the git repository and our coding style to the
+ documentation
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.