<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,7 @@
 
 === Edge
 
+* Warn about using the RedCloth 3 fallback. [Sean Cribbs, Jason Garber]
 * Prevent stty errors on JRuby while running bootstrap. [Sean Cribbs]
 * Moved template_name to ApplicationController [Jim Gay, Michael Kessler]
 * Remove vizres plugin. [Sean Cribbs]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -51,10 +51,15 @@ module Radiant
           #{RADIANT_ROOT}/vendor/rack-cache/lib
         }
         begin
+          Object.send :gem, 'RedCloth', &quot;&gt;=4.0.0&quot;
           require 'redcloth'
-        rescue LoadError
+        rescue LoadError, Gem::LoadError
           # If the gem is not available, use the packaged version
           libs &lt;&lt; &quot;#{RADIANT_ROOT}/vendor/redcloth/lib&quot;
+          after_initialize do
+            warn &quot;RedCloth &gt; 4.0 not found.  Falling back to RedCloth 3.0.4 (2005-09-15).  You should run `gem install RedCloth`.&quot;
+            require 'redcloth'
+          end
         end
         libs
       end</diff>
      <filename>lib/radiant/initializer.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fde9820eb6e27fb44db64a87f65068ee732e7eeb</id>
    </parent>
  </parents>
  <author>
    <name>Sean Cribbs</name>
    <email>seancribbs@gmail.com</email>
  </author>
  <url>http://github.com/radiant/radiant/commit/006443a8547f5ac53445840a69dea3eebe1cb5e2</url>
  <id>006443a8547f5ac53445840a69dea3eebe1cb5e2</id>
  <committed-date>2009-06-13T07:35:08-07:00</committed-date>
  <authored-date>2009-06-13T07:35:08-07:00</authored-date>
  <message>Warn about using the RedCloth 3 fallback.</message>
  <tree>23a570e8a65576e96f3c094af6e4cc990f31beb0</tree>
  <committer>
    <name>Sean Cribbs</name>
    <email>seancribbs@gmail.com</email>
  </committer>
</commit>
