<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,10 @@
 Thoth History
 ================================================================================
 
+Version 0.1.4 (2008-04-15)
+  * Fixed a nasty bug introduced in 0.1.3 that caused a memory leak and resulted
+    in the index page (/) not being cached properly.
+
 Version 0.1.3 (2008-04-13)
   * When creating or editing a blog post or page, the preview is displayed above
     the edit form rather than below it.</diff>
      <filename>HISTORY</filename>
    </modified>
    <modified>
      <diff>@@ -38,7 +38,7 @@ class MainController &lt; Ramaze::Controller
   
   if Thoth::Config.server.enable_cache
     cache :index, :ttl =&gt; 60, :key =&gt; lambda {
-      check_auth.to_s + (request[:type] || '') + flash.to_s
+      check_auth.to_s + (request[:type] || '') + flash.inspect
     }
     cache :atom, :rss, :ttl =&gt; 60
     cache :sitemap, :ttl =&gt; 3600</diff>
      <filename>lib/thoth/controller/main.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c1502764ed2b8d2e190e569c149262a68cd808bf</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Grove</name>
    <email>ryan@wonko.com</email>
  </author>
  <url>http://github.com/rgrove/thoth/commit/9cf5cbdeb431979e2c2f74dc5f8535be8c7b5a7f</url>
  <id>9cf5cbdeb431979e2c2f74dc5f8535be8c7b5a7f</id>
  <committed-date>2008-04-15T22:15:25-07:00</committed-date>
  <authored-date>2008-04-15T22:15:25-07:00</authored-date>
  <message>fix memory leak and improper caching of MainController#index</message>
  <tree>a3315910d6709ce1752aa4a3a5bab879b4c83ae1</tree>
  <committer>
    <name>Ryan Grove</name>
    <email>ryan@wonko.com</email>
  </committer>
</commit>
