joes 2003/07/15 07:04:40
Modified: . CHANGES STATUS
Log:
Update STATUS and CHANGES.
Revision Changes Path
1.4 +8 -0 httpd-apreq-2/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-apreq-2/CHANGES,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CHANGES 30 Jun 2003 22:24:06 -0000 1.3
+++ CHANGES 15 Jul 2003 14:04:40 -0000 1.4
@@ -2,6 +2,14 @@
@section 2.0.0-dev Changes with libapreq-2.0.0-dev
+- July 15, 2003 - C API [joes]
+
+Dropped param->charset.
+
+- July 14, 2003 - Documentation [joes]
+
+Updated Cookie_pod to reflect API changes over v1.X.
+
- June 30, 2003 - Documentation [joes]
Added doxygen links to Apache::Request and Apache::Cookie
1.17 +6 -9 httpd-apreq-2/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-apreq-2/STATUS,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- STATUS 10 Jul 2003 04:35:18 -0000 1.16
+++ STATUS 15 Jul 2003 14:04:40 -0000 1.17
@@ -17,9 +17,11 @@
- Missing Perl API components:
-# What should $req->parse do?
- -# How should we encode/decode $cookie->value?
- -# What about CGI? We can use import() to autoload
- an environment if none exists, but should we?
+
+ - Choose a versioning system:
+ -# src/, (libtool-based, following apr)
+ -# env/, (module-magic-number ?)
+ -# glue/, (per-language ?)
CURRENT VOTES:
@@ -31,11 +33,6 @@
Output filter w/ a streaming content-handler,
that needs apreq to read POST data that is beyond
what the content handler has already pulled in.
-
- - Adopt a versioning system for the various components:
- -# src/, (libtool-based, following apr)
- -# env/, (module-magic-number ?)
- -# glue/, (per-language ?)
- Bring Perl documentation up to speed.