Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46340 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99430 invoked from network); 7 Dec 2009 19:43:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2009 19:43:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.198 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.216.198 mail-px0-f198.google.com Received: from [209.85.216.198] ([209.85.216.198:48105] helo=mail-px0-f198.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/A5-31234-BCA5D1B4 for ; Mon, 07 Dec 2009 14:43:08 -0500 Received: by pxi36 with SMTP id 36so2116473pxi.26 for ; Mon, 07 Dec 2009 11:43:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=laxxqUSuyuJKlT+JJvRLO1LOoGC0jwp+0YEKasYVryM=; b=hf1iqj2Tg9+RoTb2gKbDJUB4TPhodoILdi4XFTz+kfG67sRgijyHZ+66eKqBQQizWy 5t2mnZLJCvNesYK+DIPZIGjlVY6HkhOIp7+D32qk5ucqQswMsoIP2xLUaBQ0RDazdfO0 ysR/bRp9YTPIEpn/tWM0uYpKfarx5SWWDP5l4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=NwLwURiWAecp9xjQCqihi+Qvom4Pk5sL4VxV1v7Jwcml3c73VBnL6Wpi1muPSJe5o1 /gMh0jGqgW55j+rIcFpIES625CRy8fe+yamis4MkmdY5preewQq1z5JoMItWnh6Zzj1S WKgrwBD7CI2RNk9WOxRob5uPAES5px2dbhEy8= MIME-Version: 1.0 Received: by 10.142.195.18 with SMTP id s18mr750161wff.263.1260214985155; Mon, 07 Dec 2009 11:43:05 -0800 (PST) In-Reply-To: <4B1D587E.10408@zend.com> References: <1260193069.1383.33.camel@guybrush> <4B1D587E.10408@zend.com> Date: Mon, 7 Dec 2009 20:43:05 +0100 Message-ID: <7f3ed2c30912071143t32b3b6a4wbe1981c9c2e32b9e@mail.gmail.com> To: Stanislav Malyshev Cc: =?ISO-8859-1?Q?Johannes_Schl=FCter?= , internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Towards 5.3.2 From: hannes.magnusson@gmail.com (Hannes Magnusson) 2009/12/7 Stanislav Malyshev : > Hi! > > Personally, I like release branch approach better, provided: > 1. For the announced release period, each commit into the tree is logged > automatically (I understand the wiki does that? if not we may need to do it) > > 2. RM takes on himself to make a decision (which is recorded - say, in wiki) > on each commit. I.e. if one is not merged, there should be a mark saying RM > has reviewed it and decided not to merge, not just forgot it. > > 3. The URL of this log page is included in RC announcements so people could > see what's going on. +1 (even though I hate wikis) With one tweak: 2a) Committing to 5_3 and 5_3_2 in one go is bad bad. The 5_3_2 commits should be explicitly merged in separate commit. -Hannes