about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-12-15 08:27:04 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-12-15 08:27:04 +0000
commitce8100640a28a1ad53b058f05bd09f4bf03ac446 (patch)
tree02b104951a983e002a923d3b3a122b6a280a1b7c
parent5b69bdcf19fb25bdc21cc4ef86aa8a988b5718a0 (diff)
downloadunicorn-ce8100640a28a1ad53b058f05bd09f4bf03ac446.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/branches/stable_1-1@913 19e92222-5c0b-0410-8929-a290d50e31e9
-rw-r--r--site/src/news.include11
-rw-r--r--site/src/news.page4
2 files changed, 14 insertions, 1 deletions
diff --git a/site/src/news.include b/site/src/news.include
index 8e2873c..aa20fcd 100644
--- a/site/src/news.include
+++ b/site/src/news.include
@@ -1,8 +1,17 @@
 <dl>
+  <dt>Dec-15-2007</dt>
+  <dd>
+  <h5><a href="{relocatable: news.html}">Mongrel 1.1.2, holiday edition</a></h5>
+  
+  <p>Mongrel 1.1.2 is out. It fixes a few bugs and adds JRuby 1.0.x compatibility.</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>Nov-12-2007</dt>
   <dd>
   <h5><a href="{relocatable: news.html}">Mongrel 1.1.1, never forget</a></h5>
-
+  
   <p>Mongrel 1.1.1 is out. It fixes the mongrel_rails restart bug.</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>
diff --git a/site/src/news.page b/site/src/news.page
index 545ccd4..712d584 100644
--- a/site/src/news.page
+++ b/site/src/news.page
@@ -7,6 +7,10 @@ ordering: 2
 
 h1. Latest News
 
+h2. Dec 15: Mongrel 1.1.2, holiday edition.
+
+Mongrel 1.1.2 is out. It fixes a few bugs and adds JRuby 1.0.x compatibility.
+
 h2. Nov 12: Mongrel 1.1.1, never forget.
 
 Mongrel 1.1.1 is out. It fixes the mongrel_rails restart bug that annoyed everybody, as well as a couple of other things.