Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17047 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58077 invoked by uid 1010); 30 Jun 2005 14:30:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 58062 invoked from network); 30 Jun 2005 14:30:54 -0000 Received: from unknown (HELO romcad.it) (127.0.0.1) by localhost with SMTP; 30 Jun 2005 14:30:54 -0000 X-Host-Fingerprint: 66.194.40.80 66-194-40-80.dimenoc.com Linux 2.4/2.6 Received: from ([66.194.40.80:33478] helo=mail.dotgeek.org) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id EE/B3-29969-D1204C24 for ; Thu, 30 Jun 2005 10:30:53 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by mail.dotgeek.org (mail server) with SMTP id 14A1D913784; Thu, 30 Jun 2005 15:18:52 +0200 (CEST) Date: Thu, 30 Jun 2005 16:30:56 +0200 To: Wez Furlong Cc: internals@lists.php.net Message-ID: <20050630163056.26121890.pierre@dotgeek.org> In-Reply-To: <4e89b426050630045237244cf8@mail.gmail.com> References: <5.1.0.14.2.20050629175554.033f08d0@localhost> <20050630121051.32e29690.pierre@dotgeek.org> <4e89b426050630045237244cf8@mail.gmail.com> X-Mailer: Sylpheed version 2.0.0beta1 (GTK+ 2.4.14; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: 5.1.0 Release Process From: pierre@dotgeek.org (Pierre-Alain Joye) On Thu, 30 Jun 2005 07:52:04 -0400 Wez Furlong wrote: > On 6/30/05, Pierre-Alain Joye wrote: > > > So to summarize a schedule I suggest: > > > a) 5.1.0 Beta 3 Friday, July 8th. > > > b) Release & branch 5.1.0 RC1 July 15-22nd > > > c) Mid-July start merging Unicode into HEAD. Until end of July > > > minimum changes to HEAD. > > > > > > I think it's a good balance between releasing a stable 5.1.0 > > > and allowing the Unicode support to make good progress and > > > give a chance to a larger audience to help out adding Unicode > > > support to extensions. > > > > I would like to have 5.1 branches. Stopping the developements > > for nearly a month for an already feautures freezed release. > > What's branche it after beta2? > > What are you planning to do in those 3 weeks? I have 2 things in mind now (ext/date being out of my mind actually....): ext/gd - sync with official GD (both directions this time) * gif write mode and partial rewrite of the read mode. * Drop GD1 extern support * Drop FT1 support ext/xmlwriter include it so it "can" be tested > Personally, I'd find it really irritating to have to merge across > branches for PDO changes in that timespan. Unless it's really > important, we should avoid creating branches. Keep in mind that > the tree will be mostly frozen while the unicode stuff is merged > in too. I know how annoying it is :) That raises again the possible need to split ext/* from the "core" repository, all together 5.1 stops commits for 2 months until it is released, sounds a bit too much to me. Am I alone to have some spare times during summer hollydays? ;) However, not like I will not survive to do not commit, not the 1st time for 5.1 ;) So if everyone likes to stop public developements during the whole 5.1 releases phases, fine with me. Regards, --Pierre