about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2007-01-23 01:57:16 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2007-01-23 01:57:16 +0000
commit551f27776578d08c2fb26b5d28015a96fd1617fe (patch)
tree58e48d532c896e91b9698f947eea8a327119939d
parent5526e55d72b9f179417efc4c7dbd5e07818ac0fe (diff)
downloadunicorn-551f27776578d08c2fb26b5d28015a96fd1617fe.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@509 19e92222-5c0b-0410-8929-a290d50e31e9
-rw-r--r--Rakefile2
-rw-r--r--doc/site/src/news.include21
-rw-r--r--doc/site/src/news.page56
-rw-r--r--ext/http11/http11.c2
-rw-r--r--lib/mongrel.rb2
5 files changed, 68 insertions, 15 deletions
diff --git a/Rakefile b/Rakefile
index c9cc57b..2e69c0f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -53,7 +53,7 @@ task :site => [:site_webgen, :site_rdoc, :site_coverage, :site_projects_rdoc]
 setup_extension("http11", "http11")
 
 name="mongrel"
-version="1.0"
+version="1.0.1"
 
 setup_gem(name, version) do |spec|
   spec.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps."
diff --git a/doc/site/src/news.include b/doc/site/src/news.include
index 1802785..b544833 100644
--- a/doc/site/src/news.include
+++ b/doc/site/src/news.include
@@ -1,4 +1,13 @@
 <dl>
+  <dt>Jan-22-2007</dt>
+  <dd>
+  <h5><a href="{relocatable: news.html}">Mongrel 1.0.1 Is Official</a></h5>
+
+  <p>It's out for everyone to fondle and admire.</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>Dec-19-2006</dt>
   <dd>
   <h5><a href="{relocatable: news.html}">Mongrel 1.0 RC1 -- Win32 TOO</a></h5>
@@ -129,16 +138,4 @@
   </dd>
 
 
-  <dt>Apr-6-2006</dt>
-  <dd>
-  <h5><a href="{relocatable: news.html}">Mongrel 0.3.12.3 -- Thread Debugging</a></h5>
-
-  <p>Fixes a bug with CONTENT_TYPE from multipart forms.  Better shutdown when a
-  thread refuses to exit.  Thread logging for each request letting you track
-  and debug thread leaks.
-  </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>
diff --git a/doc/site/src/news.page b/doc/site/src/news.page
index 1ab795c..2a2e362 100644
--- a/doc/site/src/news.page
+++ b/doc/site/src/news.page
@@ -7,6 +7,62 @@ ordering: 2
 
 h1. Latest News
 
+h2. Jan 22: Mongrel 1.0.1 Baby!
+
+Alright folks, after nearly a month of pounding and beating up the Mongrel 1.0
+RC1 release we're putting out the official 1.0.1 release.  It's official, so
+let the chaos spread across the 2.0 web in a destructive blaze viewable from
+the buckle of Orion's Belt.
+
+Or, you could just install it with:
+
+  $ gem install mongrel
+
+It should properly pull all the required dependencies, and updating your gems should
+get all the new cool stuff.
+
+h3. What happened to 1.0?
+
+We decided to follow official Rails Configuration
+Management Board Standards and do a silent 1.0 followed by an official 1.0.1.
+There weren't any bugs in 1.0 but we didn't want to break with tradition by not
+offering a 1.0.1. (Yes, this is a joke.)
+
+Also, this forces the upgrade even for people who grabbed 1.0 from the releases
+directory.
+
+h3. Information
+
+ * "RDoc":/rdoc/
+ * "Coverage Report":/coverage/
+ * "Report Bugs":http://rubyforge.org/tracker/index.php?group_id=1306&atid=5145
+ * "Documentation":/docs/index.html
+ * "Adoptions":/adoptions.html
+ * "Books":/books.html
+
+h3. Are You Using It?
+
+I want to build up a good list of people who are using Mongrel, no matter what
+you use it for or where.  Any use is a good use.  I'll be filling in documentation
+and collecting up all the pictures of people's dogs that I've collected, so
+adding more "mongrel success stories" would be a great addition.
+
+If you *wrote a book* or mentioned Mongrel in a book then tell me that too.  I
+want to make sure more than just my book is mentioned.  I'll be adding to that
+list as well.
+
+You can *send an e-mail to _zedshaw_at_zedshaw_dot_com_ or post to the mailing list.*
+If you ask me to keep the company secret then I won't post your usage, just keep it
+for my own records and smug self-satisfaction.
+
+h3. What's Next?
+
+I've got some ideas for what might be next for Mongrel, but I'm looking to take
+my time and take a break for a few months.  If you've got ideas, send them in,
+no matter how crazy.  Just imagine if I'd never written "not
+mongrel":/not_mongrel.html and you could ask me for anything.
+
+
 h2. Dec 19: Mongrel 1.0 RC1 Full Win32 Build
 
 It's *finally* here.  Mongrel 1.0 RC1 for everyone to test, even the win32 folks.
diff --git a/ext/http11/http11.c b/ext/http11/http11.c
index fa754f6..8a056f1 100644
--- a/ext/http11/http11.c
+++ b/ext/http11/http11.c
@@ -556,7 +556,7 @@ void Init_http11()
   DEF_GLOBAL(server_protocol, "SERVER_PROTOCOL");
   DEF_GLOBAL(server_protocol_value, "HTTP/1.1");
   DEF_GLOBAL(http_host, "HTTP_HOST");
-  DEF_GLOBAL(mongrel_version, "Mongrel 1.0");
+  DEF_GLOBAL(mongrel_version, "Mongrel 1.0.1");
   DEF_GLOBAL(server_software, "SERVER_SOFTWARE");
   DEF_GLOBAL(port_80, "80");
 
diff --git a/lib/mongrel.rb b/lib/mongrel.rb
index 1ebc2a9..6c348fb 100644
--- a/lib/mongrel.rb
+++ b/lib/mongrel.rb
@@ -125,7 +125,7 @@ module Mongrel
     REQUEST_URI='REQUEST_URI'.freeze
     REQUEST_PATH='REQUEST_PATH'.freeze
 
-    MONGREL_VERSION="1.0".freeze
+    MONGREL_VERSION="1.0.1".freeze
 
     MONGREL_TMP_BASE="mongrel".freeze