You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by "Ralf S. Engelschall" <rs...@apache.org> on 1998/07/23 15:57:53 UTC

cvs commit: apache-1.3/src CHANGES Configuration.tmpl

rse         98/07/23 06:57:52

  Modified:    src      CHANGES Configuration.tmpl
  Log:
  Fix document name for dso.html
  
  Revision  Changes    Path
  1.979     +3 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.978
  retrieving revision 1.979
  diff -u -r1.978 -r1.979
  --- CHANGES	1998/07/23 13:45:42	1.978
  +++ CHANGES	1998/07/23 13:57:50	1.979
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.2
   
  +  *) Fix document "hyperlink" for dso.html in src/Configuration.tmpl
  +     [Ralf S. Engelschall] PR#2674
  +
     *) Modify mod_rewrite to update the Vary response field if it Does
        Anything based upon request fields.  [Ken Coar]  PR#1644
   
  
  
  
  1.107     +1 -2      apache-1.3/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configuration.tmpl,v
  retrieving revision 1.106
  retrieving revision 1.107
  diff -u -r1.106 -r1.107
  --- Configuration.tmpl	1998/07/11 16:44:33	1.106
  +++ Configuration.tmpl	1998/07/23 13:57:51	1.107
  @@ -72,8 +72,7 @@
   # knowledge on how to compile these DSO files because this is
   # heavily platform-dependent. The current state of supported and
   # explicitly unsupported platforms can be found in the file 
  -# "htdocs/manual/sharedobjects.html", under 
  -# "Supported Platforms".
  +# "htdocs/manual/dso.html", under "Supported Platforms".
   #
   # For other platforms where you want to use the DSO mechanism you
   # first have to make sure it supports the pragmatic dlopen()
  
  
  

Re: cvs commit: apache-1.3/src CHANGES Configuration.tmpl

Posted by Marc Slemko <ma...@worldgate.com>.
On Thu, 23 Jul 1998, Ralf S. Engelschall wrote:

> rse         98/07/23 06:57:52
> 
>   Modified:    src      CHANGES Configuration.tmpl
>   Log:
>   Fix document name for dso.html
>   
>   Revision  Changes    Path
>   1.979     +3 -0      apache-1.3/src/CHANGES
>   
>   Index: CHANGES
>   ===================================================================
>   RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
>   retrieving revision 1.978
>   retrieving revision 1.979
>   diff -u -r1.978 -r1.979
>   --- CHANGES	1998/07/23 13:45:42	1.978
>   +++ CHANGES	1998/07/23 13:57:50	1.979
>   @@ -1,5 +1,8 @@
>    Changes with Apache 1.3.2
>    
>   +  *) Fix document "hyperlink" for dso.html in src/Configuration.tmpl
>   +     [Ralf S. Engelschall] PR#2674
>   +

If a PR includes a patch or essentially exact ddescription of the change
rqeuired, tradition has been to use the submitters name for 
submitted by and the CHANGES file.