about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-08-08 17:21:20 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-08-08 17:21:20 +0000
commit07fcb08fe8fa831949cabf72c1f840fb8c880916 (patch)
treeac3a0a632ef8a16e5fd55bd4e630c6fee2ec8c0c /doc
parent9233ab8147420f462bf2d22138b6a323a72c5099 (diff)
downloadnetpbm-mirror-07fcb08fe8fa831949cabf72c1f840fb8c880916.tar.gz
netpbm-mirror-07fcb08fe8fa831949cabf72c1f840fb8c880916.tar.xz
netpbm-mirror-07fcb08fe8fa831949cabf72c1f840fb8c880916.zip
Add Pamrecolor
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1275 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 1e724547..906af96a 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,17 +6,21 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.52.00
 
-              Anytopnm: Use 'pngtopam' shell command instead of 'pngtopnm'.
+              Add pamrecolor.  Thanks Scott Pakin.
 
-              Pnmtopng:  -libversion doesn't report level of linked libz.
+              anytopnm: Use 'pngtopam' shell command instead of 'pngtopnm'.
+
+              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 --
+              Mac OS X, because pnmtopng per se doesn't know about libz --
               it's used by libpng.
 
               Build: don't fail due to SIGRTMIN, SIGRTMAX being undefined.
 
               Build: don't expect snprintf() to exist.
 
+              Build: don't use <strings.h> or bzero().
+
 10.06.27 BJH  Release 10.51.00
 
               Add ppmtoascii.  Thanks "Frank Ch. Eigler" <fche@elastic.org>.