about summary refs log tree commit homepage
path: root/doc/site/src/news.page
diff options
context:
space:
mode:
Diffstat (limited to 'doc/site/src/news.page')
-rw-r--r--doc/site/src/news.page11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/site/src/news.page b/doc/site/src/news.page
index cb874a7..ad8051f 100644
--- a/doc/site/src/news.page
+++ b/doc/site/src/news.page
@@ -7,6 +7,17 @@ ordering: 2
 
 h1. Latest News
 
+h2.  Feb-18: Mongrel 0.3.5 -- CGI Actually Works
+
+The CGIWrapper code I had written was complete and utter crap, so
+I rewrote it and now it should be very correct.  After looking at
+more CGI code I think I'll set my sights on the CGI::process, CGI::Cookie::process,
+and read_multipart functions as the next place to put my efforts.  These
+three functions are so full of hand coded parsing that rewriting them with
+a Ragel processor would be a huge gain.
+
+"Download 0.3.3":http://rubyforge.org/frs/?group_id=1306
+
 h2.  Feb-16: Mongrel 0.3.4 -- Win32 Pre-built Gems
 
 This release has pre-built win32 gems thanks to Wilson Bilkovich attacking the