about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-01-15 01:45:17 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-01-15 01:45:17 +0000
commitb9c259ab24d058b97dd5bc464339eb28e001c001 (patch)
treed5801fec10394774127b36feb4705c1d4dde722c /doc/HISTORY
parent403a10b527eafb553e2bea05d2ea8d89beac558c (diff)
downloadnetpbm-mirror-b9c259ab24d058b97dd5bc464339eb28e001c001.tar.gz
netpbm-mirror-b9c259ab24d058b97dd5bc464339eb28e001c001.tar.xz
netpbm-mirror-b9c259ab24d058b97dd5bc464339eb28e001c001.zip
Remove -floyd option, which doesn't work, isn't documented, and shouldn't be here anyway
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4244 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 02203284..bb11ee91 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,11 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.98.00
 
+              ppmtoilbm: Remove -floyd (aka -fs) option, which hasn't worked
+              in a long time if ever and is inappropriate function for this
+              program.  And the broken code is inconsistent with new random
+              number logic elsewhere in the package.
+
               picttoppm: Fix incorrect output for 32 bit per pixel images
               that have only 3 planes.  Broken in Netpbm 10.34 (June 2006).