about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-19 05:17:49 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-19 05:17:49 +0000
commit28c6a99aee10fcdeecf5326f610455b79a3a9026 (patch)
tree7bb7e84862d3a9000e3363c8d18474585e0e2e41
parent8876b9a84719e4759c61c06770d370e85fc0b1a5 (diff)
downloadunicorn-28c6a99aee10fcdeecf5326f610455b79a3a9026.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@115 19e92222-5c0b-0410-8929-a290d50e31e9
-rw-r--r--doc/site/src/default.template19
-rw-r--r--doc/site/src/news.page17
2 files changed, 28 insertions, 8 deletions
diff --git a/doc/site/src/default.template b/doc/site/src/default.template
index 0ac7ddb..3239f7e 100644
--- a/doc/site/src/default.template
+++ b/doc/site/src/default.template
@@ -46,6 +46,17 @@
         <h4>NEWS</h4>
 
         <dl>
+          <dt>Mar-15-2006</dt>
+          <dd>
+            <h5><a href="{relocatable: news.html}">Mongrel 0.3.11 -- Edge Rails Compliant</a></h5>
+
+            <p>This release makes sure that Mongrel is edge Rails compliant, and fixes up
+            many little things with GemPlugins.  The <b>big</b> part of the release is
+            the mongrel_config plugin which support win32 and Unix.</p>
+              <a href="http://rubyforge.org/frs/?group_id=1306" title="Downloads">Download</a>
+              <a href="{relocatable: news.html}"><img src="{relocatable: images/li4.gif}" alt="more" /><br /></a></p>
+          </dd>
+
           <dt>Mar-12-2006</dt>
           <dd>
             <h5><a href="{relocatable: news.html}">Mongrel 0.3.10.1 -- Big Release Day</a></h5>
@@ -127,14 +138,6 @@
               <a href="{relocatable: news.html}"><img src="{relocatable: images/li4.gif}" alt="more" /><br /></a></p>
           </dd>
 
-          <dt>Feb-14-2006</dt>
-          <dd>
-            <h5><a href="{relocatable: news.html}">Mongrel 0.3.3 Bug Fix</a></h5>
-
-            <p>Very small bug fix that repairs a missing require.</p>
-              <a href="http://rubyforge.org/frs/?group_id=1306" title="Downloads">Download</a>
-              <a href="{relocatable: news.html}"><img src="{relocatable: images/li4.gif}" alt="more" /><br /></a></p>
-          </dd>
 
         </dl>
       </div>
diff --git a/doc/site/src/news.page b/doc/site/src/news.page
index b579b27..c1c18be 100644
--- a/doc/site/src/news.page
+++ b/doc/site/src/news.page
@@ -7,6 +7,23 @@ ordering: 2
 
 h1. Latest News
 
+h2. Mar-15:   Mongrel 0.3.11 -- Edge Rails Compliant
+
+The main thing with this release is that it works with edge Rails
+and has all the right dependencies.  There was a nasty bug with
+how RubyGems loads autorequired gems when any dependency is loaded.
+In order to avoid this GemPlugins will now require the init.rb for
+the plugin directly rather than through RubyGems.  There are also
+other little tweaks to clean up how Rails runs.
+
+The second thing for this release is full Win32 support for all tweaks
+including the nice TCP hack from Sean Treadway, the new GemPlugins system,
+and a *nice* mongrel_config setup. The new mongrel_config lets you manage
+all of your Mongrel Rails services from one web page and doesn't require
+any Rails to run.
+
+"Download 0.3.11":http://rubyforge.org/frs/?group_id=1306
+
 h2. Mar-12:   Mongrel 0.3.10.1 -- Big Release Day
 
 This release is a bigger release than those in the