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 2018/03/13 19:56:35 UTC

svn commit: r1826676 - in /httpd/site/trunk/content: dev/devnotes.mdtext dev/patches.mdtext download.mdtext mod_ftp/index.mdtext

Author: wrowe
Date: Tue Mar 13 19:56:35 2018
New Revision: 1826676

URL: http://svn.apache.org/viewvc?rev=1826676&view=rev
Log:
Actually, no longer a binary for download

Modified:
    httpd/site/trunk/content/dev/devnotes.mdtext
    httpd/site/trunk/content/dev/patches.mdtext
    httpd/site/trunk/content/download.mdtext
    httpd/site/trunk/content/mod_ftp/index.mdtext

Modified: httpd/site/trunk/content/dev/devnotes.mdtext
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/dev/devnotes.mdtext?rev=1826676&r1=1826675&r2=1826676&view=diff
==============================================================================
--- httpd/site/trunk/content/dev/devnotes.mdtext (original)
+++ httpd/site/trunk/content/dev/devnotes.mdtext Tue Mar 13 19:56:35 2018
@@ -45,9 +45,7 @@ commit their changes). For more info abo
 version control FAQ](http://www.apache.org/dev/version-control.html).
 
 The developers continue to seek to maintain module compatibility between
-2.4.1 and future 2.4 releases for administrators and end users, while
-continuing the forward progress that has made the 2.2 server faster and
-more scalable.
+2.4.1 and future 2.4 releases for administrators and end users.
 
 # Maintaining the Sources #
 
@@ -99,16 +97,6 @@ level can be perused with the [SVN
 ViewCVS](http://svn.apache.org/viewcvs.cgi/) pages. The main subtrees
 pertaining to the <samp>httpd</samp>server source are:
 
-## httpd-2.2 ##
-
-To create a directory tree containing the 2.2 sources, and call
-it <samp>httpd-2.2</samp>, change your current directory to the *parent* of
-the tree and then check the 2.2 sources out as follows:
-<pre>
-% cd /usr/local/apache
-% svn checkout http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x
-   httpd-2.2</pre>
-
 ## httpd-2.4 ##
 
 To create a directory tree containing the 2.4 sources, and call

Modified: httpd/site/trunk/content/dev/patches.mdtext
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/dev/patches.mdtext?rev=1826676&r1=1826675&r2=1826676&view=diff
==============================================================================
--- httpd/site/trunk/content/dev/patches.mdtext (original)
+++ httpd/site/trunk/content/dev/patches.mdtext Tue Mar 13 19:56:35 2018
@@ -57,11 +57,7 @@ for more information.
 
 # Choosing a level of Apache code for comparison #
 
-Currently, there are three active Apache httpd source trees:
-
-1. Apache httpd 2.0.x (legacy/maintenance)
-
-1. Apache httpd 2.2.x (previous release)
+Currently, there are two active Apache httpd source trees:
 
 1. Apache httpd 2.4.x (current release, GA)
 

Modified: httpd/site/trunk/content/download.mdtext
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/download.mdtext?rev=1826676&r1=1826675&r2=1826676&view=diff
==============================================================================
--- httpd/site/trunk/content/download.mdtext (original)
+++ httpd/site/trunk/content/download.mdtext Tue Mar 13 19:56:35 2018
@@ -165,16 +165,6 @@ page](//httpd.apache.org/mod_ftp/).
 [MD5](https://www.apache.org/dist/httpd/mod_ftp/mod_ftp-0.9.6-beta-crlf.zip.md5)
 ]
 
-- Win32 binary build (unzip over the installed Apache 2.2 directory):
-[mod_ftp-0.9.6-beta-win32-x86.zip]([preferred]/httpd/binaries/win32/mod_ftp-0.9.6-beta-win32-x86.zip)
-[
-[PGP](https://www.apache.org/dist/httpd/binaries/win32/mod_ftp-0.9.6-beta-win32-x86.zip.asc)
-] [
-[SHA1](https://www.apache.org/dist/httpd/binaries/win32/mod_ftp-0.9.6-beta-win32-x86.zip.sha1)
-] [
-[MD5](https://www.apache.org/dist/httpd/binaries/win32/mod_ftp-0.9.6-beta-win32-x86.zip.md5)
-]
-
 # Verify the integrity of the files # {#verify}
 
 It is essential that you verify the integrity of the downloaded files using

Modified: httpd/site/trunk/content/mod_ftp/index.mdtext
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/mod_ftp/index.mdtext?rev=1826676&r1=1826675&r2=1826676&view=diff
==============================================================================
--- httpd/site/trunk/content/mod_ftp/index.mdtext (original)
+++ httpd/site/trunk/content/mod_ftp/index.mdtext Tue Mar 13 19:56:35 2018
@@ -26,9 +26,8 @@ plus mod_dav_fs).
 
 # Get It! #
 
-`mod_ftp` 0.9.6 is released as beta, and you can get the source (or a
-binary build for win32) from [your local
-mirror](http://httpd.apache.org/download.cgi#mod_ftp).
+`mod_ftp` 0.9.6 is released as beta, and you can get the source from
+[your local mirror](http://httpd.apache.org/download.cgi#mod_ftp).
 
 Development of mod_ftp can be followed through the
 [Subversion](http://subversion.apache.org/) repositories. For public access