diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2018-12-29 16:32:28 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2018-12-29 16:32:28 +0000 |
commit | ee250e7490cbb3550fed22fdb98b7152cce20b72 (patch) | |
tree | 83fd278faf86341c5495567396e5abea2ec1a4a4 /doc | |
parent | ebf403d4015d30f19a37895efdce201300c9b418 (diff) | |
download | netpbm-mirror-ee250e7490cbb3550fed22fdb98b7152cce20b72.tar.gz netpbm-mirror-ee250e7490cbb3550fed22fdb98b7152cce20b72.tar.xz netpbm-mirror-ee250e7490cbb3550fed22fdb98b7152cce20b72.zip |
Promote current Development release as Advanced
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3468 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HISTORY | 84 |
1 files changed, 55 insertions, 29 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index 1023e61b..f0dc1084 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -4,38 +4,51 @@ Netpbm. CHANGE HISTORY -------------- -18.12.17 BJH Release 10.84.05 +18.12.29 BJH Release 10.85.00 - bmptopnm: Fix wrong output for non-colormapped OS2 BMP. Broken - in Netpbm 10.18 (September 2003). + pnmpaste: Add -nand, -nor, and -nxor. -18.11.05 BJH Release 10.84.04 + pamcut: add -cropleft, -cropright, -croptop, -cropbottom. - bmptopnm: Fix array bounds violation when index value in raster - is too big. Broken after Netpbm 10.10 (October 2002) but before - 10.19 (November 2003). + ppmtobmp: respect -bpp with PBM input. -18.11.11 BJH Release 10.84.03 + bmptopnm: allow single color colormap with bpp 1. + + bmptopnm: validate plane count = 1. + + bmptopnm: Add RLE4 compression decoding. This was ostensibly + added in Netpbm 10.32 (February 2006), but never worked. + + Add pammixmulti. Thanks Scott Pakin (scott+pbm@pakin.org). + + pamtotga: Add -cmap16 . + + pamtris: Add -rgb, -grayscale. Add w parameter to vertex + instructions. Fix perspective correctness. Thanks Lucas Brunno + Luna <lucaslunar32@hotmail.com>. picttoppm: accept rectangle specifications in input that have the corners in any order, not just upper left, then lower right. - Merge build: fix so legacy program names 'pnmtopnm', 'ppmnorm', - and 'ppmtotga' work again. + pamtotga: identify compressed colormapped format in error + message saying the program doesn't know how to interpret it. - Merge build: fix duplicate symbol 'prefabCode' in g3topbm, - pbmtog3. Introduced in Netpbm 10.79 (June 2017). + pamtotga: Ignore extra planes in black and white or grayscale + input instead of generating junk output. -18.10.07 BJH Release 10.84.02 + Merge build: make old names for JPEG, TIFF, and PNG converter + programs work (function previously omitted by design because it + was too hard). - libnetpbm: Fix invalid memory reference in color name processing - when trivial memory allocation fails. - - Build: fix reference to nonexistent getline on Mac OS X 10.6. + bmptopnm: Fix wrong output for non-colormapped OS2 BMP. Broken + in Netpbm 10.18 (September 2003). - Build: fix reference to nonexistent strndup on Mac OS X 10.6. + bmptopnm: Fix array bounds violation when index value in raster + is too big. Broken after Netpbm 10.11 (October 2002) but before + 10.19 (November 2003). -18.10.02 BJH Release 10.84.01 + libnetpbm: Fix invalid memory reference in color name processing + when trivial memory allocation fails. pamtojpeg2k: fix incorrect interpretation of -ilyrrates option when it contains multiple delimiter characters in a row. Always @@ -44,8 +57,17 @@ CHANGE HISTORY pnmtojbig: fix incorrect handling of -x option. Always broken (pnmtojbig was new in Netpbm 9.2 (May 2000)). + pjtoppm, pbmtoppa: fix arithmetic overflow. + + Build: fix parallel make. + + Build: fix reference to nonexistent getline on Mac OS X 10.6. + Build: fix reference to nonexistent strndup on Mac OS X 10.6. + Merge build: fix duplicate symbol 'prefabCode' in g3topbm, + pbmtog3. Introduced in Netpbm 10.79 (June 2017). + 18.09.29 BJH Release 10.84.00 Add pamaltsat. Thanks Anton Shepelev <anton.txt@gmail.com>. @@ -95,6 +117,10 @@ CHANGE HISTORY pbmmask: Fix invalid memory reference with zero-dimension input image. Broken in primordial Netpbm, ca 1989. + pamtojpeg2k: Fix incorrect metadata in output with GRAYSCALE PAM + input. Always broken (pamtojpeg2k was new in Netpbm 10.12 + (November 2002)). + libnetpbm: Add pnm_colorspec_rgb_integer, pnm_colorspec_rgb_norm, pnm_colorspec_rgb_x11, pnm_colorspec_dict, pnm_colorspec_dict_close. @@ -608,10 +634,10 @@ CHANGE HISTORY pamstereogram: Add -xbegin. Change default to render from center outwards intead of from right to left, thus making the center of the image the crispest part. Thanks Scott Pakin - (scott@pakin.org). + (scott+pbm@pakin.org). pamstereogram: Allow -xshift and -yshift to be negative. Thanks - Scott Pakin (scott@pakin.org). + Scott Pakin (scott+pbm@pakin.org). pnmpsnr: Add -rgb. @@ -1247,7 +1273,7 @@ CHANGE HISTORY get down to a compression ratio of 1. pamstereogram: -smoothing smooths images even without -texfile. - Thanks Scott Pakin (scott@pakin.org). + Thanks Scott Pakin (scott+pbm@pakin.org). pnmcat: set don't care bits in packed PBM output to zero so they are predictable. @@ -1339,10 +1365,10 @@ CHANGE HISTORY Elijah Griffin <eli@panix.com>. pamstereogram: Add -planes . Thanks Scott Pakin - (scott@pakin.org). + (scott+pbm@pakin.org). pamstereogram: improve verbose output. Thanks Scott Pakin - (scott@pakin.org). + (scott+pbm@pakin.org). pamstereogram: fix crash introduced in Netpbm 10.54 (March 2011). @@ -2349,7 +2375,7 @@ CHANGE HISTORY 07.06.26 BJH Release 10.39.00 - Add pamtooctave. Thanks Scott Pakin (scott@pakin.org). + Add pamtooctave. Thanks Scott Pakin (scott+pbm@pakin.org). Add pamundice. @@ -2862,7 +2888,7 @@ CHANGE HISTORY arguments; fix crash. pamstereogram: Fix crippling bugs. Thanks Scott Pakin - <scott@pakin.org>. + <scott+pbm@pakin.org>. giftopnm: Handle case of a clear code at the end of a block. @@ -3654,12 +3680,12 @@ CHANGE HISTORY Add pamperspective. Thanks Mark Weyer <Mark.Weyer@math.uni-freiburg.de>. - Add pamstereogram. Thanks Scott Pakin <scott@pakin.org>. + Add pamstereogram. Thanks Scott Pakin <scott+pbm@pakin.org>. Add pc1toppm. Thanks Roine Gustafsson <roine@users.sourceforge.net>. - Add pbmtodjvurle. Thanks Scott Pakin <scott@pakin.org>. + Add pbmtodjvurle. Thanks Scott Pakin <scott+pbm@pakin.org>. Add infotopam. Thanks Rich Griswold <griswold@acm.org>. @@ -3716,7 +3742,7 @@ CHANGE HISTORY Add pamsharpness, pamsharpmap. - Add ppmtodjvurle. Thanks Scott Pakin <scott@pakin.org>. + Add ppmtodjvurle. Thanks Scott Pakin <scott+pbm@pakin.org>. pstopnm: add -dpi option. |