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 17:40:10 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-11-28 17:40:10 +0000
commit59bf40d2b1cfe85111b15ec05f8c124f657aefe2 (patch)
tree537b064ccd3a64d7c966b22bc2271ccef8719a31 /doc/HISTORY
parent904c1e64ad0d672c04c1c28e0f0d760b0e7c7cae (diff)
downloadnetpbm-mirror-59bf40d2b1cfe85111b15ec05f8c124f657aefe2.tar.gz
netpbm-mirror-59bf40d2b1cfe85111b15ec05f8c124f657aefe2.tar.xz
netpbm-mirror-59bf40d2b1cfe85111b15ec05f8c124f657aefe2.zip
Explicit two's complement interpretation for systems (eg ppc64) where 'char' is unsigned
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4197 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