You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1998/07/12 16:41:33 UTC

cvs commit: apache-1.3 STATUS

rse         98/07/12 07:41:33

  Modified:    .        STATUS
  Log:
  Updates and votes.
  
  Revision  Changes    Path
  1.435     +13 -9     apache-1.3/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.434
  retrieving revision 1.435
  diff -u -r1.434 -r1.435
  --- STATUS	1998/07/01 01:37:26	1.434
  +++ STATUS	1998/07/12 14:41:32	1.435
  @@ -2,8 +2,7 @@
   
   Release:
   
  -    1.3.1: In development. Plan to release on June 24, 1998 to
  -           incorporate the latest additions plus WIN32 compile problems.
  +    1.3.1: In development. Plan to release the next days...
              Jim offers to be RM.
   
       1.3.0: Tagged and rolled on June 1. Announced and Released on the 6th.
  @@ -44,6 +43,16 @@
   	virtualhosting.  (If it exists already I can't find it easily.)
   
   Available Patches:
  +
  +    * "[PATCH] Link DSO modules against possible libraries from $(LIBS)"
  +      Message-ID: <19...@engelschall.com>
  +      In the configuration process we already determine the variable LDFLAGS
  +      and LIBS. They hold -L and -l options for linking executables.  We parse
  +      these options and separate them into three classes: OBJ, PIC and DSO.
  +      And then we re-assemble a LIBS_SHLIB variable from only the options in
  +      classes PIC and DSO. This variable is then used on the build command for
  +      mod_xxx.so.
  +      Status: Ralf +1
     
       * Filenames containing whitespace characters caused problems for directives
         Bill Stoddard <wg...@us.ibm.com>
  @@ -56,6 +65,7 @@
         for testing by our Win32 folks. (I cannot test it myself).
         "Ralf S. Engelschall" <rs...@engelschall.com>
   	Message-ID: <19...@engelschall.com>
  +	Status: Ralf +1
   
       * This patch makes some structural changes to ap_call_exec to make it more
         readable and friendly to a couple of patches that will follow (capability to
  @@ -68,6 +78,7 @@
         add more customizeability for installation layout, by 
         Wilfredo Sanchez <ws...@apple.com>
   	Message-Id: <19...@scv4.apple.com>
  +	Status: Ralf -1 (because it is too huge, has to be cleaned up and splitted)
   
       * Rhapsody port, by Wilfredo Sanchez <ws...@apple.com>
   	Message-Id: <19...@scv2.apple.com>   
  @@ -78,13 +89,6 @@
         through two new core API functions.
         <19...@engelschall.com>
         Status: Ralf +1
  -
  -    * Ralf's "linking DSO modules against possible libraries from $(LIBS)":
  -      This patch is a first step for a more powerful and less restrictive DSO
  -      mechanism: We allow DSO modules to be linked against other DSO libraries
  -      when the system permits it.
  -      See: http://www.engelschall.com/sw/apache/ [libshlib]
  -      Status (for 1.3.1-dev): Ralf +1
   
       * Paul's patch to add integrated restart/shutdown signalling (Win32)
         This patch make Apache listen on predictable event names to allow