======================================================================================
OWASP Enterprise Security API (ESAPI)

This file is part of the Open Web Application Security Project (OWASP)
Enterprise Security API (ESAPI) project. For details, please see
http://www.owasp.org/index.php/ESAPI.

Copyright (c) 2008 - The OWASP Foundation

The ESAPI is published by OWASP under the BSD license. You should read and accept the
LICENSE before you use, modify, and/or redistribute this software.
======================================================================================

version 0.1.3 (01/23/2010)
    General
        * More updates to distribution
        * Cleaned up subversion repository
        * Updated subversion to allow *online* testing

    Validation
        * Implemented i18n support for error messaging

    Logging
        * Fixed overwrite bug in Logging configuration

    Internationalization
        * Created ObjectResourceBundle
        * Moved messaging to a external resource file
        * Add configuration options to ESAPI Config

    HTTPUtils
        * Implemented Cookie-Jar Management
        * Implemented function to get parameters from a GET request

version 0.1.2 (01/18/2010)
    General
        * Repackaged and created distribution archives
        * Repackaged source into packages

    Logging
        * Added Logging components and Reference Implementation using Log4JS

    Validation
        * Added Validation Rules
        * Added Validation Components and Reference Implementation

    Internationalization
        * Added i18n Support
