<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,9 @@
+== 0.0.3 2008-08-20
+* 1 bug fix
+  * removed un-needed marshalling
+* 1 major enhancement
+  * added support for configurable bootstrap cache loader and event listener
+
 == 0.0.2 2008-06-08
 
 * 1 bug fix</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -66,7 +66,7 @@ module Ehcache
       end
 
       # creates and sets up cache configurations
-      def create_cache_configuration(data)
+      def create_cache_configuration(cache_name, data)
         config = instance_variable_get(&quot;@#{cache_name}&quot;.intern)
         data.each { |k,v|
           # included hashes will be event listener factories, exception handler
@@ -104,6 +104,7 @@ module Ehcache
       def setter(factory, config)
         factory = instance_variable_get(&quot;@#{factory}&quot;.intern)
         config.each { |k,v| factory.send(&quot;set_#{k.to_s}&quot;,v) unless v.is_a?(Hash) }
+      end
     end
   end
 end</diff>
      <filename>lib/ehcache/config.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module Ehcache #:nodoc:
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 0
-    TINY  = 2
+    TINY  = 3
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/ehcache/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cd361bd8afda2fba283624824e01ddc319809025</id>
    </parent>
  </parents>
  <author>
    <name>Dylan Stamat</name>
    <email>dylanstamat@gmail.com</email>
  </author>
  <url>http://github.com/dylanz/ehcache/commit/d587dbc828c5499fb0c28f59735e68b268d5d406</url>
  <id>d587dbc828c5499fb0c28f59735e68b268d5d406</id>
  <committed-date>2008-08-19T20:44:15-07:00</committed-date>
  <authored-date>2008-08-19T20:44:15-07:00</authored-date>
  <message>small fixes</message>
  <tree>075d228fcf797e83825d2f4c557b19e588d17eaf</tree>
  <committer>
    <name>Dylan Stamat</name>
    <email>dylanstamat@gmail.com</email>
  </committer>
</commit>
