You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/02/02 08:24:36 UTC

cvs commit: apache-site/dist/binaries/win32 .htaccess HEADER.html

wrowe       01/02/01 23:24:35

  Modified:    dist/binaries/win32 .htaccess HEADER.html
  Log:
    bigger icons, hints on which file is which.
  
  Revision  Changes    Path
  1.3       +1 -1      apache-site/dist/binaries/win32/.htaccess
  
  Index: .htaccess
  ===================================================================
  RCS file: /home/cvs/apache-site/dist/binaries/win32/.htaccess,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- .htaccess	2001/01/31 01:58:19	1.2
  +++ .htaccess	2001/02/02 07:24:34	1.3
  @@ -1,4 +1,4 @@
   AddType application/octet-stream .msi
  -AddIcon /icons/small/binary.gif .msi
  +AddIcon /icons/binary.gif .msi
   AddDescription "MS Installer Package" .msi
   AddDescription "Apache 1.3.17 Win32 Installer" apache_1.3.17_win32.msi
  
  
  
  1.3       +5 -1      apache-site/dist/binaries/win32/HEADER.html
  
  Index: HEADER.html
  ===================================================================
  RCS file: /home/cvs/apache-site/dist/binaries/win32/HEADER.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HEADER.html	2000/12/28 23:06:08	1.2
  +++ HEADER.html	2001/02/02 07:24:34	1.3
  @@ -5,10 +5,14 @@
   <P>If you will install apache on Windows 95, stop to <A href="#winsock">read
      this first.</A></P>
   
  +<P>Where both versions are available, the -src.msi package includes the
  +   complete runtime and source files to build Apache using MSVC 5.0 or 6.0.
  +   The -no_src.msi package includes only the runtime, the source files are
  +   omitted from that package to reduce your download time.</P>
  +
   <P>Apache 1.3.14 binaries were released on October 13th.  Unfortuantely,
      they were missing cricital, new src files and a handful of new compiled
      utilities, including logresolve.exe, rotatelogs.exe, the dbmmanage.pl
      script, and the new ApacheModuleInfo.dll, ApacheModuleAuthDBM.dll, and
      ApacheModuleAuthDigest.dll loadable modules.  Please run the revised 
      apache_1_3_14_win32_r2.exe installer to add these missing bits.</P>
  -