about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-12-13 00:46:46 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-12-13 00:46:46 +0000
commit8a7ebe932acc06d8faae7dc3c628d0c703435f1b (patch)
tree166c5309c2ac6357ff610a40423c95a86843134e /doc/HISTORY
parentf7a9f4d288db3f3b9af1c9d641cd1dce7b228c67 (diff)
downloadnetpbm-mirror-8a7ebe932acc06d8faae7dc3c628d0c703435f1b.tar.gz
netpbm-mirror-8a7ebe932acc06d8faae7dc3c628d0c703435f1b.tar.xz
netpbm-mirror-8a7ebe932acc06d8faae7dc3c628d0c703435f1b.zip
Fix for all-white page and for too-long raster lines
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2057 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 83535e9e..08411a79 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -33,8 +33,15 @@ not yet  BJH  Release 10.65.00
               if invoked with SIGCHLD ignored.  Introduced in 10.56
               (September 2011).
 
+              pbmtoepsi: fix handling of all-white image.  Always broken.
+              Thanks Prophet of the Way <afu@wta.att.ne.jp>.
+
+              pbmtoepsi: fix excessively long raster line.  Always broken.
+              Thanks Prophet of the Way <afu@wta.att.ne.jp>.
+
               ppmpat: fix crash with -squig with aspect ratio < 1:25 or
               > 25:1. Thanks Prophet of the Way <afu@wta.att.ne.jp>.
+              Always broken.
 
               Fix wild pointer dereference when memory allocation for a string
               fails.  Broken since 10.36 (September 2006).