unposted: update for 5.0.0-test-1

interrupt_abort
Peter Stephenson 12 years ago
parent 4982fad0fc
commit 2908d73f6c

@ -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 $
*****************************************************

@ -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'

@ -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

@ -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
----------------------------------------------

Loading…
Cancel
Save