about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-07-30 16:12:37 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-07-30 16:12:37 +0000
commitfa0872c4482b20c963bd9c1793d117940de2ea8e (patch)
treee9a9f84586d1f45e2716d73c05c687ed3d4ece8d /doc/HISTORY
parentef14b7f956583796b7a7637780f566f317cd405d (diff)
downloadnetpbm-mirror-fa0872c4482b20c963bd9c1793d117940de2ea8e.tar.gz
netpbm-mirror-fa0872c4482b20c963bd9c1793d117940de2ea8e.tar.xz
netpbm-mirror-fa0872c4482b20c963bd9c1793d117940de2ea8e.zip
Don't attempt to do 12 bits per sample
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@367 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 5720d444..2d45b757 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,10 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.40.00
 
+              pnmtops: fix crash when program attempts to write 12 bits per
+              sample Postscript.  It doesn't really know how to do that, so
+              now it just writes 8.
+
               pamfunc: Add -andmask, -ormask, -xormask, -not,
               -shiftleft, -shiftright.