2010-04-06 v0.011
- Finished the whole "don't-route-if-the-file-actually-exists" thing that was
started in v0.010
- Requires ASP4 v1.025 because of a change in the way that $Config->web->router
is setup (now it actually happens inside of ASP4::ConfigNode::Web.
2010-04-05 v0.010
- If /foo/bar.asp is a real file on disk then route-matching will be skipped.
2010-04-05 v0.009
- Sometimes get_router() was returning strange values - added a workaround to
prevent this.
2010-04-01 v0.008
- Miscellaneous bug fixes and minor enhancements all-around.
2010-03-29 v0.007
- If we can't get a router object, ASP4x::Router will return "declined".
2010-03-27 v0.006
- The TransHandler handler was not passing along $r->args properly.
2010-03-26 v0.005
- The mod_perl handler sets $r->pnotes(__routed => 1), which the ASP4::TransHandler
now checks before performing any additional routing. Otherwise we end up
doing twice the work!
2010-03-26 v0.004
- The logic used for finding/constructing the router is updated.
- Updated POD.
- Downgraded Apache2::RequestRec requirement to a 'recommends'.
- Added dynamic inheritance based on whether requiring ASP4::TransHandler works or not.
- ASP4x::Router now will test for the existence of each matched uri from $router->match(...)
until it finds one that exists on disk.
2010-03-24 v0.003
- Added prereq Apache2::RequestRec since that's needed for ASP4::TransHandler.
2010-03-23 v0.002
- Changed the email address in the config.
- Updated the POD with examples and more description.
2010-03-23 v0.001
- Original release.