From a321cb6e138ce1b488065296c3adb9e97a138756 Mon Sep 17 00:00:00 2001 From: evanweaver Date: Sat, 27 Oct 2007 09:14:16 +0000 Subject: [PATCH] update site git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@802 19e92222-5c0b-0410-8929-a290d50e31e9 --- site/src/attributions.page | 2 +- site/src/news.include | 4 ++-- site/src/news.page | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/src/attributions.page b/site/src/attributions.page index 70436066..6e7f7d8f 100644 --- a/site/src/attributions.page +++ b/site/src/attributions.page @@ -16,7 +16,7 @@ There's quite a few people who either directly or indirectly helped to make Mong * MenTaL guY made Ruby threading not suck. * Filipe Lautert handled various bugfixes. * The JRuby team has been very supportive despite all the bugs we filed against them. -* Evan Weaver has been driving the 1.0.2 and 1.1 releases. +* Evan Weaver has been driving the 1.0.3 and 1.1 releases. Also with lots of testing from tons of people who are really appreciated. diff --git a/site/src/news.include b/site/src/news.include index e9658e81..e12e1d41 100644 --- a/site/src/news.include +++ b/site/src/news.include @@ -1,9 +1,9 @@
Oct-26-2007
-
Mongrel 1.0.2 Is Out
+
Mongrel 1.0.3 Is Out
-

Mongrel 1.0.2 is out with an asspile of bug fixes.

+

Mongrel 1.0.3 is out with an asspile of bug fixes.

Download more

diff --git a/site/src/news.page b/site/src/news.page index a6420a24..296c760a 100644 --- a/site/src/news.page +++ b/site/src/news.page @@ -7,9 +7,9 @@ ordering: 2 h1. Latest News -h2. Oct 26: Mongrel 1.0.2 drops! +h2. Oct 26: Mongrel 1.0.3 drops! -Mongrel 1.0.2 is finally out with an asspile of bug fixes. It's now a signed gem, so add the Mongrel public certificate via: +Mongrel 1.0.3 is finally out with an asspile of bug fixes. It's now a signed gem, so add the Mongrel public certificate via: $ wget http://rubyforge.org/frs/download.php/25325/mongrel-public_cert.pem $ gem cert --add mongrel-public_cert.pem