Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17042 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13627 invoked by uid 1010); 30 Jun 2005 11:52:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13607 invoked from network); 30 Jun 2005 11:52:31 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 30 Jun 2005 11:52:31 -0000 X-Host-Fingerprint: 64.233.184.193 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.193:39396] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 0E/62-42553-7ECD3C24 for ; Thu, 30 Jun 2005 07:52:07 -0400 Received: by wproxy.gmail.com with SMTP id i25so74332wra for ; Thu, 30 Jun 2005 04:52:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cCFoQ/FtnU+m0pbkeIg+xXWXIC49zyoCxDhS3qWva5MGHmfELRv+OvwnXPOjiY4QfckYLfFyBpTNThNxgkvBhJ4OZ4jN+5nd8LCFHp8aqFK9tJ1km8UA3BfFSgVGHpVQqugQwkVBCtH7xUbr0VPy9Ps2Q4bx3fpbRi17F21mZHI= Received: by 10.54.38.64 with SMTP id l64mr313341wrl; Thu, 30 Jun 2005 04:52:04 -0700 (PDT) Received: by 10.54.153.5 with HTTP; Thu, 30 Jun 2005 04:52:04 -0700 (PDT) Message-ID: <4e89b426050630045237244cf8@mail.gmail.com> Date: Thu, 30 Jun 2005 07:52:04 -0400 Reply-To: Wez Furlong To: Pierre-Alain Joye Cc: internals@lists.php.net In-Reply-To: <20050630121051.32e29690.pierre@dotgeek.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5.1.0.14.2.20050629175554.033f08d0@localhost> <20050630121051.32e29690.pierre@dotgeek.org> Subject: Re: [PHP-DEV] Re: 5.1.0 Release Process From: kingwez@gmail.com (Wez Furlong) 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? 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. --Wez.