v0.0.9, 2014-04-01 -- Initial release.

v0.1.0, 2014-04-08 -- Added export function of C/C++ tasks to Visual Studio (msdev) projects.

v0.1.1, 2014-05-10 -- Added extra check when parsing dependencies ('use') in Code::Blocks, MSDev and Eclipse modules.
                      Added extra check in CppCheck when C/C++ sources contain non readable characters.

v0.1.2, 2014-07-01 -- Eclipse export fix when 'includes' and 'use' tgen arguments are specified as string intead of list.
                      CodeBlocks export improved use LIBPATH_ and INCLUDES_ dependencies, added pthread linker option.
                      Added 'depend' module and command; users to get an overview of dependencies between tasks.
                      Added Doxygen module; allows users to create C/C++ source documentation.

v0.1.3, 2014-07-21 -- Changed license to MIT.
                      Updated and improved module documentaton.
                      Improved exporting to foreign build systems and IDE's (msdev, eclipse, cmake, codeblocks,
                      make).
                      Improved Eclipse export for Win32/MinGW.

v0.1.4, 2014-08-18 -- Added 'tree' module to package documentation.
                      Added location variable to waftools package.
                      Improved speed when exporting to other build systems (e.g. make, eclipse, cmake, ...) when
                      using the 'export' module.
                      Issue #2, improved installation path of package data files (e.g. msdev.sln). 
                      Fixed exporting to msdev, cmake, codeblocks on Windows.

v0.1.5, 2014-08-24 -- Corrected download url in setup.py.
                      Always use tar.gz format for released packages.
                      Extracted 'options' and 'configure' (containing GNU CC stuff) to separate 'gnucc' waftools module
                      and updated playground/wscript accordingly.

v0.1.6, 2014-09-03 -- Makefiles export:
                      - fixed creation of relative source paths.
                      - fixed problem when using underscores in directory or task names.
                      CppCheck reports:
                      - fixed broken hyperlinks when using FireFox (use 'file:///' as prefix in 'href').

v0.1.7, 2014-10-06 -- Added support for multiple build environments for Makefile, Codeblocks modules.
                      Added new module 'ccross'; to be used for multiple build environments; e.g. one native
                      build environment and one or more cross compile environments.
					  Improved Eclipse export; now support mulitple build variants (e.g. build debug GCC, MinGW, ARM and PPC 
					  at the same time, from one project). Only export settings defined within the environment; don't
					  assume and auto-create Debug and Release for each build variant. 

v0.1.8, 2014-10-11 -- Updated package trove classifiers
                      Added 'indent' module; use GNU indent to clean up and format C/C++ source code.
                      Updated module documentation.
                      
v0.2.0, 2014-10-15 -- Added support for waf-1.8.x; several fixes for environment variables being changed to type(list).
                      Use new 'unity' and 'batched_cc' tools from waf-1.8.x when available.



                      
