about summary refs log tree commit diff
path: root/doc/HISTORY
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-12-03 20:00:33 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-12-03 20:00:33 +0000
commitdc623704d3b6f4cadd2036c9627f2ac3054b6b0c (patch)
treed5fd4eb101701f85487f49e7087b5043fbe71bee /doc/HISTORY
parent5fcd32eee038bb0cba85f2bcb70a1b0824cf618a (diff)
downloadnetpbm-mirror-dc623704d3b6f4cadd2036c9627f2ac3054b6b0c.tar.gz
netpbm-mirror-dc623704d3b6f4cadd2036c9627f2ac3054b6b0c.tar.xz
netpbm-mirror-dc623704d3b6f4cadd2036c9627f2ac3054b6b0c.zip
Move LDFLAGS later
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@775 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r--doc/HISTORY13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 53a1a8e9..189213cc 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -10,16 +10,21 @@ not yet  BJH  Release 10.45.00
 
               ppmtobmp: Add -mapfile option.
 
-              pnm_createBlackTuple(): fix array bounds violation with
+              pnm_createBlackTuple(): Fix array bounds violation with
               PBM, PGM.
 
-              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.
 
               pamditherbw: Fix -value other than .5 with -fs, -atkinson.
 
-              Build: rename Makefile.common, Makefile.config, to common.mk,
+              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.44.00; all the other
+              link rules are now the same).
+
+              Build: Rename Makefile.common, Makefile.config, to common.mk,
               etc.
 
 08.09.27 BJH  Release 10.44.00