about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-02-09 18:05:14 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-02-09 18:05:14 +0000
commit986fb1796a2025591ef01778baccf45ae4341cd8 (patch)
tree69a8dc2712e9b679d9ffa4219e7197d024626682 /doc/HISTORY
parent6df52cf3846ae2afe8c3b633cd28126937311e90 (diff)
downloadnetpbm-mirror-986fb1796a2025591ef01778baccf45ae4341cd8.tar.gz
netpbm-mirror-986fb1796a2025591ef01778baccf45ae4341cd8.tar.xz
netpbm-mirror-986fb1796a2025591ef01778baccf45ae4341cd8.zip
Fix for -takeodd on image with no odd rows
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2122 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 5a29fb26..39d33437 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,12 +6,6 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.66.00
 
-              ppmrelief: fix out-of-bound values in output.
-              Thanks Prophet of the Way <afu@wta.att.ne.jp>.
-
-              ppmrelief: fix crash when input image is too small.
-              Thanks Prophet of the Way <afu@wta.att.ne.jp>.
-
               pnmmargin: fix for size 0 and superfluous "unexpected operator" 
               message with size != 0.  Introduced in 10.42.
 
@@ -22,6 +16,15 @@ not yet  BJH  Release 10.66.00
               pstopnm: fix wrong orientation sometimes when you specify
               both -xsize and -ysize.  Introduced in 10.65.
 
+              ppmrelief: fix out-of-bound values in output.  Always broken.
+              Thanks Prophet of the Way <afu@wta.att.ne.jp>.
+
+              ppmrelief: fix crash when input image is too small.  Always
+              broken.  Thanks Prophet of the Way <afu@wta.att.ne.jp>.
+
+              pamdeinterlace: fix incorrect output with -takeodd and image has
+              only one row.  Thanks Prophet of the Way <afu@wta.att.ne.jp>.
+
               build/install: add tools for creating a Debian package.
 
               make package: Include template for pkgconfig file.