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-06-21 05:27:36 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-21 05:27:36 +0000
commit9c8616e4b12474392c155f6dc3945dad0ab3e174 (patch)
tree44d57d18e89c9e6cdb5bdb8d0ceea5c6aba39cb1 /doc/site/src/news.page
parentb98f6eff5e2e9b46720ec12dbd3c78ffe8a5cbae (diff)
downloadunicorn-9c8616e4b12474392c155f6dc3945dad0ab3e174.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@252 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'doc/site/src/news.page')
-rw-r--r--doc/site/src/news.page31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/site/src/news.page b/doc/site/src/news.page
index bfd4632..9faa0cc 100644
--- a/doc/site/src/news.page
+++ b/doc/site/src/news.page
@@ -7,6 +7,37 @@ ordering: 2
 
 h1. Latest News
 
+h2. Jun 20: Mongrel 0.3.13.1 -- Small Fixes
+
+This is a small release that fixes a little bug, some of the documentation,
+and adds the new RedirectHandler code and a @redirect@ call for the mongrel.conf
+files.  It's fresh so don't rely on it.  Everyone should upgrade with the
+usual *gem update* command (which tells you it's "Upgrading...") and tell
+me how it works.
+
+This release fixes:
+
+* The -C configure file option was busted because of an errant line move.
+* Adds RedirectHandler thanks to (Author Soon) and a new redirect call to Configurator.
+* Fixes mongrel_servic documentation which was referring to -r instead of -c and -C instead of -u.
+
+h3. Using RedirectHandler
+
+Redirects are pretty simple.  You simply have either a new RedirectHandler class you can
+use or you can put this in a mongrel.conf and pass that to -S:
+
+  redirect "/from", "/to"
+
+It also accepts regex for the @from@ parameter and can take a block.  Play with it
+if you're interested.
+
+h3. Deflate And Safari
+
+It looks like Safari does not honor the @Content-Encoding: deflate@ response, so
+avoid using DeflateFilter until I can find out why.  *This* is why you don't hand
+code network protocol parsers.
+
+
 h2. Jun 16: Mongrel 0.3.13 -- Finally Out!
 
 After a huge push, tons of delays to fix bugs and add enhancements, and lots of