Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

zsh 4.2.4



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 <pws@xxxxxxx>                  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.
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author