Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 71D54200BF7 for ; Mon, 9 Jan 2017 17:33:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 705D2160B3E; Mon, 9 Jan 2017 16:33:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E17B1160B2F for ; Mon, 9 Jan 2017 17:33:56 +0100 (CET) Received: (qmail 27357 invoked by uid 500); 9 Jan 2017 16:33:56 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 27348 invoked by uid 99); 9 Jan 2017 16:33:56 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2017 16:33:56 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 7B2443A0634 for ; Mon, 9 Jan 2017 16:33:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1778010 - /httpd/httpd/branches/2.2.x/INSTALL Date: Mon, 09 Jan 2017 16:33:54 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170109163355.7B2443A0634@svn01-us-west.apache.org> archived-at: Mon, 09 Jan 2017 16:33:57 -0000 Author: wrowe Date: Mon Jan 9 16:33:54 2017 New Revision: 1778010 URL: http://svn.apache.org/viewvc?rev=1778010&view=rev Log: Add warning, as suggested on dev@; rinse and repeat for Announcement Modified: httpd/httpd/branches/2.2.x/INSTALL Modified: httpd/httpd/branches/2.2.x/INSTALL URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/INSTALL?rev=1778010&r1=1778009&r2=1778010&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/INSTALL (original) +++ httpd/httpd/branches/2.2.x/INSTALL Mon Jan 9 16:33:54 2017 @@ -1,6 +1,24 @@ APACHE INSTALLATION OVERVIEW + CAUTION + ------- + + This package represents a legacy version of the Apache HTTP Server software + and is not current. + + Please note that Apache Web Server Project will only provide maintenance + releases of the 2.2.x flavor through June of 2017, and will provide some + security patches beyond this date through at least December of 2017. + Minimal maintenance patches of 2.2.x are expected throughout this period, + and users are strongly discouraged from deploying this legacy release. + + Also note, this package includes very stale and known-vulnerable versions + of the Expat [http://expat.sourceforge.net/] and PCRE [http://www.pcre.org/] + packages. Users are strongly encouraged to first install the most recent + versions of these components. + + Quick Start - Unix ------------------