about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-02-25 21:07:27 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-02-25 21:07:27 +0000
commit2ae05f39e93bed9b39474bedf8ed97873ca7d746 (patch)
tree4d58ca9d3e8ec2e4ac13573e45791c067097ef45 /doc/HISTORY
parent7f1e4ea14d706c0821969fda88e028352dac2189 (diff)
downloadnetpbm-mirror-2ae05f39e93bed9b39474bedf8ed97873ca7d746.tar.gz
netpbm-mirror-2ae05f39e93bed9b39474bedf8ed97873ca7d746.tar.xz
netpbm-mirror-2ae05f39e93bed9b39474bedf8ed97873ca7d746.zip
Fix incorrect output when PNG has 16 bits per pixel. Broken by 1529
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1657 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index f2b4d41d..5db0ff29 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,9 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.58.00
 
+              pngtopam: fix incorrect output when PNG has 16 bits per pixel.
+              Broken in 10.56.
+
               pgmtexture: fix integer overflow in difference variance.
               Always broken.
 
@@ -14,7 +17,6 @@ not yet  BJH  Release 10.58.00
 
               xpmtoppm: Make it work on XPM with zero characters per pixel.
 
-
               pm_make_tmpfile_fd: fix improper handling when unable to get
               memory to construct file name.