diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2008-12-18 00:14:35 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2008-12-18 00:14:35 +0000 |
commit | a2f8752d2bd1379f7bbe422027c041925802f029 (patch) | |
tree | 5336131cfb23617ad67f2474555fdb30db1adbb9 /doc/HISTORY | |
parent | 1531fdb3a9544e899b5108208faf2e265d19ab9f (diff) | |
download | netpbm-mirror-a2f8752d2bd1379f7bbe422027c041925802f029.tar.gz netpbm-mirror-a2f8752d2bd1379f7bbe422027c041925802f029.tar.xz netpbm-mirror-a2f8752d2bd1379f7bbe422027c041925802f029.zip |
Release 10.44.04
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@792 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r-- | doc/HISTORY | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index 8bd9d31a..8f9c68c1 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -4,11 +4,22 @@ Netpbm. CHANGE HISTORY -------------- +08.12.17 BJH Release 10.44.04 + + Configure: fix crash when Libxml2 is installed, but not new + enough version. + + Build: Move CFLAGS later in libjasper and librle build so that a + -I in CFLAGS doesn't interfere with finding the local libjasper + and Netpbm header files. + + Build: Add source type declarations to make -ansi compile work. + 08.12.03 BJH Release 10.44.03 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 rule is already this way in 10.44.02; all the other link rules are now the same). 08.10.27 BJH Release 10.44.02 |