Changeset 202

Show
Ignore:
Timestamp:
09/09/06 21:17:42 (2 years ago)
Author:
matt
Message:

Updated changes for v1.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/v1.1/Changes

    r155 r202  
    2222    --  Support HTTP/0.9 requests 
    2323    --  Support If-Modified-Since/Last-Modified in serve_file 
    24  
     24    --  Fully fix path_info parsing to be same as Apache HTTPD 
     25    --  Added typeless URI plugin 
     26    --  Added LOADS of documentation 
     27    --  New plugin configuration API allows plugins to add config items 
     28        trivially with almost zero code 
     29    --  Accept inbound connections faster 
     30    --  Added initial version of webmail plugin 
     31    --  Added parse_post_data plugin (for parsing POST request data) 
     32    --  Added spod5 presentation sytem (better than AxPoint!) 
     33    --  Support dumping the stack trace in the log for error_xml plugin 
     34    --  Added generic_transform plugin, a static transformation pipeline 
     35        builder as it was common in AxKit1 
     36    --  Added moewiki - a tiny AxKit2 wiki in 30 lines of code 
     37    --  Added a favicon.ico 
    2538 
    26391.0