You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/07/01 00:24:09 UTC

cvs commit: httpd-apreq-2 CHANGES STATUS

joes        2003/06/30 15:24:08

  Modified:    .        CHANGES STATUS
  Log:
  Update STATUS/CHANGES to reflect recent commits.
  
  Revision  Changes    Path
  1.3       +9 -0      httpd-apreq-2/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/CHANGES,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CHANGES	29 Jun 2003 23:13:32 -0000	1.2
  +++ CHANGES	30 Jun 2003 22:24:06 -0000	1.3
  @@ -2,6 +2,15 @@
   
   @section 2.0.0-dev Changes with libapreq-2.0.0-dev
   
  +- June 30, 2003 - Documentation [joes]
  +
  +Added doxygen links to Apache::Request and Apache::Cookie 
  +perl docs.
  +
  +- June 30, 2003 - C API [joes]
  +
  +Added apreq_copy_brigade(bb) to apreq.h.
  +
   - June 27, 2003 - C API [joes]
   
   The new filter-based design required a complete 
  
  
  
  1.15      +9 -6      httpd-apreq-2/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/STATUS,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- STATUS	27 Jun 2003 22:03:52 -0000	1.14
  +++ STATUS	30 Jun 2003 22:24:07 -0000	1.15
  @@ -10,7 +10,7 @@
   
   CURRENT RELEASE NOTES:
   
  -    * This is unreleased alpha software.
  +    * This is unreleased software.
   
   
   RELEASE SHOWSTOPPERS:
  @@ -28,16 +28,19 @@
   
   TODO:
   
  +    * Write tests to exercise the filter prefetch code:
  +         1) Test AAA handler that checks early POST data,
  +         2) Test 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: 
            1) src/,  (libtool-based)
            2) env/,  (module-magic-number ?)   
            3) glue/, (per-language ?)
   
  -    * Improve documentation system:
  +    * Bring Perl documentation up to speed.
   
  -      - doxygen for C API (header comments).
  -      - perldoc for Perl glue (pod).
  -    
       * Add XForms logic to the mfd parser.
   
       * symbol exports files: