You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mj...@locus.apache.org on 2000/10/10 17:30:08 UTC

cvs commit: apache-1.3/src CHANGES Configure

mjc         00/10/10 08:30:07

  Modified:    src      CHANGES Configure
  Log:
  The other minor changes ready for 1.3.14 commits
  
  Revision  Changes    Path
  1.1585    +2 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1584
  retrieving revision 1.1585
  diff -u -r1.1584 -r1.1585
  --- CHANGES	2000/10/08 00:27:18	1.1584
  +++ CHANGES	2000/10/10 15:30:01	1.1585
  @@ -1,3 +1,5 @@
  +Changes with Apache 1.3.14
  +
   Changes with Apache 1.3.13
   
     *) NOTE: A number of Win32 symbols were exported without explicit
  
  
  
  1.404     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.403
  retrieving revision 1.404
  diff -u -r1.403 -r1.404
  --- Configure	2000/09/28 13:32:32	1.403
  +++ Configure	2000/10/10 15:30:03	1.404
  @@ -1833,7 +1833,7 @@
   	#    select the special subtarget for shared core generation
   	SUBTARGET=target_shared
   	#    determine additional suffixes for libhttpd.so
  -	V=1 R=3 P=13
  +	V=1 R=3 P=14
   	if [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then
   	    SHLIB_SUFFIX_LIST=""
   	fi