You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2001/01/13 05:23:32 UTC

cvs commit: apr-util STATUS

wrowe       01/01/12 20:23:31

  Modified:    .        STATUS
  Log:
    Vote on some things so we get this out the door!
  
  Revision  Changes    Path
  1.12      +15 -1     apr-util/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apr-util/STATUS,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- STATUS	2000/12/18 03:52:16	1.11
  +++ STATUS	2001/01/13 04:23:31	1.12
  @@ -1,5 +1,5 @@
   APRUTIL LIBRARY STATUS:						-*-text-*-
  -Last modified at [$Date: 2000/12/18 03:52:16 $]
  +Last modified at [$Date: 2001/01/13 04:23:31 $]
   
   Release:
       ...on the 12th as part of Apache 2.0a9  [need specifics here]
  @@ -7,6 +7,19 @@
   
   RELEASE SHOWSTOPPERS:
   
  +    * This vote ends on Wednesday!
  +      Source code layout needs to be decided for apr and apr-util.  There
  +      has been some discussion about adding a src/ directory to apr or 
  +      removing it from apr-util/.  Either way, this needs to be decided.
  +      Those for adding apr/src/    : gstein
  +      Those removing apr-util/src/ : wrowe, rbb
  +
  +    * Many linkage errors are gpfaulting Apache/win32 in various configs
  +      (load mod_dav, for example.)  Must complete the APR_DECLARES
  +        Gregory Nicholes is working on this, with quick response from rbb
  +        Will Rowe will fold over the libapr.dsp into it's own library
  +        and remove the exports from the simple apr.dsp once it's done.
  +
       * Source code layout needs to be decided for apr and apr-util.  There
         has been some discussion about adding a src/ directory to apr or removing
         it from apr-util/.  Either way, this needs to be decided.
  @@ -53,6 +66,7 @@
       * Prefix for the code.
         Status:
           APR: Ryan +1, Greg +1
  +        Will asks "Is that apu_ prefix?  I'm +++1 for that!
   
       * Compatibility header to deal with renamed symbols.
         NOTE:
  
  
  

Re: cvs commit: apr-util STATUS

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
> wrowe       01/01/12 20:23:31
> 
>   Modified:    .        STATUS
>   Log:
>     Vote on some things so we get this out the door!
>   
>    RELEASE SHOWSTOPPERS:
>    
>   +    * This vote ends on Wednesday!
>   +      Source code layout needs to be decided for apr and apr-util.  There
>   +      has been some discussion about adding a src/ directory to apr or 
>   +      removing it from apr-util/.  Either way, this needs to be decided.
>   +      Those for adding apr/src/    : gstein
>   +      Those removing apr-util/src/ : wrowe, rbb

Sorry, let's do this in one place, apr/STATUS ... we don't have two projects
and mail lists going on.

>        * Prefix for the code.
>          Status:
>            APR: Ryan +1, Greg +1
>   +        Will asks "Is that apu_ prefix?  I'm +++1 for that!

Same timetable to deal with this.

>    
>        * Compatibility header to deal with renamed symbols.

The only 'right' way is to offer an 

  ap_compat.h apache symbols, which includes:
    apu_compat.h apr-util symbols, which includes:
      apr_compat.h

Very simple, I'll implement (if it wasn't already done) Sunday night.