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 8699A200BF8 for ; Fri, 13 Jan 2017 17:38:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8544D160B3F; Fri, 13 Jan 2017 16:38:03 +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 D6F61160B2E for ; Fri, 13 Jan 2017 17:38:02 +0100 (CET) Received: (qmail 34095 invoked by uid 500); 13 Jan 2017 16:33:22 -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 34086 invoked by uid 99); 13 Jan 2017 16:33:22 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2017 16:33:22 +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 620A83A090E for ; Fri, 13 Jan 2017 16:33:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1778630 - in /httpd/httpd/trunk: CHANGES modules/http2/h2_version.h Date: Fri, 13 Jan 2017 16:33:20 -0000 To: cvs@httpd.apache.org From: icing@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170113163320.620A83A090E@svn01-us-west.apache.org> archived-at: Fri, 13 Jan 2017 16:38:03 -0000 Author: icing Date: Fri Jan 13 16:33:20 2017 New Revision: 1778630 URL: http://svn.apache.org/viewvc?rev=1778630&view=rev Log: update after backport Modified: httpd/httpd/trunk/CHANGES httpd/httpd/trunk/modules/http2/h2_version.h Modified: httpd/httpd/trunk/CHANGES URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1778630&r1=1778629&r2=1778630&view=diff ============================================================================== --- httpd/httpd/trunk/CHANGES [utf-8] (original) +++ httpd/httpd/trunk/CHANGES [utf-8] Fri Jan 13 16:33:20 2017 @@ -10,10 +10,6 @@ Changes with Apache 2.5.0 *) Don't set SO_REUSEPORT unless ListenCoresBucketsRatio is greater than zero. [Eric Covener] - *) mod_http2: streaming of request output now reacts timely to data - from other streams becoming available. Same for new incoming requests. - [Stefan Eissing] - *) core: EBCDIC fixes for interim responses with additional headers. [Eric Covener] Modified: httpd/httpd/trunk/modules/http2/h2_version.h URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_version.h?rev=1778630&r1=1778629&r2=1778630&view=diff ============================================================================== --- httpd/httpd/trunk/modules/http2/h2_version.h (original) +++ httpd/httpd/trunk/modules/http2/h2_version.h Fri Jan 13 16:33:20 2017 @@ -26,7 +26,7 @@ * @macro * Version number of the http2 module as c string */ -#define MOD_HTTP2_VERSION "1.8.8-DEV" +#define MOD_HTTP2_VERSION "1.8.9-DEV" /** * @macro @@ -34,7 +34,7 @@ * release. This is a 24 bit number with 8 bits for major number, 8 bits * for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203. */ -#define MOD_HTTP2_VERSION_NUM 0x010808 +#define MOD_HTTP2_VERSION_NUM 0x010809 #endif /* mod_h2_h2_version_h */