about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-12-03 17:31:57 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-12-03 17:31:57 +0000
commita25d2a0e45288162a67e2c6741af0f82de9a4a53 (patch)
treeb7c0e90baa2d03ec79bee52ea2e48f2b90db912b /doc
parent5d6710990fcfc5c670241042e9cfc8a5fc4f98d2 (diff)
downloadnetpbm-mirror-a25d2a0e45288162a67e2c6741af0f82de9a4a53.tar.gz
netpbm-mirror-a25d2a0e45288162a67e2c6741af0f82de9a4a53.tar.xz
netpbm-mirror-a25d2a0e45288162a67e2c6741af0f82de9a4a53.zip
Fix unquoted filename, causing problems with filename with spaces
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3710 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY17
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index f0838cff..5dc629c4 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,17 +6,20 @@ CHANGE HISTORY
 
 
 
-not yet   BJH  Release 10.89.00
+not yet  BJH  Release 10.89.00
 
-               pnmpad: Add -reportonly.
+              pnmpad: Add -reportonly.
 
-               pamfind: Fix typo in message.
+              anytopnm: Fix unpredictable behavior when file name contains
+              spaces.
 
-               pnmquant: Fail if user specifies both -spreadbrightness and
-               -spreadluminosity or both -randomseed and -norandom, rather
-               than just pick one.
+              pamfind: Fix typo in message.
 
-19.09.28  BJH  Release 10.88.00
+              pnmquant: Fail if user specifies both -spreadbrightness and
+              -spreadluminosity or both -randomseed and -norandom, rather
+              than just pick one.
+
+19.09.28 BJH  Release 10.88.00
 
               pnmquant: Fail if user specifies more than one of -meanpixel,
               -meancolor, and -center, rather than just pick one.