Return-Path: X-Original-To: apmail-perl-dev-archive@www.apache.org Delivered-To: apmail-perl-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0DB33E699 for ; Mon, 18 Feb 2013 07:28:57 +0000 (UTC) Received: (qmail 62806 invoked by uid 500); 18 Feb 2013 07:28:56 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 62575 invoked by uid 500); 18 Feb 2013 07:28:49 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 62530 invoked by uid 99); 18 Feb 2013 07:28:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2013 07:28:48 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jkaluza@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2013 07:28:34 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r1I7SDOQ006676 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 18 Feb 2013 02:28:13 -0500 Received: from dhcp-29-218.brq.redhat.com (dhcp-25-149.brq.redhat.com [10.34.25.149]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r1I7SCYG021201 for ; Mon, 18 Feb 2013 02:28:12 -0500 Message-ID: <5121D802.7090502@redhat.com> Date: Mon, 18 Feb 2013 08:28:02 +0100 From: =?windows-1252?Q?Jan_Kalu=9Ea?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: dev@perl.apache.org Subject: httpd24 branch Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I've been granted commit access to mod_perl (Thanks to Torsten), so I want to inform you about my intentions with httpd24 branch. 1. Merge changes from trunk to httpd24 branch. 2. Review my patches from http://jkaluza.fedorapeople.org/mod_perl/ and commit them to httpd24 branch. 3. Run make source_scan on my machine and commit the results to httpd24 branch. Those three steps should allow people to just ./configure and make mod_perl with httpd24 sources. They will also make httpd24 branch *httpd24 only* and personally I think this is the way to go, because of following reasons: 1. Build system (make source_scan) is not good enough to run properly on all systems and I'm not going to rewrite it. 2. httpd 2.4 auth API changed in a way where it works very differently than the one in 2.2. I will still try to put 2.4 code to proper #ifdefs, but it would be really great to just have separate version for 2.4. When all this is done, I will commit my second patchset which adds httpd-2.4 features to mod_perl (mainly new auth API) and fixes lot of mod_perl tests. Please feel free to monitor my work in httpd24 branch and comment it on list if you find some problem there. It's my first experience with mod_perl and I really don't know everything about it. Regards, Jan Kaluza --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org