Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87168 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37653 invoked from network); 14 Jul 2015 12:37:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2015 12:37:11 -0000 Authentication-Results: pb1.pair.com header.from=ivan.enderlin@hoa-project.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ivan.enderlin@hoa-project.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain hoa-project.net from 217.70.183.195 cause and error) X-PHP-List-Original-Sender: ivan.enderlin@hoa-project.net X-Host-Fingerprint: 217.70.183.195 relay3-d.mail.gandi.net Received: from [217.70.183.195] ([217.70.183.195:50879] helo=relay3-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/D0-30403-67205A55 for ; Tue, 14 Jul 2015 08:37:10 -0400 Received: from mfilter22-d.gandi.net (mfilter22-d.gandi.net [217.70.178.150]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id 4595AA80AC for ; Tue, 14 Jul 2015 14:37:07 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter22-d.gandi.net Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by mfilter22-d.gandi.net (mfilter22-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id XN9dYmUna2DT for ; Tue, 14 Jul 2015 14:37:05 +0200 (CEST) X-Originating-IP: 46.14.238.241 Received: from [10.0.1.115] (241.238.14.46.static.wline.lns.sme.cust.swisscom.ch [46.14.238.241]) (Authenticated sender: ivan.enderlin@hoa-project.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id E6698A80AB for ; Tue, 14 Jul 2015 14:37:05 +0200 (CEST) To: internals@lists.php.net References: <1436875324.8300.4.camel@kuechenschabe> Message-ID: <55A50271.7020003@hoa-project.net> Date: Tue, 14 Jul 2015 14:37:05 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <1436875324.8300.4.camel@kuechenschabe> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Introducing ChangeLog-7.php to the website From: ivan.enderlin@hoa-project.net (Ivan Enderlin) +1 for this proposal (`ChangeLog-7.0`). On 14/07/15 14:02, Johannes Schl=C3=BCter wrote: > On Tue, 2015-07-14 at 02:27 +0300, Lior Kaplan wrote: >> Hi, >> >> With the release of 7.0.0 beta 1 I think it's time we >> introduce ChangeLog-7.php to the website. >> >> Both ChangeLog-4.php and ChangeLog-5.php have started with the first B= eta >> of the major releases. > Maybe ChangeLog-7.0 so we have less mess than with this ChangeLog-5 > where all versions are mixed? For PHP 4 this single file worked quite > well as we didn't have much overlap between minor versions, with 5.3 > which lived for some time parallel to 5.2 and the new model as of 5.4 > this changed and the file became quite a mess. > > johannes >