about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-11-28 16:52:46 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-11-28 16:52:46 +0000
commitac8e85753f21cf60a1f5d09f758c71b2f25a530b (patch)
tree8ef5c33ac6bdbcca53ac9bdb984fe79a2ec11a43 /doc/HISTORY
parent5ded71fe4676df3d316c607ee7512a722804f799 (diff)
downloadnetpbm-mirror-ac8e85753f21cf60a1f5d09f758c71b2f25a530b.tar.gz
netpbm-mirror-ac8e85753f21cf60a1f5d09f758c71b2f25a530b.tar.xz
netpbm-mirror-ac8e85753f21cf60a1f5d09f758c71b2f25a530b.zip
Explicit signed char for systems (eg ppc64) with default unsigned
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4188 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 4172816a..3178321f 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -17,6 +17,10 @@ not yet  BJH  Release 10.97.00
               pamtogif: Fix bug: doesn't ignore the input alpha mask when user
               specified -transparent.  Broken in Netpbm 10.37 (December 2006).
 
+              palmtopnm: Fix bug: fails with PackBits input on platform with
+              default unsigned char, such as ppc64.  Always broken.  (Ability
+              to convert PackBits input was new in Netpbm 10.27 (March 2005).
+              
               pamrubber: Fix bug: random behavior with -quad when you specify
               both points for source or target and the second one is lower in
               the image than the first.  Always broken (Pamrubber was new in