about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-08-11 01:50:18 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-08-11 01:50:18 +0000
commit4ca940a010e203480e6b9aa6a466f11b6c3c9792 (patch)
treebf178f917b6f4987292a213a02c998fb9120e64d /doc
parentb5f1225d8f77ef0cfbf11114cf238319477486b1 (diff)
downloadnetpbm-mirror-4ca940a010e203480e6b9aa6a466f11b6c3c9792.tar.gz
netpbm-mirror-4ca940a010e203480e6b9aa6a466f11b6c3c9792.tar.xz
netpbm-mirror-4ca940a010e203480e6b9aa6a466f11b6c3c9792.zip
Fix incorrect use of setjmp/longjmp
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3041 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index ae10c634..b4da4c58 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -10,6 +10,9 @@ not yet  BJH  Release 10.80.00
               contrast images (i.e. little difference between foreground and
               background).
 
+              libnetpbm: ppm_readcolordict: Improve error message when there is
+              a problem reading the color dictionary.  Affects ppmhist.
+
               pgmmake: Fix bug: treats non-numeric gray-level argument as zero.
               Always broken (Pgmmake was new in Netpbm 10.32, February 2006).