diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HISTORY | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index c52d5e38..246b92f2 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -4,56 +4,19 @@ Netpbm. CHANGE HISTORY -------------- -not yet BJH Release 10.37.0 - - libnetpbm: add pnm_colorname(). +06.12.31 BJH Release 10.37.0 add pambackground. But doesn't find mid-row background yet. - libpam: better checking of sufficient size of struct pam - in pnm_writepaminit(). - - pbmtextps: Fix buffer overrun -- typical symptom: extra - text generated. - - ppmchange: Fix bug with -closeness and not -remainder or - vice versa. - - pgmtoppm: Fix garbage output with -map and input maxval - != map maxval. - - pbmtext: Fix crash when there is only one character. - pnmcrop, pamtopnm: work on multi-image stream. Thanks Erik Auerswald <auerswal@unix-ag.uni-kl.de>. - pnmtopng: fix transparency optimization on PPM input. - - pnmrotate: fix -background option with PGM/PBM input. - pnmshear: add -background. Thanks Erik Auerswald <auerswal@unix-ag.uni-kl.de>. - pamx: fix bug with X depth = 0. - - pamx: fix bug: incorrect display of one-plane input image. - - libnetpbm: add pnm_computetuplefreqtable3(). Has ability - to limit number of planes of input considered. - - libnetpbm: fix bogus results from ppm_parsecolor() of - rgb:0/0/0 style color name. - ppmtogif: replace with pamtogif. Fix garbage output with -interlace. - Build: fix Darwin build. - - Configure: fix default for X library location. - - Build: remove unnecessary limit of 200 characters on - argument length in Libopt. - pbmtoxbm: add -name option. Thanks Prophet of the Way <afu@wta.att.ne.jp>. @@ -63,21 +26,51 @@ not yet BJH Release 10.37.0 xbmtopbm: Use packed PBM functions for efficiency. Thanks Prophet of the Way <afu@wta.att.ne.jp>. + cmuwmtopbm, mgrtopbm, pbmtocmuwm, pbmtoicon, pbmtomgr: + Use packed PBM functions for efficiency. + Thanks Prophet of the Way <afu@wta.att.ne.jp>. + + libnetpbm: add pnm_colorname(). + + libnetpbm: add pnm_computetuplefreqtable3(). Has ability + to limit number of planes of input considered. + + libpam: better checking of sufficient size of struct pam + in pnm_writepaminit(). + + pnm_readpaminit(): abort instead of crash if width == 0. + + pnmtopng: fix transparency optimization on PPM input. + + pnmrotate: fix -background option with PGM/PBM input. + + pamx: fix bug with X depth = 0. + + pamx: fix bug: incorrect display of one-plane input image. + + libnetpbm: fix bogus results from ppm_parsecolor() of + rgb:0/0/0 style color name. + pbmtoxbm, pbmtox10bm: merge. Thanks Prophet of the Way <afu@wta.att.ne.jp>. pbmtox10bm: Fix generation of name in XBM file. Thanks Prophet of the Way <afu@wta.att.ne.jp>. - pnmnlfilt: Give proper error message for syntax errors. + pbmtextps: Fix buffer overrun -- typical symptom: extra + text generated. - pnm_readpaminit(): abort instead of crash if width == 0. + ppmchange: Fix bug with -closeness and not -remainder or + vice versa. - ppmtompeg: fix reading of GOPs. Thanks Alun Jones. + pgmtoppm: Fix garbage output with -map and input maxval + != map maxval. - cmuwmtopbm, mgrtopbm, pbmtocmuwm, pbmtoicon, pbmtomgr: - Use packed PBM functions for efficiency. - Thanks Prophet of the Way <afu@wta.att.ne.jp>. + pbmtext: Fix crash when there is only one character. + + pnmnlfilt: Give proper error message for syntax errors. + + ppmtompeg: fix reading of GOPs. Thanks Alun Jones. Fix pamcomp: due to use of undefined value, sometimes produces plain format. @@ -87,11 +80,18 @@ not yet BJH Release 10.37.0 Fix libnetpbm pm_system(): don't hang if shell command quits before taking all the input. - Fix some compile failures with Irix IDO compiler. - Build: Configure does test links to detect broken libpng-config --ldflags. + Build: Fix some compile failures with Irix IDO compiler. + + Build: fix Darwin build. + + Configure: fix default for X library location. + + Build: remove unnecessary limit of 200 characters on + argument length in Libopt. + Build: fix build with separate build directory. Build: fix merge build with no X11 library. |