$Id: ChangeLog,v 1.9 2006/05/29 10:13:31 stewy Exp $

ChangeLog file of MaKL - http://www.koanlogic.com/kl/cont/gb/html/makl.html

MaKL 1.2.1:
	- makl_file_sub() added
	- makl_tab_set() handles variable number of arguments
	- default optimization flags removed
	- explicit directory variables (DESTDIR, BINDIR, MANDIR, etc.) added to 
	  output config files 

MaKL 1.2.0:
    - QNX toolchains added (ARM, MIPS, PPC, SH)
    - VxWorks toolchains added (DCC compiler)
    - toolchain names changed to OS-CPU.tc
    - new make target: purge
    - party.mk: added decompression, download and integrity check targets, 
      split steps more cleanly, state check
    - bug fix: strip LIB name before using it
    - makl_check_tools, makl_checktmzone, makl_checkinline, makl_checkextvar,
      makl_target_name added
    - minor bug fixes (forced type checks for VxWorks, whitespace in type-based
      variable generation)

MaKL 1.1.1:
    - by default use MKINSTALLDIRS, MKDEP and LORDER from makl/helpers/

MaKL 1.1.0:
    - cross compilation support:
        - toolchain target now depends on MAKL_PLATFORM
        - new switch --cross-compile avoids execution tests
    - new variable MAKL_TC influences the top-level toolchain target
    - new ports: ARM, MIPS, PowerPC and SH via Buildroot, Cris/Axis.
    - makl_append_var_mk() alias to makl_add_var_mk()
    - new switch --libs set default base dir for all libs
    - separate info (default) from dbg (--verbose) output
    - --help switch optimisation: store configure.help for reuse
    - new switch --help_gen (or -g) to generate a new configure.help
    - tab_get fix to avoid grep error
    - dist.mk also creates the .md5 checksum for the package

MaKL 1.0.0:
    - include logic changed to support toolchain overriding
    - new ports: OpenBSD 3.8, NetBSD 2.0.x, NetBSD 2.1, FreeBSD 6.0
    - a number of optimisations for speed

MaKL 0.4.0:
    - first public release
