1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

Release 4.3.2

This commit is contained in:
Peter Stephenson 2006-03-02 14:26:19 +00:00
parent e2cec6bdb9
commit b0923e4811
4 changed files with 16 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2006-03-01 Peter Stephenson <pws@csr.com>
* unposted: MACHINES, README, Config/version.mk: information
and version number for 4.3.2.
2006-03-01 Wayne Davison <wayned@users.sourceforge.net>
* 22313: Src/utils.c: added the missing "mod_export" to

View file

@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the
# `=' signs.
VERSION=4.3.1
VERSION_DATE='February 28, 2006'
VERSION=4.3.2
VERSION_DATE='March 2, 2006'

View file

@ -33,6 +33,8 @@ Apple: MacOS X/Darwin 10.x
10.3. This causes the tests starting `Y' in the Test directory to
fail, even though the features to be tested are working.
Reported to compile with no problems on 10.4.
Red Hat Inc.: Cygwin
Should build `out-of-the-box'. The compilation directory should
be on a file system mounted as binary (the mount command shows
@ -170,11 +172,15 @@ SIEMENS: SINIX
Note, that this version is obsolete and users are expected to
update to Reliant UNIX.
SGI: IRIX 6.2, 6.3, 6.5
[Out of date.]
SGI: IRIX 6.2, 6.3
[Out of date.]
Should build `out-of-the-box'.
SGI: IRIX 6.5
Should build `out-of-the-box'.
Use of gcc for compilation is recommended.
On 6.5.2, zsh malloc routines are reported not to work; also
full optimization (cc -O3 -OPT:Olimit=0) causes problems.

2
README
View file

@ -5,7 +5,7 @@ THE Z SHELL (ZSH)
Version
-------
This is version 4.3.1 of the shell. This is a development release,
This is version 4.3.2 of the shell. This is a development release,
but is believed to be reasonably stable. Sites where the users need to
edit command lines with multibyte characters (in particular UTF-8)
will probably want to upgrade.