Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69521 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88142 invoked from network); 9 Oct 2013 06:01:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2013 06:01:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=martin.keckeis1@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=martin.keckeis1@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.41 as permitted sender) X-PHP-List-Original-Sender: martin.keckeis1@gmail.com X-Host-Fingerprint: 209.85.219.41 mail-oa0-f41.google.com Received: from [209.85.219.41] ([209.85.219.41:58026] helo=mail-oa0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/02-06817-F31F4525 for ; Wed, 09 Oct 2013 02:01:35 -0400 Received: by mail-oa0-f41.google.com with SMTP id n10so59987oag.28 for ; Tue, 08 Oct 2013 23:01:32 -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=pAiNoHZP2f2Db08CJj62fsaQM4NwQ2fvXAubWRg5nWw=; b=UmlbN/7OvLkV5EXmh6GUJgi0NiHaYlA6nj0LqlG4wWuYqxi6DK7QRRGJg03YiECtRq ufFw/TjPVUSwtncavxstLT56tdsVZ9hYUzloNjJD+cRVTZw0Tv3bUNRCBBr+QX4MlzHt E40bPOGTvOEN5ZH1WgTzA8bEpvmzoslOYvxRsIRwZ133PEJCxzLvsDGjCfIFuZ7dJbQN 6FOCGB18wb0XHdU35JJ5Sl8neTtenQC82d246dgDnCdR+5L1j0XFVtgfT/Qz9ESKi/Kn xdPY3ul7mhUWVWCtGCrGUnPf58mni/I9T03PkcIYHWmlvV0NSU+PNB9ttEM9F54WwXFj NHmQ== MIME-Version: 1.0 X-Received: by 10.182.130.131 with SMTP id oe3mr4375381obb.34.1381298492411; Tue, 08 Oct 2013 23:01:32 -0700 (PDT) Received: by 10.76.127.204 with HTTP; Tue, 8 Oct 2013 23:01:32 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 Oct 2013 08:01:32 +0200 Message-ID: To: Pierre Joye Cc: Adam Harvey , Michael Wallner , PHP Internals Content-Type: multipart/alternative; boundary=089e013cbdc4f8164604e8489dc3 Subject: Re: [PHP-DEV] NEWS handling From: martin.keckeis1@gmail.com (Martin Keckeis) --089e013cbdc4f8164604e8489dc3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello togehter, 2013/10/9 Pierre Joye > On Tue, Oct 8, 2013 at 7:09 PM, Adam Harvey wrote: > > On 8 October 2013 06:46, Michael Wallner wrote: > >> I was wondering how we are supposed to handle NEWS entries when a fix > >> goes into both branches, PHP-5.4 and 5.5. IIRC we used to add the BFN > >> only to the lowest numbered branch, but then again that was at times > >> we had mostly onle one stable release branch... > > > > The way I've done it (and it seems like most developers are doing it > > now) is to add the same entry to each stable branch as I merge > > upwards, so the 5.4 and 5.5 NEWS files each end up with something > > like: > > > > - Extension: > > . Fixed bug #12345 (luggage combination is weak). (Adam) > > > > I think the bug number really has to be in each branch for the NEWS > > file to be useful =E2=80=94 users need to be able to find out at a glan= ce > > what's been fixed from 5.5.4 to 5.5.5, for instance. > > agreed. > > I never really liked the "lowest branch" only way, too confusing and > hard to see what was fixed where. > > Cheers, > -- > Pierre > > @pierrejoye | http://www.libgd.org > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > As more or less a "enduser" i have to agree. Writing in both is the easiest way, to get a "quick" overview what is releavant. --089e013cbdc4f8164604e8489dc3--