about summary refs log tree commit homepage
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/src/news.include11
-rw-r--r--site/src/news.page4
2 files changed, 12 insertions, 3 deletions
diff --git a/site/src/news.include b/site/src/news.include
index e85c08b..71c0195 100644
--- a/site/src/news.include
+++ b/site/src/news.include
@@ -1,7 +1,16 @@
 <dl>
+  <dt>Nov-1-2007</dt>
+  <dd>
+  <h5><a href="{relocatable: news.html}">Mongrel 1.1, caffeinated edition</a></h5>
+
+  <p>Mongrel 1.1 is out, with JRuby support. Mongrel_cluster is also updated to 1.0.4.</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>Oct-29-2007</dt>
   <dd>
-  <h5><a href="{relocatable: news.html}">Mongrel 1.0.4 released</a></h5>
+  <h5><a href="{relocatable: news.html}">Mongrel 1.0.4, bugfix release</a></h5>
 
   <p>Mongrel 1.0.4 is out. It fixes three bugs that were introduced in 1.0.3.</p>
   <a href="http://rubyforge.org/frs/?group_id=1306" title="Downloads">Download</a>
diff --git a/site/src/news.page b/site/src/news.page
index 38ceb2f..1636de1 100644
--- a/site/src/news.page
+++ b/site/src/news.page
@@ -7,9 +7,9 @@ ordering: 2
 
 h1. Latest News
 
-h2. Nov 1: Mongrel 1.1, Java edition
+h2. Nov 1: Mongrel 1.1, caffeinated edition
 
-Mongrel 1.1. It adds JRuby support. Mongrel_cluster is also updated to 1.0.4, with fixes for a Capistrano recipe bug.
+Mongrel 1.1 is out, with JRuby support. Mongrel_cluster is also updated to 1.0.4, with fixes for a Capistrano recipe bug. The URIClassifier has been updated; if you still need the old one (you don't), it's available in the mongrel_experimental gem.
 
 h2. Oct 29: Mongrel 1.0.4, spooky.