From cfcf2d88ec3336ba2034a9c61e9a6c9b7408e2b9 Mon Sep 17 00:00:00 2001 From: zedshaw Date: Mon, 10 Apr 2006 14:58:13 +0000 Subject: 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 --- doc/site/src/default.template | 24 ++++++++++++------------ doc/site/src/news.page | 23 +++++++++++++++++++++++ 2 files changed, 35 insertions(+), 12 deletions(-) diff --git a/doc/site/src/default.template b/doc/site/src/default.template index 0de71f4..eb3fd45 100644 --- a/doc/site/src/default.template +++ b/doc/site/src/default.template @@ -47,6 +47,18 @@
+
Mar-10-2006
+
+
Mongrel 0.3.12.4 -- Relaxed Parser, Date Fix
+ +

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

+ Download + more

+
+ +
Apr-6-2006
Mongrel 0.3.12.3 -- Thread Debugging
@@ -142,18 +154,6 @@ more

-
Mar-02-2006
-
-
Mongrel 0.3.7.1 -- Solid Rails, Win32, SwitchTower, Docs
- -

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

- Download - more

-
-

diff --git a/doc/site/src/news.page b/doc/site/src/news.page index 064904e..fa25387 100644 --- a/doc/site/src/news.page +++ b/doc/site/src/news.page @@ -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 -- cgit v1.2.3-24-ge0c7