diff --git a/Rakefile b/Rakefile index 67e57ce5..d1e38070 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 b5448331..f92caf30 100644 --- a/doc/site/src/news.include +++ b/doc/site/src/news.include @@ -1,4 +1,14 @@
+
Sep-19-2007
+
+
Mongrel 1.0.2 is out
+ +

After cleaning the bug list, mongrel 1.0.2 is out with mainly bug fixes.

+ Download + more

+
+ +
Jan-22-2007
Mongrel 1.0.1 Is Official
diff --git a/doc/site/src/news.page b/doc/site/src/news.page index dd1ea97d..36040cad 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 23df7d68..2e9e5cde 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 d1ef9907..82fc6b3a 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