Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69519 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77230 invoked from network); 9 Oct 2013 02:32:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2013 02:32:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.49 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:62400] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/90-06817-750C4525 for ; Tue, 08 Oct 2013 22:32:56 -0400 Received: by mail-la0-f49.google.com with SMTP id ev20so123247lab.36 for ; Tue, 08 Oct 2013 19:32:53 -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:content-transfer-encoding; bh=QaVNYM5/x4iGOFmoBjhCuNLXOPUDf6dicY5jsMmN29g=; b=i9B1QY8JgkR4QXzoYl3L5djTeYeobwuByi9Dbf33YLMKEcWUiy7XLWjVDjiVLR4FI6 Fyvw8KdlKGjqYFYrvbAVCjw0PQZzz5fsp8MuH4AffpEupSrL3iNyn9etMLIoslyY5DVJ CDFJoced2KaaNtv2UCWyoP5s1Sauy/9zl4riHLATv9Qu6PeZm9F3m1r8DCtbmAj0WbP3 1jC1+8/tU+dac4xX+k0pFOqgZkdWIs2auMJXDwpOGqid1IFBnh4kBCIqb+PjnhBOcqbu MZ7MjdQ2Ldsfg+f3APnwOsyKCw98IlLLuD4OfEK22wp3wm5FxVXgZINPys7XNq82fWBQ yEqQ== MIME-Version: 1.0 X-Received: by 10.152.29.201 with SMTP id m9mr4175129lah.6.1381285973152; Tue, 08 Oct 2013 19:32:53 -0700 (PDT) Received: by 10.112.148.138 with HTTP; Tue, 8 Oct 2013 19:32:53 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 Oct 2013 04:32:53 +0200 Message-ID: To: Adam Harvey Cc: Michael Wallner , PHP Internals Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] NEWS handling From: pierre.php@gmail.com (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 =97 users need to be able to find out at a glance > 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, --=20 Pierre @pierrejoye | http://www.libgd.org