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 C73C6200BC2 for ; Thu, 17 Nov 2016 10:05:55 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C5868160B18; Thu, 17 Nov 2016 09:05:55 +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 1C2FB160AFF for ; Thu, 17 Nov 2016 10:05:54 +0100 (CET) Received: (qmail 34215 invoked by uid 500); 17 Nov 2016 09:05:54 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 34189 invoked by uid 99); 17 Nov 2016 09:05:54 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2016 09:05:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id B4AA41A0032; Thu, 17 Nov 2016 09:05:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=beamartyr.net Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id TGC5faocb6Qe; Thu, 17 Nov 2016 09:05:50 +0000 (UTC) Received: from mail1.mirimar.net (mail1.mirimar.net [85.195.98.136]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id A676B5F297; Thu, 17 Nov 2016 09:05:49 +0000 (UTC) Received: from [172.17.36.219] (odap-199-203-61-119.bb.netvision.net.il [199.203.61.119]) (authenticated bits=0) by mail1.mirimar.net (8.14.4/8.14.3/Debian-9.1ubuntu1) with ESMTP id uAH95kVO002496 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 17 Nov 2016 10:05:48 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beamartyr.net; s=mail; t=1479373548; bh=5SCcBJlwDHIinSbZCsLG77ipt4n2Y+1sP5WrqsyVz1E=; h=Subject:To:References:Cc:From:Message-ID:Date:MIME-Version: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=icFFO5eF27UvYOEozgGD9jeKUp4WVrzHGaXuWMCalVHTwhei7PPgyWZPCtOGfExGq AESIQIfYtujsP55o7ssGdQj40O4jFCTOp5XsLRJvDVY2SoIcNX9HDBdF/JHLFEyvMp UPB/BMKGjIV79tV3/GBq8HCpNUwZtIIQ48ecpCMc= Subject: Re: apreq release To: Steve Hay , dev@httpd.apache.org References: <86dca07b-40f1-475e-4c96-89e808fbdb03@beamartyr.net> Cc: apreq-dev@httpd.apache.org, dev@perl.apache.org From: Issac Goldstand Message-ID: Date: Thu, 17 Nov 2016 11:05:46 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit archived-at: Thu, 17 Nov 2016 09:05:56 -0000 That was my knee-jerk reaction, too, but after digging, I saw that win32 really shouldn't be affected. On 11/16/2016 4:09 PM, Steve Hay wrote: > On 15 November 2016 at 09:26, Issac Goldstand wrote: >> Hi all, >> >> Someone (finally) noticed that apreq's test suite isn't compatible with >> Apache 2.4 and requested a change. Given that we haven't released an >> updated apreq in nearly 6 years, I'm inclined to make/test the changes >> to the test suite and immediately go to a release cycle. >> >> Does anyone want time to add anything else to libapreq-2.14 before I >> start tarring and voting (in the next few days, I hope)? >> > > All looks good here on Win32 - the current SVN version passes all > tests using VC++ 2010, perl-5.25.3, mod_perl-2.0.10 and either > httpd-2.2.31 or httpd-2.4.23. (Whatever the httpd-2.4 incompatibility > was seems not to affect anything on Win32!) >