about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-04-25 23:35:17 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-04-25 23:35:17 +0000
commit7c95a9ee8111b2b6871d832e41962e79b357705f (patch)
tree8cf85553bfc6ccc222db4650ba8ad7dac8cc6073 /doc/HISTORY
parent4d21262a36e31e521482c1200fefecff06be6371 (diff)
downloadnetpbm-mirror-7c95a9ee8111b2b6871d832e41962e79b357705f.tar.gz
netpbm-mirror-7c95a9ee8111b2b6871d832e41962e79b357705f.tar.xz
netpbm-mirror-7c95a9ee8111b2b6871d832e41962e79b357705f.zip
update history
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@897 9d0c8265-081b-0410-96cb-a4ca84ce46f8
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.