Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69580 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55171 invoked from network); 16 Oct 2013 12:26:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2013 12:26:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.171 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.214.171 mail-ob0-f171.google.com Received: from [209.85.214.171] ([209.85.214.171:48293] helo=mail-ob0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/65-31591-6F58E525 for ; Wed, 16 Oct 2013 08:26:31 -0400 Received: by mail-ob0-f171.google.com with SMTP id wn1so121349obc.2 for ; Wed, 16 Oct 2013 05:26:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kn0OYltIWlDKDyqn3Ti2ObYQpGsOc1iwkfmwEQqmEek=; b=tx8gpIEdGtXM+oB7EZDxdSpGb65fn0AZj7i+rPMdzEuSOtlAMXfo6fZEOGGdg/i/hY zahEXUiRFABWkkbHGqJFz3YGiO3f8qvDWYkW7QuMef6x0Rhe3szMjiurTGTuzF33GCDD NN8KzyCwOSmDBbDI/VMPk8jM+VsQ308dOwYwNnNhMMG0vWyOH0k0Szd+mn4Zgw43Yn01 0cbG2pAh6Ut+b+kwv/4EwCVdLHaiTER7KCRPgzgnrmfA7uETZyRSa4ERSILdEkzAnR6k +2r0qw/zULkePEve5W3oiocZwCbT7NhsbVBqvYiqOLKMCXzVzQPK4FmpUYfmTVSoqoUh OrbA== MIME-Version: 1.0 X-Received: by 10.182.219.138 with SMTP id po10mr708303obc.58.1381926388166; Wed, 16 Oct 2013 05:26:28 -0700 (PDT) Received: by 10.182.54.112 with HTTP; Wed, 16 Oct 2013 05:26:28 -0700 (PDT) In-Reply-To: References: Date: Wed, 16 Oct 2013 14:26:28 +0200 Message-ID: To: Michael Wallner Cc: PHP Internals Content-Type: multipart/alternative; boundary=089e0149c3ae79422f04e8dacfc2 Subject: Re: [PHP-DEV] Adding NEWS entries to each active stable release branch (was: NEWS handling) From: nikita.ppv@gmail.com (Nikita Popov) --089e0149c3ae79422f04e8dacfc2 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Oct 15, 2013 at 2:54 PM, Michael Wallner wrote: > Just to be sure everybody has a chance to read and comment: > > On 9 October 2013 09:07, Michael Wallner wrote: > >> Thanks for your feedback! I fixed NEWS for the upcoming releases. > >> Please let us have an eye on it in the future! > > > > Okay -- looking at NEWS.GIT-RULES it actually says the opposite: > > > > 2. All news updates intended for public viewing, such as new features, > > bug fixes, improvements, etc., should go into the NEWS file of the > > *first* to be released version with the given change. In other > words > > any NEWS file change only needs to done in one branch. > > > > How about changing it to: > > > > 2. All news updates intended for public viewing, such as new features, > > bug fixes, improvements, etc., should go into the NEWS file of *any > > stable release* version with the given change. In other words, > > news about a bug fix which went into PHP-5.4, PHP-5.5 and master > > should be noted in both PHP-5.4/NEWS and PHP-5.5/NEWS but > > not master, which is not a public released version yet. > > > > PS: I post that for other people that had not time to notice this > > discussion and I will most probably give a week or so for others to > > speek up before changing any settled rules. Could well be there are > > people who do not want to write two NEWS entries :) > Doing it like this seems more cumbersome. Currently merges use an "ours" merge driver for NEWS etc, so NEWS changes are not merged upwards. You'd have to manually copy them in. I think it's okay like it is right now, assuming that the RMs copy the items from the 5.4 changelog into the one for 5.5 when releasing (which iirc they do). Nikita --089e0149c3ae79422f04e8dacfc2--