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/HISTORY22
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index d915af21..4593e3d4 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -8,16 +8,31 @@ not yet  BJH  Release 10.47.00
 
               Add pamsistoaglyph.  Thanks Scott Pakin.
 
+              Add /usr/share/netpbm/rgb.txt to search path for color
+              dictionary.
+
               Remove nstring.h from exported interfaces.
 
+              ximtoppm: fix crash in command line processing.
+
+              ppmrainbow: exit with proper exit status upon failure.
+              
+              ppmfade: eliminate reference to undeclared subroutine.
+
+              ppmquantall: don't use 'set' to set Bourne shell variable.
+
               pnmtile: fix reference to arbitrary storage in option
-              processing.
+              processing.  Introduced in 10.42.
 
               pamstereogram: fix tuple type in output file (and crash
               with -verbose) with -patfile .
 
               pamstereogram: fix uninitialized bytes per sample value.
 
+              pbmtomacp: fix buffer overflow.
+
+              libnetpbm (ppmd): fix: don't ignore failure to read font file.
+
               Fix: remove inclusion of pm_c_util.h from sshopt.h, which is
               an exported interface header file, whereas pm_c_util.h is not.
 
@@ -85,6 +100,9 @@ not yet  BJH  Release 10.47.00
               pnm_computetuplefreqtable3: fix crash when out of memory,
               memory leak with uncomputably large numbers.
 
+              build: rename getline() in xvminitoppm.c to avoid collision
+              with libc.
+
               Source tree: split out some of editor/ directory into new
               editor/specialty directory.
 
@@ -244,6 +262,8 @@ not yet  BJH  Release 10.47.00
               too large for computation.  Thanks Prophet of the Way
               <afu@wta.att.ne.jp>.
 
+              pnmtile: deal with zero width/height.
+
               pbmtext: fix negative -space.
 
               pbmtext: fail cleanly if input line is > 5000 characters.