1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Getting ready for mongrel 1.0.2 - site and versions update. Did I forget to change something?

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@588 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
filipe 2007-09-16 19:42:00 +00:00
parent b5d7573767
commit 49fb382f99
5 changed files with 18 additions and 3 deletions

View file

@ -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."

View file

@ -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>

View file

@ -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

View file

@ -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");

View file

@ -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