From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28704 invoked from network); 3 Feb 2005 11:20:37 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Feb 2005 11:20:37 -0000 Received: (qmail 13573 invoked from network); 3 Feb 2005 11:20:26 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Feb 2005 11:20:26 -0000 Received: (qmail 2698 invoked by alias); 3 Feb 2005 11:20:18 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8456 Received: (qmail 2684 invoked from network); 3 Feb 2005 11:20:18 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Feb 2005 11:20:18 -0000 Received: (qmail 11540 invoked from network); 3 Feb 2005 11:19:42 -0000 Received: from unknown (HELO mailsweeperjp.CSR.COM) (202.214.225.228) by a.mx.sunsite.dk with SMTP; 3 Feb 2005 11:19:36 -0000 Received: from exchangejp.csr.com (unverified) by mailsweeperjp.CSR.COM (Content Technologies SMTPRS 4.3.1) with ESMTP id for ; Thu, 3 Feb 2005 20:25:53 +0900 Received: from exchange03.csr.com ([10.100.137.60]) by exchangejp.csr.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 3 Feb 2005 11:19:37 +0000 Received: from news01.csr.com ([10.103.143.38]) by exchange03.csr.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 3 Feb 2005 11:13:56 +0000 Received: from news01.csr.com (localhost.localdomain [127.0.0.1]) by news01.csr.com (8.13.1/8.12.11) with ESMTP id j13BDq5G024582 for ; Thu, 3 Feb 2005 11:13:52 GMT Received: from csr.com (pws@localhost) by news01.csr.com (8.13.1/8.13.1/Submit) with ESMTP id j13BDpiu024579 for ; Thu, 3 Feb 2005 11:13:51 GMT Message-Id: <200502031113.j13BDpiu024579@news01.csr.com> X-Authentication-Warning: news01.csr.com: pws owned process doing -bs To: zsh-users@sunsite.dk (Zsh users list) Subject: zsh 4.2.4 Date: Thu, 03 Feb 2005 11:13:51 +0000 From: Peter Stephenson X-OriginalArrivalTime: 03 Feb 2005 11:13:56.0651 (UTC) FILETIME=[73E387B0:01C509E1] X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 I've uploaded version 4.2.4 of zsh to ftp.zsh.org. This fixes a few problems noticed in 4.2.3, two of which seemed worth a new version. - configure hung on recent versions of Cygwin. Finding a couple of optional packages on Cygwin (pcre and iconv) has also been improved. - The test operators -nt and -ot could cause an initialisation script (such as .zshrc) or another script or function to abort. This would happen in tests of the form [[ fileA -nt fileB ]] or [[ fileA -ot fileB ]] where fileA existed but fileB did not or its details could not be accessed. - A command like ENV1=val1 ENV2=val2 echo (where "echo" could be any builtin that should restore variables after execution) did not properly restore the values of the environment variables after the command finished. This has been present for a long time, but it happens to have been spotted between 4.2.3 and 4.2.4. -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************