about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-03-02 14:26:19 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-03-02 14:26:19 +0000
commitb0923e4811f9cebd69c456c90ac79db832e8dc13 (patch)
tree6b41657d7173da2da1027e89eecdd7ab81ea550b
parente2cec6bdb9b9ddd10b6b2d9f0e72ae0403c15584 (diff)
downloadzsh-4.3.2.tar.gz
zsh-4.3.2.tar.xz
zsh-4.3.2.zip
Release 4.3.2 zsh-4.3.2
-rw-r--r--ChangeLog5
-rw-r--r--Config/version.mk4
-rw-r--r--MACHINES10
-rw-r--r--README2
4 files changed, 16 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 167189cd5..8d8cf8ba5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/Config/version.mk b/Config/version.mk
index c23109874..348ae8c6b 100644
--- a/Config/version.mk
+++ b/Config/version.mk
@@ -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'
diff --git a/MACHINES b/MACHINES
index 2f44f7629..820e3655a 100644
--- a/MACHINES
+++ b/MACHINES
@@ -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,10 +172,14 @@ 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.
diff --git a/README b/README
index 2ff70402b..f803fe4ae 100644
--- a/README
+++ b/README
@@ -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.