about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-05-02 02:28:29 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-05-02 02:28:29 +0000
commitd7e14787c49408da8bc52359699dfd06b200d8b5 (patch)
treedcc475d22a3d7f7b24878c9f61c1f0f7d8fab4aa /doc/HISTORY
parent177823c4c89a4e8af6ce79aa7d200f28c8df4bb8 (diff)
downloadnetpbm-mirror-d7e14787c49408da8bc52359699dfd06b200d8b5.tar.gz
netpbm-mirror-d7e14787c49408da8bc52359699dfd06b200d8b5.tar.xz
netpbm-mirror-d7e14787c49408da8bc52359699dfd06b200d8b5.zip
Don't build and install libjjbig, libjasper if we are using external versions
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2477 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index fcacf727..364f16f5 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,10 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.71.00
 
+              pbmtomacp: fix wild pointer dereference with -b larger than
+              image height.  Always broken.  (pbmtomacp was new in X.V11R3
+              (March 1988).
+
               pnmconvol: Fix bug: wrong output for pixels that convolve to
               negative values (should be clipped to zero).  Introduced in
               Netpbm 10.68 (September 2014).
@@ -28,6 +32,9 @@ not yet  BJH  Release 10.71.00
               makeman: deal properly with backlash in source.  Thanks Willem
               van Schaik <willem@schaik.com>.
 
+              Build: don't build and install libjpeg and libjasper if we
+              are using external versions of them instead.
+
               Build: work around bug in GCC < 4.2 related to SSE2 builtins
               that causes compile of pamflip to fail.