diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2022-04-13 00:55:34 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2022-04-13 00:55:34 +0000 |
commit | ab6bfca47aece5ad46512da0894f8cc1d058c448 (patch) | |
tree | 6e70e06b43f5d3c65cca5269a4419139b473e7b8 /doc | |
parent | dd63dfa08670e787738e11c84d99e86514347346 (diff) | |
download | netpbm-mirror-ab6bfca47aece5ad46512da0894f8cc1d058c448.tar.gz netpbm-mirror-ab6bfca47aece5ad46512da0894f8cc1d058c448.tar.xz netpbm-mirror-ab6bfca47aece5ad46512da0894f8cc1d058c448.zip |
Remove two's-complement hack from Packbits decoding to it works on all architectures
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4325 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HISTORY | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index 1f01d230..16600dd2 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -6,9 +6,14 @@ CHANGE HISTORY not yet BJH Release 10.99.00 + palmtopnm: Fix failure with bogus claim of invalid input on + architectures that do not use two's complement negative numbers. + Always broken. (Ability to convert PackBits input was new in + Netpbm 10.27 (March 2005). + pnmgamma -srgbtobt709, -bt709tosrgb: fix bug; incorrect output. Always broken (These options were new in Netpbm 10.32 (February - 2006)). + 2006)). Thanks Alexander Shpilkin <ashpilkin@gmail.com>. pamdice: Fix incorrect output file name with PAM input. Always broken (pamdice was new in Netpbm 9.25 (March 2002). |