summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
----------------------------------------------