about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-03-31 01:58:24 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-03-31 01:58:24 +0000
commitb41838bc14621a793aa045606463dd903334f6b3 (patch)
tree886b1dbe1768ac3946a65bbb7006347bc46fdb1d /doc/HISTORY
parent1b56c71f85de23d9c3b85937aa9068bc2b746fb1 (diff)
downloadnetpbm-mirror-b41838bc14621a793aa045606463dd903334f6b3.tar.gz
netpbm-mirror-b41838bc14621a793aa045606463dd903334f6b3.tar.xz
netpbm-mirror-b41838bc14621a793aa045606463dd903334f6b3.zip
update HISTORY
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2703 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index b462ce0d..69da2785 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,18 +6,21 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.75.00
 
+              Build: Remove use of strndup so it compiles on Mac OS X 10.6.
+              Broken in 10.74.
+
 16.03.27 BJH  Release 10.74.00
 
               pbmtext: produce same image when you run pbmtext with -width
               explicitly set to the width you get when you don't specify
               width.
 
-              pbmtext: ignore -nomargins with -width is specified.
+              pbmtext: ignore -nomargins when -width is specified.
 
               pbmtext: report when line ends are dropped because of
               truncation.
 
-              pbmtext: Fix bug: if input has an code point that is not in the
+              pbmtext: Fix bug: if input has a code point that is not in the
               font, Pbmtext substitutes space, but behavior is undefined if
               font doesn't have space either.  Now it aborts the program in
               that case.