about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Manifest6
-rw-r--r--site/src/news.page15
2 files changed, 18 insertions, 3 deletions
diff --git a/Manifest b/Manifest
index 0c7970d..e34d6eb 100644
--- a/Manifest
+++ b/Manifest
@@ -30,15 +30,19 @@ lib/mongrel/camping.rb
 lib/mongrel/cgi.rb
 lib/mongrel/command.rb
 lib/mongrel/configurator.rb
+lib/mongrel/const.rb
 lib/mongrel/debug.rb
 lib/mongrel/handlers.rb
+lib/mongrel/header_out.rb
+lib/mongrel/http_request.rb
+lib/mongrel/http_response.rb
 lib/mongrel/init.rb
 lib/mongrel/mime_types.yml
 lib/mongrel/rails.rb
 lib/mongrel/stats.rb
 lib/mongrel/tcphack.rb
+lib/mongrel/uri_classifier.rb
 lib/mongrel.rb
-lib/mutex_fix.rb
 LICENSE
 Manifest
 mongrel-public_cert.pem
diff --git a/site/src/news.page b/site/src/news.page
index 648aea2..6231da0 100644
--- a/site/src/news.page
+++ b/site/src/news.page
@@ -7,9 +7,20 @@ ordering: 2
 
 h1. Latest News
 
-h2. Oct 26: Mongrel 1.0.2
+h2. Oct 26: Mongrel 1.0.2 Airdrop!
 
-Mongrel 1.0.2 is finally out with an asspile of bug fixes. Mongrel 1.1 will come hot on its heels, with a more modular architecture and JRuby support. Props to their team for quickly fixing the JRuby bugs we reported.
+Mongrel 1.0.2 is finally out with an asspile of bug fixes. It and its dependencies are now signed, 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
+
+Now install it via:
+
+  $ gem install mongrel --include-dependencies -P HighSecurity
+  
+Manual downloads (gems and tarballs) are at http://mongrel.rubyforge.org/releases/.
+
+Mongrel 1.1 is coming very soon with JRuby support and a few other things.
 
 h2. Jan 22: Mongrel 1.0.1 Baby!