diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2010-12-10 18:19:40 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2010-12-10 18:19:40 +0000 |
commit | 9d8461b2012adb25ba0b10deff31dc766f6ea8f2 (patch) | |
tree | 97434a8dfcc90dc9d7cfe97f3d08a0f6b3395e35 /doc/HISTORY | |
parent | c1504a8ffa4694779448393e5781cb182610c486 (diff) | |
download | netpbm-mirror-9d8461b2012adb25ba0b10deff31dc766f6ea8f2.tar.gz netpbm-mirror-9d8461b2012adb25ba0b10deff31dc766f6ea8f2.tar.xz netpbm-mirror-9d8461b2012adb25ba0b10deff31dc766f6ea8f2.zip |
Release 10.35.78
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@1375 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r-- | doc/HISTORY | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index 1f288d54..cf488d5e 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -4,6 +4,17 @@ Netpbm. CHANGE HISTORY -------------- +10.12.10 BJH Release 10.35.78 + + bmptopnm: Don't crash on invalid zero value of image height in + the BMP header of a compressed file. Always broken. + + bmptopnm: don't crash on large invalid value of 'colorsused' in + the BMP header. + + ilbmtoppm: Don't crash on image that has a transparent color + index, but no color map. + 10.09.18 BJH Release 10.35.77 ppmtompeg: fix crash with free of unallocated memory. @@ -12,8 +23,6 @@ CHANGE HISTORY Build: don't use <strings.h> or bzero(). -10.07.10 BJH Release 10.35.76 - Pnmtopng: -libversion doesn't report level of linked libz. It was a modularity violation and caused build failures on Mac OS X, because Pnmtopng per se doesn't know about libz -- |