Changelog
~~~~~~~~~~

whenenv-0.0.24

    * Reorganise setup.py adding new enviroment options.

whenenv-0.0.23

    * Allow building on a BRANCH or a RELEASE enviroment variable.

whenenv-0.0.21

    * Removed a few OPERATING_SYSTEM requirements jobs from the system
      - replaced with PY_OS and PY_OS_VER_MAJ

whenenv-0.0.20

    * Removed lots of OPERATING_SYSTEM requirements jobs from the system
      - This removes lots of duplication from the jobs directory

whenenv-0.0.18

    * Added modules:
      - artifact_setup, export_directories, artifact_export
    * Removed modules:
      - export_package
        * Please use artifacts as a replacement.

whenenv-0.0.17

    * Added job autotools_development_version so it matches development 
      on master

whenenv-0.0.16

    * fix to job autotools_branch_version so it matches branches

whenenv-0.0.15
    * When enviroment variable exists but but scripts
      Override it still override it.
    * Dump enviroment when missing as formatted JSON.
    * Reorganize python building to make it more like 
      autotools.
    * Start supporting building of branches.

whenenv-0.0.14
    * Fix to checking out the latest tag version.
      - svn_checkout_tag.sh
      - git_checkout_tag.sh

whenenv-0.0.13
    * Moved README REAMME.md and added some markdown.
    * Decomposed default autotools jobs
    * Extended time out 
    * Recover from non 0 return codes

whenenv-0.0.12
    * added build jobs previously lost 
        - build_autotools_tag_scientific7.json
        - build_python_branch_scientific7.json
        - build_python_tag_scientific7
        - export_package_scientific7_branch_srpm
        - export_package_scientific7_tag_srpm
        - tests_autotools
        - tests_python
        - tests_skip
    * added build scripts previously lost 
        - nosetests_python.sh
        - set_version_autotools_branch.sh
        - tests_skip.sh
        
whenenv-0.0.11
    * Fixed a bug introduced with N directories support

whenenv-0.0.10
    * Updated lots of scripts from personal store.

whenenv-0.0.9
    * Deleted lots of unmaintianed examples.

whenenv-0.0.8
    * Fixed whenenv --version to show the correct number.
    * Added support for N script directories
    * Added support for N Job directories.

whenenv-0.0.7
    * default to use setuptools rather than distutils
    * added nosetests as setup.py target
