about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-09-05 22:30:47 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-09-05 22:30:47 +0000
commitc7b857c43fbe073b18b2f0da59db9b008b8b35ea (patch)
tree6e682aff2192f6ec635948421a715f0c44457f90 /doc
parent4b04b3e67fe370e0229f24d50c7a90112bd43d18 (diff)
downloadnetpbm-mirror-c7b857c43fbe073b18b2f0da59db9b008b8b35ea.tar.gz
netpbm-mirror-c7b857c43fbe073b18b2f0da59db9b008b8b35ea.tar.xz
netpbm-mirror-c7b857c43fbe073b18b2f0da59db9b008b8b35ea.zip
Fail properly when BMP header indicates an invalid bits per pixel
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1565 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 12df8cdd..405ba8a4 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -38,6 +38,9 @@ not yet  BJH  Release 10.56.00
               ppmcie: fix bug: fails with "X coordinate out of range" error.
               Introduced in 10.51.
 
+              bmptopnm: Fail properly with BMP that indicates an illegal bits
+              per pixel.
+
               Build: To find libpng, use the Pkgconfig database entry instead
               of libpng-config if it is available.