From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12649 invoked from network); 14 Nov 2003 12:59:06 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 14 Nov 2003 12:59:06 -0000 Received: (qmail 4479 invoked by alias); 14 Nov 2003 12:58:51 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19245 Received: (qmail 4413 invoked from network); 14 Nov 2003 12:58:50 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 14 Nov 2003 12:58:50 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [193.109.254.211] by sunsite.dk (MessageWall 1.0.8) with SMTP; 14 Nov 2003 12:58:49 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-13.tower-36.messagelabs.com!1068814713!1809611 X-StarScan-Version: 5.1.13; banners=-,-,- Received: (qmail 27553 invoked from network); 14 Nov 2003 12:58:33 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-13.tower-36.messagelabs.com with SMTP; 14 Nov 2003 12:58:33 -0000 Received: from gmcs3.local ([158.234.142.61]) by iris.logica.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id hAECwXAb025587 for ; Fri, 14 Nov 2003 12:58:33 GMT Received: from gmcs3.local (localhost [127.0.0.1]) by gmcs3.local (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id hAECvmQ22642 for ; Fri, 14 Nov 2003 13:57:48 +0100 To: Zsh Workers X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <27681.1068633140@csr.com> From: Oliver Kiddle References: <27681.1068633140@csr.com> Subject: Re: Status of 4.1.x branch? Date: Fri, 14 Nov 2003 13:57:48 +0100 Message-ID: <22640.1068814668@gmcs3.local> Peter wrote: > > Plea: We really need someone to do the work making sure all relevant > patches are applied to 4.0. It's unlikely I'll have time to do it > thoroughly even given lists of potential patches. I've gone through the patches I listed in 18976 and applied those which were relevant. I did go through fairly thoroughly at the time. I've also applied 17567 (loading compctl when complist is loaded but new completion not enabled) because it worked when testing on 4.0, it was asked about recently and it is a bug. A few turned out to be not applicable or too hard to back port: 18569, 18565 (${(u)..}), 18476 (complist has changed), 18318, 18264 (touched code for jobs working in subshells). As people mentioned at the time, users/6421, 17295 and 17175 also are not applicable to 4.0 So that leaves changes since 18976. You might want to check users/6493, some of 19168, 19167 and perhaps 19105. Would be good to get a 4.0.8 out and be done with the 4.0 branch. I'm not going to do any more searching through Changelogs but there probably isn't much left that I've missed anyway. Oliver