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/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>.