You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/08/14 01:06:07 UTC

cvs commit: httpd-2.0 CHANGES Makefile.in

rbb         01/08/13 16:06:07

  Modified:    .        CHANGES Makefile.in
  Log:
  Install the SSL header files.
  Submitted by:	John Sterling <st...@covalent.net>
  
  Revision  Changes    Path
  1.291     +2 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.290
  retrieving revision 1.291
  diff -u -r1.290 -r1.291
  --- CHANGES	2001/08/13 04:57:34	1.290
  +++ CHANGES	2001/08/13 23:06:06	1.291
  @@ -1,5 +1,7 @@
   Changes with Apache 2.0.24-dev
   
  +  *) Install the SSL headers.  [John Sterling <st...@covalent.net>]
  +
     *) Begin to sanitize the MPM configuration directives.  Now, all
        MPMs use the same functions for all common MPM directives.  This
        should make it easier to catch all bugs in these directives once.
  
  
  
  1.75      +1 -0      httpd-2.0/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.in,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- Makefile.in	2001/07/30 02:55:55	1.74
  +++ Makefile.in	2001/08/13 23:06:06	1.75
  @@ -107,6 +107,7 @@
   	@cp -p $(srcdir)/server/mpm/$(MPM_NAME)/*.h $(includedir)
   	@cp -p $(srcdir)/modules/dav/main/mod_dav.h $(includedir)
   	@cp -p $(srcdir)/modules/filters/mod_include.h $(includedir)
  +	@cp -p $(srcdir)/modules/ssl/*.h $(includedir)
   	@cp -p $(srcdir)/srclib/pcre/*.h $(includedir)
   	@cp -p $(srcdir)/srclib/apr/include/*.h $(includedir)
   	@cp -p $(srcdir)/srclib/apr-util/include/*.h $(includedir)