From 86e28372bb9b28a8d62c33c874f395bbbcd395cf Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 7 Dec 2008 01:58:20 +0000 Subject: Release 10.35.57 git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@788 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- doc/HISTORY | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/HISTORY b/doc/HISTORY index a1a7cd88..b44f31ea 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -4,6 +4,27 @@ Netpbm. CHANGE HISTORY -------------- +08.12.07 BJH Release 10.35.57 + + Build: Move CFLAGS later in libjasper build so that a -I in + CFLAGS doesn't interfere with finding the local libjasper + header files. + + Build: Move LDFLAGS later so that a -L in LDFLAGS doesn't + interfere with finding the built libnetpbm. (The common + link rule is already this way in 10.35.56; all the other + link rules are now the same). + + Build: Add source type declarations to make -ansi compile work. + + Build: Add -fPIC to all Gcc compiles of library modules, so it + works on AMD64, IA64. + +08.11.09 BJH Release 10.35.56 + + Add -fPIC to all Gcc compiles of library modules, so it + works on AMD64, IA64. + 08.10.31 BJH Release 10.35.55 pamcomp: Fix mysterious doubling of code introduced in 10.35.50 @@ -11,16 +32,16 @@ CHANGE HISTORY 08.10.27 BJH Release 10.35.54 - pnm_createBlackTuple(): fix array bounds violation with + pnm_createBlackTuple(): Fix array bounds violation with PBM, PGM. ppmforge, pgmnoise, pgmcrater: better randomization; won't produce the same image if you run it twice within the same second. - pnmtoddif: fix crash with any PGM input. + pnmtoddif: Fix crash with any PGM input. - pgmnoise: fix bug: never generates full white pixel. + pgmnoise: Fix bug: never generates full white pixel. 08.10.12 BJH Release 10.35.53 -- cgit 1.4.1