Revision history for Perl extension Apache::Dispatch
0.01 7.28.2000
- original version
- many kudos and thanks to:
Vivek Khera
Matt Sergeant
for the initial ideas and impetus
0.02 8.1.2000
- thanks again to Matt Sergeant for input not limited to
the following valuable suggestions
o add DispatchBase for dispatching on a protected,
per-location basis
o add DispatchMethod Prefix for protecting methods
behind a dispatch_ prepend
- changed behavior of directory and server merges
- updated the documentation
0.03 8.4.2000
- complete API and internal rewrite
o added DispatchExtras and DispatchPrefix directive
o removed per-server configurations
o added new pre_dispatch, post_dispatch, error_dispatch
and dispatch_index method tie-ins
- updated documentation
- more kudos to Matt Sergeant for invaluable insight
0.04 8.8.2000
- fixed bug to allow null DispatchExtras directive
- cleaned up Makefile.PL
- borrowed from Apache::StatINC and added DispatchStat
directive (suggested by Matt Sergeant and Dan Campbell)
0.05 8.11.2000
- make several changes to _stat - should be more stable now
- added AUTOLOAD support