mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Site update for the 0.3.12.4 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@153 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
d9523cba31
commit
cfcf2d88ec
2 changed files with 35 additions and 12 deletions
|
@ -47,6 +47,18 @@
|
|||
|
||||
<dl>
|
||||
|
||||
<dt>Mar-10-2006</dt>
|
||||
<dd>
|
||||
<h5><a href="{relocatable: news.html}">Mongrel 0.3.12.4 -- Relaxed Parser, Date Fix</a></h5>
|
||||
|
||||
<p>A minor release that relaxes the HTTP parser to allow people to abuse HTTP
|
||||
as a file system via webdav and a fix to the date formatting.
|
||||
</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>Apr-6-2006</dt>
|
||||
<dd>
|
||||
<h5><a href="{relocatable: news.html}">Mongrel 0.3.12.3 -- Thread Debugging</a></h5>
|
||||
|
@ -142,18 +154,6 @@
|
|||
<a href="{relocatable: news.html}"><img src="{relocatable: images/li4.gif}" alt="more" /><br /></a></p>
|
||||
</dd>
|
||||
|
||||
<dt>Mar-02-2006</dt>
|
||||
<dd>
|
||||
<h5><a href="{relocatable: news.html}">Mongrel 0.3.7.1 -- Solid Rails, Win32, SwitchTower, Docs</a></h5>
|
||||
|
||||
<p>A slightly longer time between releases but this is packed with lots of good
|
||||
things for people who want to run Mongrel. Highlights: SwitchTower,
|
||||
Best Practices, Page Caching Support, Win32 CPU Affinity, Solid Stability.
|
||||
</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>
|
||||
</div>
|
||||
<hr noshade="noshade" size="1" />
|
||||
|
|
|
@ -7,6 +7,29 @@ ordering: 2
|
|||
|
||||
h1. Latest News
|
||||
|
||||
h2. Apr-10: Mongrel 0.3.12.4 -- Relaxed Parser, Date Fix
|
||||
|
||||
This release is a small change over the previous one. It mostly is for
|
||||
people who want to use Mongrel for webdav which needs its own set of
|
||||
request types (what people like to annoyingly call "verbs"). It also
|
||||
fixes a date formatting error where the month wasn't three characters long.
|
||||
|
||||
* Corrects the date format returned so that months are three chars only.
|
||||
* Fixes a problem where DirHandler wasn't returning Last-Modified and Etag
|
||||
headers for unknown MIME types.
|
||||
* Implements a default mime type for anything it doesn't know about, and
|
||||
lets you set it via an attribute in DirHandler if you want different.
|
||||
* Cleans up the file serving code in DirHandler a bit.
|
||||
* Relaxes the parser to that it will accept any request methods as long as
|
||||
they are upper case, digits, safe chars ($ - _ .) and with length from 1-20
|
||||
characters. Anything outside this restriction is still rejected with a
|
||||
close.
|
||||
|
||||
You can get it from the gem repository like normal. People who are on
|
||||
win32 should have no problems but there will be another small release
|
||||
that cleans up the win32 code in the near future.
|
||||
|
||||
|
||||
h2. Apr-3: Mongrel 0.3.12.2 -- Thread Debugging
|
||||
|
||||
This release has a small fix for a big problem where people uploading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue