about summary refs log tree commit homepage
path: root/doc/site/src/news.page
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-04-10 14:58:13 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-04-10 14:58:13 +0000
commitcfcf2d88ec3336ba2034a9c61e9a6c9b7408e2b9 (patch)
tree6ead2ab19e854a01e023f3e2214d63f0a736a184 /doc/site/src/news.page
parentd9523cba31aff4640b7a64f22014ae7f9d55acc8 (diff)
downloadunicorn-cfcf2d88ec3336ba2034a9c61e9a6c9b7408e2b9.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@153 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'doc/site/src/news.page')
-rw-r--r--doc/site/src/news.page23
1 files changed, 23 insertions, 0 deletions
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