about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
-rw-r--r--doc/site/src/news.include10
-rw-r--r--doc/site/src/news.page5
-rw-r--r--ext/http11/http11.c2
-rw-r--r--lib/mongrel.rb2
5 files changed, 18 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 67e57ce..d1e3807 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.1"
+version="1.0.2"
 
 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 b544833..f92caf3 100644
--- a/doc/site/src/news.include
+++ b/doc/site/src/news.include
@@ -1,4 +1,14 @@
 <dl>
+  <dt>Sep-19-2007</dt>
+  <dd>
+  <h5><a href="{relocatable: news.html}">Mongrel 1.0.2 is out</a></h5>
+
+  <p>After cleaning the bug list, mongrel 1.0.2 is out with mainly bug fixes.</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>Jan-22-2007</dt>
   <dd>
   <h5><a href="{relocatable: news.html}">Mongrel 1.0.1 Is Official</a></h5>
diff --git a/doc/site/src/news.page b/doc/site/src/news.page
index dd1ea97..36040ca 100644
--- a/doc/site/src/news.page
+++ b/doc/site/src/news.page
@@ -7,6 +7,11 @@ ordering: 2
 
 h1. Latest News
 
+h2. Sep 19: Mongrel 1.0.2 is barking at the moon!
+
+It means mongrel 1.0.2 is out! After cleaning up the bug list, this version is
+mainly a bug fix release.
+
 h2. Jan 22: Mongrel 1.0.1 Baby!
 
 Alright folks, after nearly a month of pounding and beating up the Mongrel 1.0
diff --git a/ext/http11/http11.c b/ext/http11/http11.c
index 23df7d6..2e9e5cd 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.1");
+  DEF_GLOBAL(mongrel_version, "Mongrel 1.0.2");
   DEF_GLOBAL(server_software, "SERVER_SOFTWARE");
   DEF_GLOBAL(port_80, "80");
 
diff --git a/lib/mongrel.rb b/lib/mongrel.rb
index d1ef990..82fc6b3 100644
--- a/lib/mongrel.rb
+++ b/lib/mongrel.rb
@@ -132,7 +132,7 @@ module Mongrel
     REQUEST_URI='REQUEST_URI'.freeze
     REQUEST_PATH='REQUEST_PATH'.freeze
 
-    MONGREL_VERSION="1.0.1".freeze
+    MONGREL_VERSION="1.0.2".freeze
 
     MONGREL_TMP_BASE="mongrel".freeze