Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69560 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64265 invoked from network); 15 Oct 2013 12:54:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2013 12:54:14 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.172 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.217.172 mail-lb0-f172.google.com Received: from [209.85.217.172] ([209.85.217.172:35798] helo=mail-lb0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/F5-31591-5FA3D525 for ; Tue, 15 Oct 2013 08:54:14 -0400 Received: by mail-lb0-f172.google.com with SMTP id x18so6825173lbi.31 for ; Tue, 15 Oct 2013 05:54:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=6fdMzqs11gjBsfQWZeizz8HwQPuYM92/DJCNH00OxEo=; b=I6Kz4dpUyhRREUIhRSNKf/uQaGpVPZ6/F/1T12Hfjm+sGN5LI40YPwmI5BKFWwjlKJ m7Va+e5UyjNZm7x0IeTbiSKpX6FyupftcD+ZvXyaRH+sSMgPzxzlVEuufE0tvvdfPObU vO1ZgP+Bv9JsMNIv+uNI1ooCB30joUKUEdOk4at8Aug4pY6rSOwLErIdmGHSkI/rRcAu H2p7XU4RZrUxDQb4jcZev67PY8cWrlBBN/R4AgpPH8gL9ZL7GOuxgN5vJVo83ANiiVgo AQOMdrn0STio4oV91aj9CG3Ku7QBRGs+OlexXukjsBkQE6PyBOpr+KVMd4LIU8f5rK44 AquA== MIME-Version: 1.0 X-Received: by 10.112.159.166 with SMTP id xd6mr35276243lbb.22.1381841650655; Tue, 15 Oct 2013 05:54:10 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Tue, 15 Oct 2013 05:54:10 -0700 (PDT) Date: Tue, 15 Oct 2013 14:54:10 +0200 X-Google-Sender-Auth: C2VajIHJP8iayDpsb8kYcRRLhZs Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Adding NEWS entries to each active stable release branch (was: NEWS handling) From: mike@php.net (Michael Wallner) 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 :) -- Regards, Mike