about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-03-25 03:11:54 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-03-25 03:11:54 +0000
commit109958b4e3f2e275f251a5cd47b2b8c5957b0510 (patch)
treef3ffda02e1581b86adcb21d2e0948474b1083e64
parent3479af28343c6fb09edbd7cb4235e26d436837de (diff)
downloadnetpbm-mirror-109958b4e3f2e275f251a5cd47b2b8c5957b0510.tar.gz
netpbm-mirror-109958b4e3f2e275f251a5cd47b2b8c5957b0510.tar.xz
netpbm-mirror-109958b4e3f2e275f251a5cd47b2b8c5957b0510.zip
history updates
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@861 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--doc/HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index d4e59a83..0a279043 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -26,6 +26,8 @@ not yet  BJH  Release 10.46.00
 
               pnmcrop: various fixes.
 
+              g3topbm: fix array bound violation.  Introduced in 10.32.
+
               pnmcat: fix array bound violation with PBM top/bottom
               concatenation.  Introduced in 10.44.
 
@@ -754,6 +756,11 @@ not yet  BJH  Release 10.46.00
               picttoppm: fix bug - interprets some images wrong because of
               bogus "rowBytes" value.
 
+              libnetpbm: add ppm_fastlumin().  Change ppmtopgm, ppmtoilbm,
+              and ppm3d to use this, which results in higher quality output,
+              because ppm_fastlumin() rounds to nearest, whereas these
+              programs rounded down.  Otherwise, it's the same calculation.
+
               Redo asprintfN(), etc. so as not to use va_list in a way
               that doesn't work on some machines.