0.05 2004-05-29
- The handler method was broken.
- Added a warning about being careful to make sure that the app object
goes out of scope at the end of the request, because if you make it a
global via the Mason Interp object's set_global() method, it can
persist across requests.
0.04 2004-05-13
- Calling clean_request_args() on the ApacheHandler object at the end
of the request is no longer needed. Thanks to Ken Williams for
suggesting that I use $r->pnotes(). But why didn't I think of that?
0.03 2004-05-12
- _LoadActions was broken, and didn't work at all.
0.02 2004-05-12
- Fix a dumb syntax error that broke the session_wrapper() method.
Reported by Michael Alan Dorman.
0.01 2004-05-11
- First release.