| Newsgroups |
perl.cvs.mod_parrot |
| Message-ID |
<[email protected]> |
Author: jhorwitz
Date: Tue Aug 2 07:41:36 2005
New Revision: 190
Added:
mod_parrot/trunk/ROADMAP
Removed:
mod_parrot/trunk/TODO
Log:
deprecete TODO file in favor of a ROADMAP
Added: mod_parrot/trunk/ROADMAP
==============================================================================
--- (empty file)
+++ mod_parrot/trunk/ROADMAP Tue Aug 2 07:41:36 2005
@@ -0,0 +1,15 @@
+0.3
+ * implement all apache hooks (except filters)
+ * autogenerate request_rec accessors/mutators
+ * context pools
+ * support new parrot calling conventions
+
+0.4
+ * implement filters
+ * implement other apache objects like conn_rec, server_rec, pools, etc.
+ * revamp test suite to use server side tests and improve coverage
+
+0.5
+ * configuration blocks (e.g. <Perl> ... </Perl>)
+ * HLL configuration directives (e.g. PerlAuthenHandler)
+ * support apache 2.1 authentication