Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63043 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22738 invoked from network); 17 Sep 2012 19:00:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2012 19:00:14 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:44544] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/C8-07072-C3377505 for ; Mon, 17 Sep 2012 15:00:14 -0400 Received: from [192.168.2.230] (ppp-88-217-69-121.dynamic.mnet-online.de [88.217.69.121]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 3F03A63355; Mon, 17 Sep 2012 21:00:05 +0200 (CEST) To: Sebastian Bergmann Cc: internals@lists.php.net In-Reply-To: <50574593.7020009@php.net> References: <1347893073.5709.2986.camel@guyrush> <1347896176.5709.3002.camel@guyrush> <50574593.7020009@php.net> Content-Type: text/plain; charset="UTF-8" Date: Mon, 17 Sep 2012 21:00:04 +0200 Message-ID: <1347908404.5709.3017.camel@guyrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Moving forward: PHP 5.5 From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mon, 2012-09-17 at 17:45 +0200, Sebastian Bergmann wrote: > Am 17.09.2012 17:36, schrieb Johannes Schlüter: > > There are very few special processes. In fact the only RM-specific > > things are around packaging the tarballs up, while that's described in > > an README. > > Does this have to be manual process? Is there something in it that > cannot be described in a Makefile, build.xml, etc. instead? Even that would have to be triggered ;-) And well, then there are tasks which can't be automated, like writing a release announcement (human has to decide what's to be highlighted etc.) but well, there automation there is the less we need two guys doing that, the more you're confirming my point. johannes