about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY13
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 --