<release version="2.0.4" date="2011-10-14" desc="Bug fixes">
    <action dev="Hung Huynh" type="fix" issue="EHCWEB-1">
        GZIPFilter discards non-200 response bodies
    </action>
</release>

<release version="2.0.2" date="2010-10-15" desc="Bug fixes">
    <action dev="Greg Luck" type="fix" issue="EHC-667">
        Caching filter doesn't cache int and date headers.
    </action>
    <action dev="Hung Huynh" type="fix" issue="EHC-762">
        Fix threadlocal leak introduced in 2.0.1.
    </action>
    <action dev="Hung Huynh" type="fix" issue="EHC-752">
        GzipFilter should send header "Vary:Accept-Encoding" to support HTTP proxies
        It's off by default, to turn it on set filter param varyHeader to true
    </action>
</release>


<release version="2.0.1" date="2010-4-30" desc="Bug fixes">
    <action dev="Greg Luck" type="fix" issue="2620231">
        Content-Type set through a header does not override implicit Content-Type
    </action>
    <action dev="Ludovic Orban" type="fix" issue="EHC-586">
        CachingFilter does not short-circuits body/entity data of non-200 responses anymore
    </action>
    <action dev="Ludovic Orban" type="fix" issue="EHC-589">
        SimplePageFragmentCachingFilter does not hardcode cacheName anymore 
    </action>
    <action dev="Ludovic Orban" type="fix" issue="EHC-606">
        Fixed headers management
    </action>
</release>

<release version="2.0" date="2009-4-4" desc="Initial release of separate web module">
    <action dev="Greg Luck" type="add">
        Enable Terracotta clustering. Simply add ehcache-terracotta.jar
    </action>
    <action dev="Greg Luck" type="add">
        Change logging to SLF4J to be consistent with ehcache-core-1.7.1.
    </action>
    <action dev="Greg Luck" type="update">
        Upgrade dependency to Ehcache core 1.7.1. This includes the ability to cluster web caches with Terracotta.
    </action>
    <action dev="Greg Luck" type="fix" issue="2620231">
        Content-Type set through a header does not override implicit Content-Type
    </action>
</release>

<release version="1.6-beta2" date="2009-4-4" desc="Initial release of separate web module">
    <action dev="Greg Luck" type="fix" issue="2620231">
        Content-Type set through a header does not override implicit Content-Type
    </action>
</release>

<release version="1.6-beta1" date="2009-3-23" desc="Initial release of separate web module">

    <!-- Features and Enhancements -->
    <action dev="Greg Luck" type="add">
        Initial release of the standalone module.
    </action>
    <action dev="Greg Luck" type="add">
        Added a SimpleCachingHeadersCachingFilter, which sets browser caching filters. Thanks to Craig Andrews
        for contributing towards this.
    </action>
    <action dev="Greg Luck" type="fix" issue="2630970">
        Turned off caching of cookies.
    </action>
    <action dev="Greg Luck" type="fix" >
        The ETag value was not using double quotes in contravention of the specification. Fixed.
    </action>
</release>

