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 B8D147557 for ; Mon, 1 Aug 2011 16:24:42 +0000 (UTC) Received: (qmail 81400 invoked by uid 500); 1 Aug 2011 16:24:42 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 81358 invoked by uid 500); 1 Aug 2011 16:24:41 -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 81351 invoked by uid 99); 1 Aug 2011 16:24:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 16:24:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 16:24:39 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3C1492388980; Mon, 1 Aug 2011 16:24:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1152855 - in /httpd/httpd/trunk: CHANGES STATUS docs/manual/style/version.ent include/ap_release.h Date: Mon, 01 Aug 2011 16:24:17 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110801162418.3C1492388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jim Date: Mon Aug 1 16:24:16 2011 New Revision: 1152855 URL: http://svn.apache.org/viewvc?rev=1152855&view=rev Log: And we are at 2.3.15-dev Modified: httpd/httpd/trunk/CHANGES httpd/httpd/trunk/STATUS httpd/httpd/trunk/docs/manual/style/version.ent httpd/httpd/trunk/include/ap_release.h Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1152855&r1=1152854&r2=1152855&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Mon Aug 1 16:24:16 2011 @@ -1,5 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.3.15 + + Changes with Apache 2.3.14 *) mod_proxy_ajp: Improve trace logging. [Rainer Jung] Modified: httpd/httpd/trunk/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/STATUS?rev=1152855&r1=1152854&r2=1152855&view=diff ============================================================================== --- httpd/httpd/trunk/STATUS (original) +++ httpd/httpd/trunk/STATUS Mon Aug 1 16:24:16 2011 @@ -26,6 +26,7 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] + 2.3.15 : In development. 2.3.14 : Tagged on August 1, 2011. 2.3.13 : Tagged on June 28, 2011, not released. 2.3.12 : Tagged on May 11, 2011. Released May 23, 2011. Modified: httpd/httpd/trunk/docs/manual/style/version.ent URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/version.ent?rev=1152855&r1=1152854&r2=1152855&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/style/version.ent (original) +++ httpd/httpd/trunk/docs/manual/style/version.ent Mon Aug 1 16:24:16 2011 @@ -19,6 +19,6 @@ - + Modified: httpd/httpd/trunk/include/ap_release.h URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_release.h?rev=1152855&r1=1152854&r2=1152855&view=diff ============================================================================== --- httpd/httpd/trunk/include/ap_release.h (original) +++ httpd/httpd/trunk/include/ap_release.h Mon Aug 1 16:24:16 2011 @@ -45,8 +45,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 3 -#define AP_SERVER_PATCHLEVEL_NUMBER 14 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 15 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"