Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66459 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81155 invoked from network); 4 Mar 2013 04:59:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Mar 2013 04:59:07 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.179 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.179 mail-lb0-f179.google.com Received: from [209.85.217.179] ([209.85.217.179:54373] helo=mail-lb0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/B1-04779-A1A24315 for ; Sun, 03 Mar 2013 23:59:06 -0500 Received: by mail-lb0-f179.google.com with SMTP id j14so3657186lbo.10 for ; Sun, 03 Mar 2013 20:59:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=/Ll+h/s44gOzjrLn29flLiv3b1Pg6HtHCZbJo2XR6LU=; b=ainpOi1Cpo3dskIBTBaqrcwLSbP8UYwbDn0to/75AXGX6JveU5HSua9FM8i99Sw0wj WRXNeyTtu/xWlYT3qo01NVEGPhk5vQAApWh+5vPjyKzzHbw6zxFAmBxmd+OnkNNDL7W2 ZS0ucXX9BzoUUBXwnXifvbh9chpi7E7N1jkbhllHtb2wcf1ljl11FC/nh2E8PFa5PtGz uAGAgimRCn37bbVc8ehNtozPirhCxRNOdxCC03VjMRaY7O0pWXqnVFrc3xC2RGy1Or93 17Jc10UCEIY9JcyXMiI7sx0RvrmmB7Bga1aN0QEtG3b1d5FYMHzKEGNNirPHjTVkwX/I H93w== MIME-Version: 1.0 X-Received: by 10.152.102.177 with SMTP id fp17mr16739244lab.0.1362373143304; Sun, 03 Mar 2013 20:59:03 -0800 (PST) Received: by 10.112.38.199 with HTTP; Sun, 3 Mar 2013 20:59:02 -0800 (PST) In-Reply-To: References: Date: Mon, 4 Mar 2013 05:59:02 +0100 Message-ID: To: Derick Rethans Cc: PHP Developers Mailing List , David Soria Parra Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] NEWS file rename From: pierre.php@gmail.com (Pierre Joye) hi Derick, On Sun, Mar 3, 2013 at 8:00 PM, Derick Rethans wrote: > Hi, > > I've just renamed the NEWS files to a branch specific variant. NEWS > files should not be merged up (as their contents are not linked) and > they always cause a bit pain when doing automated things (such as the > tzdb update). Commit first and then ask (well, inform us in this case...) is not going to work very well. About this issue, there are different problems to solve. If developers does not setup his git correctly, then we have to make the points listed in the FAQ more visible. Maybe on www as well, or at least a link with "Please configure git correctly as described in...". Also not only NEWS should be there but the various UPGRADING files as well. That's something you would notice as soon as you implement new things. I'd to agree on one thing tho'. NEWS should not be manually edited. With or without git, it is a (relatively small) pain. Back to the git migration time, David and I discussed about generating it from the commit messages. That implies to enforce a commit message format, a 1st attempt is described here: https://wiki.php.net/vcs/gitworkflow#new_commit_message_format. The RMs could then call a script to generate it on release. Cheers, -- Pierre @pierrejoye