Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1125418763 for ; Fri, 19 Jun 2015 16:43:40 +0000 (UTC) Received: (qmail 88123 invoked by uid 500); 19 Jun 2015 16:43:39 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 88054 invoked by uid 500); 19 Jun 2015 16:43:39 -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 88045 invoked by uid 99); 19 Jun 2015 16:43:39 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2015 16:43:39 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 6DA7FAC0B79 for ; Fri, 19 Jun 2015 16:43:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1686449 - in /httpd/httpd/branches/2.4.x: CHANGES STATUS docs/manual/style/version.ent include/ap_release.h Date: Fri, 19 Jun 2015 16:43:39 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150619164339.6DA7FAC0B79@hades.apache.org> Author: jim Date: Fri Jun 19 16:43:38 2015 New Revision: 1686449 URL: http://svn.apache.org/r1686449 Log: And we are 2.4.16-dev Modified: httpd/httpd/branches/2.4.x/CHANGES httpd/httpd/branches/2.4.x/STATUS httpd/httpd/branches/2.4.x/docs/manual/style/version.ent httpd/httpd/branches/2.4.x/include/ap_release.h Modified: httpd/httpd/branches/2.4.x/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1686449&r1=1686448&r2=1686449&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original) +++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Fri Jun 19 16:43:38 2015 @@ -1,5 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.16 + + Changes with Apache 2.4.15 *) mod_ext_filter, mod_charset_lite: Avoid inadvertent filtering of protocol Modified: httpd/httpd/branches/2.4.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1686449&r1=1686448&r2=1686449&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Fri Jun 19 16:43:38 2015 @@ -34,6 +34,7 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] + 2.4.16 : In development. 2.4.15 : Tagged on June 19, 2015. 2.4.14 : Tagged on June 11, 2015. Not released. 2.4.13 : Tagged on June 4, 2015. Not released. Modified: httpd/httpd/branches/2.4.x/docs/manual/style/version.ent URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/style/version.ent?rev=1686449&r1=1686448&r2=1686449&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/style/version.ent (original) +++ httpd/httpd/branches/2.4.x/docs/manual/style/version.ent Fri Jun 19 16:43:38 2015 @@ -19,6 +19,6 @@ - + Modified: httpd/httpd/branches/2.4.x/include/ap_release.h URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/ap_release.h?rev=1686449&r1=1686448&r2=1686449&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/include/ap_release.h (original) +++ httpd/httpd/branches/2.4.x/include/ap_release.h Fri Jun 19 16:43:38 2015 @@ -43,8 +43,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 4 -#define AP_SERVER_PATCHLEVEL_NUMBER 15 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 16 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */