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

Site update, version bump for the 1.0.1 release

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@509 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
zedshaw 2007-01-23 01:57:16 +00:00
parent 5526e55d72
commit 551f277765
5 changed files with 68 additions and 15 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"
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."

View file

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

View file

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

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");
DEF_GLOBAL(mongrel_version, "Mongrel 1.0.1");
DEF_GLOBAL(server_software, "SERVER_SOFTWARE");
DEF_GLOBAL(port_80, "80");

View file

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