Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48554 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5377 invoked from network); 28 May 2010 14:24:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2010 14:24:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=unknown Received-SPF: error (pb1.pair.com: domain adamharvey.name from 209.85.160.170 cause and error) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:38761] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/6D-09614-112DFFB4 for ; Fri, 28 May 2010 10:24:18 -0400 Received: by gyf2 with SMTP id 2so1012348gyf.29 for ; Fri, 28 May 2010 07:24:14 -0700 (PDT) Received: by 10.229.227.21 with SMTP id iy21mr78156qcb.22.1275056654221; Fri, 28 May 2010 07:24:14 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.229.242.13 with HTTP; Fri, 28 May 2010 07:23:54 -0700 (PDT) In-Reply-To: <1275052922.23351.292.camel@guybrush> References: <1275052922.23351.292.camel@guybrush> Date: Fri, 28 May 2010 22:23:54 +0800 X-Google-Sender-Auth: jJnCvjo7hvT9XgljF0JL_-yi-t4 Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: PHP internals list Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] ChangeLog From: aharvey@php.net (Adam Harvey) 2010/5/28 Johannes Schl=C3=BCter : > Is anybody using this file? If this is thee case could somebody then > make sure it's being updated (and maybe take care of > ChangeLog-200[6-9].gz being created) else I'd suggest dropping them. An > outdated file might be confusing for users expecting content like we > have in the NEWS file there. +1 on removing the ChangeLog and its archives, particularly since they're taking up over a meg in a PHP 5.3 checkout, most of which is already gzipped. NEWS and the migration guides in the manual cover the needs of users these days, and there's always svn log for anyone who wants more detailed changeset information. Adam