joes 2003/10/24 21:13:15
Modified: . STATUS CHANGES
Log:
Sync STATUS and CHANGES with current cvs
Revision Changes Path
1.27 +1 -10 httpd-apreq-2/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-apreq-2/STATUS,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- STATUS 18 Oct 2003 21:03:06 -0000 1.26
+++ STATUS 25 Oct 2003 04:13:14 -0000 1.27
@@ -38,8 +38,6 @@
- Get env/ (Apache::Test) tests to work for --with-apache2-src option.
- - Add an apreq2-config script similar to ap[ru]-config.
-
- Bring Perl documentation up to speed.
- Write parser/hook API documentation.
@@ -55,9 +53,6 @@
and Apache::Request don't need to be linked against mod_apreq
to resolve missing apreq_env* symbols.
- - continue working on the top-level Makefile.PL to completely
- abstract all the targets so one needs to do only:
- perl Makefile.PL && make && make test && make install
OPEN ISSUES:
@@ -88,9 +83,5 @@
- tomcat,
- mod_ruby,
- mod_parrot.
-
- - Someone should also adopt env/libapreq_cgi.c and ensure it
- doesn't fall into disrepair by adding some tests to env/t.
-
*/
1.13 +7 -1 httpd-apreq-2/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-apreq-2/CHANGES,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- CHANGES 23 Oct 2003 19:26:49 -0000 1.12
+++ CHANGES 25 Oct 2003 04:13:15 -0000 1.13
@@ -2,13 +2,19 @@
@section 2.0.0-dev Changes with libapreq2-2.0.0-dev
+- October 24, 2003 - C API: libapreq_cgi.c [randyk, joes]
+
+CGI environment defined by env/libapreq_cgi.c is functional
+(with tests added to env/t). This library may soon be incorporated
+directly into libapreq2 as a default enviroment.
+
- October 23, 2003 - C API: mod_apreq.c [joes]
Added ctx->saw_eos to ensure we don't read from upstream filters
after receiving an eos bucket. Otherwise it was possible for
two eos buckets to appear when a prefetch read is involved, which
breaks other modules like mod_proxy. This bug was uncovered by
-Phillipe Chiasson. mod_apreq's apreq_env_majic_number bumped to
+Philippe Chiasson. mod_apreq's apreq_env_majic_number bumped to
reflect the added fixes.
- October 17, 2003 - configure: --enable-perl-glue [joes]