You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2003/05/01 13:36:06 UTC

cvs commit: httpd-2.0 STATUS

trawick     2003/05/01 04:36:06

  Modified:    .        Tag: APACHE_2_0_BRANCH STATUS
  Log:
  add some comments on wrowe's SSL compatibility patch
  
  add a few new votes for relatively simple changes ;)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.751.2.234 +27 -3     httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.751.2.233
  retrieving revision 1.751.2.234
  diff -u -r1.751.2.233 -r1.751.2.234
  --- STATUS	24 Apr 2003 17:03:21 -0000	1.751.2.233
  +++ STATUS	1 May 2003 11:36:05 -0000	1.751.2.234
  @@ -186,8 +186,12 @@
         See MessageID: <5....@pop3.rowe-clan.net>
         for a complete patch rollup of this and the two following patches.
         +1: wrowe, jim
  -      +1 (concept): trawick (willing to review in more detail/test if
  -                    I become the potential 3rd vote)
  +      +1 (concept): trawick (working with this as time allows; seeing
  +         warnings in our code on RH 8 with OpenSSL 0.9.6b; I expect
  +         that overall we're better off and need to commit this and
  +         then tweak later with smaller, easier-to-review changes :) 
  +         I'll update my vote as soon as I give up trying to find 
  +         regression)
   
       * mod_ssl compile failure (or maybe warning, depending on
         compiler) with 0.9.7a and later
  @@ -211,6 +215,26 @@
         (trawick volunteers to regenerate/commit/site-update the html
         corresponding to mpm_common.xml if that isn't something you're
         comfortable with doing)
  +
  +    * By default, use the same CC and CPP with which APR was built.
  +      The user can override with CC and CPP environment variables.
  +      configure.in              r1.249
  +      +1: trawick
  +
  +    * Fix a problem that caused httpd to be linked with incorrect flags
  +      on some platforms when mod_so was enabled by default, breaking 
  +      DSOs on AIX.  PR 19012
  +      This was new breakage with 2.0.45 that has bit at least a 
  +      handful of vocal people, but there is an easy work-around 
  +      (explicitly add --enable-so).
  +      modules/mappers/config9.m4 r1.16
  +      +1: trawick
  +
  +    * Fix ap_construct_url() so that it surrounds IPv6 literal address
  +      strings with [].  This fixes certain types of redirection.
  +      PR 19207.
  +      server/core.c r1.232
  +      +1: trawick
   
   CURRENT RELEASE NOTES: