about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-03-10 02:10:14 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-03-10 02:10:14 +0000
commit5559b89423b6ed41f179a5970775eb2ff8e93b49 (patch)
tree509ff0630b6e33ac5148a4d3213b1df621badf08 /doc/HISTORY
parentea5a20cc962244d3b913cf5e2af767eb1f2bb389 (diff)
downloadnetpbm-mirror-5559b89423b6ed41f179a5970775eb2ff8e93b49.tar.gz
netpbm-mirror-5559b89423b6ed41f179a5970775eb2ff8e93b49.tar.xz
netpbm-mirror-5559b89423b6ed41f179a5970775eb2ff8e93b49.zip
Fix vertical justification
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4299 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 1225522e..0dcbd5af 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -9,7 +9,11 @@ not yet  BJH  Release 10.98.00
               pnmtosir: Set some possibly meaningless bits in output to zero
               so output is repeatable.
 
-              pnmtorle: fix bug: -h works only on first image.
+              pamx: Fix bug: top-justifies image in all cases where it should
+              bottom-justify.  Always broken.  (pamx was new in Netpbm 10.34
+              (June 2006).
+
+              pnmtorle: Fix bug: -h works only on first image.
 
               pamsistoaglyph: Fix invalid memory reference and incorrect
               output on depth 1 input.  Always broken.  (pamsistoaglyph was