about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-12-16 18:39:55 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-12-16 18:39:55 +0000
commit2908d73f6cc464d0e0c71745686b06f3f97d7542 (patch)
tree2556e6312f065c5952ff5a124e486ba79c7a16e3
parent4982fad0fc1bc782f1e75b9c637576e790fcacd3 (diff)
downloadzsh-2908d73f6cc464d0e0c71745686b06f3f97d7542.tar.gz
zsh-2908d73f6cc464d0e0c71745686b06f3f97d7542.tar.xz
zsh-2908d73f6cc464d0e0c71745686b06f3f97d7542.zip
unposted: update for 5.0.0-test-1
-rw-r--r--ChangeLog5
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo5
-rw-r--r--README13
4 files changed, 12 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 820feac15..a318c777c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2012-12-16  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
-	* unposted: README, Config/version.mk, Etc/FAQ.yo
+	* unposted: README, Config/version.mk, Etc/FAQ.yo for
+	5.0.0-test-1.
 
 2012-12-13  Peter Stephenson  <pws@csr.com>
 
@@ -378,5 +379,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5768 $
+* $Revision: 1.5769 $
 *****************************************************
diff --git a/Config/version.mk b/Config/version.mk
index 90b54bd9e..fb2d5dd7f 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=5.0.0-dev-0
-VERSION_DATE='July 27, 2012'
+VERSION=5.0.0-test-1
+VERSION_DATE='December 16, 2012'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index eb1399b0f..7c41ff53e 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -301,9 +301,8 @@ sect(On what machines will it run?)
 
 sect(What's the latest version?)
 
-  Zsh 5.0.0 is the latest production version, replacing the now
-  rather antiquated 4.2.7.  For details of all the changes, see
-  the NEWS file in the source distribution.
+  Zsh 5.0.1 is the latest production version.  For details of all the
+  changes, see the NEWS file in the source distribution.
 
   A beta of the next version is sometimes available.  Development of zsh is
   patch by patch, with each intermediate version publicly available.  Note
diff --git a/README b/README
index 7542f8d35..4c127f26a 100644
--- a/README
+++ b/README
@@ -5,11 +5,8 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.0.0 of the shell.  This is a stable release.
-There have been only incremental changes since the last development
-version, 4.3.17.  The new major version number represents the
-substantial changes since the 4.2 stable release series.  The
-changes are detailed in the file NEWS.
+This is version 5.0.1 of the shell.  This is a stable release.
+There are minor new features as well as bug fixes since 5.0.0.
 
 Installing Zsh
 --------------
@@ -56,9 +53,9 @@ with native zsh emulation options and run with those same options.  This
 is now the recommended way of ensuring a function is loaded and run with
 a consistent set of options.
 
-Note that the `autoload -z' has never affected the options applied when
-the function is loaded or run, only the effect of the KSH_AUTOLOAD
-option at the point the function is loaded.
+Note that the command `autoload -z' has never affected the options
+applied when the function is loaded or run, only the effect of the
+KSH_AUTOLOAD option at the point the function is loaded.
 
 Possible incompatibilities between 4.2 and 5.0
 ----------------------------------------------