zsh-users
 help / color / mirror / code / Atom feed
* zsh 4.2.4
@ 2005-02-03 11:13 Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 2005-02-03 11:13 UTC (permalink / raw)
  To: Zsh users list

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@csr.com>                  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.
**********************************************************************


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-03 11:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-03 11:13 zsh 4.2.4 Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).