about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-08-07 04:45:37 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-08-07 04:45:37 +0000
commita10240b9b2e75afbe80d9ff5c4868487e08556c3 (patch)
tree60fdaab3e32e36f9a4cac6646aa339bac00d379c /doc
parentb7a010d2dd8dc5d9994c960ab2294432dec1b111 (diff)
downloadnetpbm-mirror-a10240b9b2e75afbe80d9ff5c4868487e08556c3.tar.gz
netpbm-mirror-a10240b9b2e75afbe80d9ff5c4868487e08556c3.tar.xz
netpbm-mirror-a10240b9b2e75afbe80d9ff5c4868487e08556c3.zip
Don't expect snprintf to exist
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1270 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index c9f5110b..1e724547 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -15,6 +15,8 @@ not yet  BJH  Release 10.52.00
 
               Build: don't fail due to SIGRTMIN, SIGRTMAX being undefined.
 
+              Build: don't expect snprintf() to exist.
+
 10.06.27 BJH  Release 10.51.00
 
               Add ppmtoascii.  Thanks "Frank Ch. Eigler" <fche@elastic.org>.