0.9.54

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

0.9.54

Ken Treis-4
Changes from 0.9.52:

Extracted compilations to SwazooCompiler (platform-specific).

File mapping is moved up into FileMappingResource.  FileResource got a
lot smaller, and SwazooActivePageResource doesn't have caching problems
anymore.  Thanks to Steve Waring for catching that one.

SwazooActivePageResource now returns nil if it's being asked about
anything other than a .sap file.  That way, you can point a SAPResource
and a FileResource at the same directory, which may have SAPs, images,
html files, etc.  If it's a SAP, it'll get interpreted, otherwise the
FileResource will just send the file's contents.