summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2017-08-25 19:35:05 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2017-08-25 19:35:05 +0100
commit0e7186f4434a2aaa02735c9b325b40df3b480839 (patch)
treef4139cca1269aff653c7451f99c7072d0f7492af
parentdd2e003c8e1d591d931dd3b1e7d0a0cec474704a (diff)
downloadzsh-0e7186f4434a2aaa02735c9b325b40df3b480839.tar.gz
zsh-0e7186f4434a2aaa02735c9b325b40df3b480839.zip
41599: info updates for 5.4.2
-rw-r--r--ChangeLog6
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--README10
3 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index ea4dc078f..70b9eebec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-25 Peter Stephenson <p.w.stephenson@ntlworld.com>
+
+ * 41599: README, Etc/FAQ.yo: updates for 5.4.2.
+
2017-08-25 William da Silva <w.vigolodasilva@gmail.com>
* 41602 (tweaked): Completion/Unix/Command/_gpg: Improve wording
@@ -6,7 +10,7 @@
2017-08-25 Oliver Kiddle <opk@zsh.org>
* 41601: Completion/Unix/Command/_arp,
- Completion/Unix/Command/_route: handle system differences
+ Completion/Unix/Command/_route: handle system differenceas
in arp completion and add function for route
* 41600: Completion/Unix/Command/_mpc: fix quoting of
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 689b90022..adde2d56c 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -306,7 +306,7 @@ sect(On what machines will it run?)
sect(What's the latest version?)
- Zsh 5.4.1 is the latest production version. For details of all the
+ Zsh 5.4.2 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
diff --git a/README b/README
index d59ddfebb..e22cfc12e 100644
--- a/README
+++ b/README
@@ -5,11 +5,11 @@ THE Z SHELL (ZSH)
Version
-------
-This is version 5.4.1 of the shell. This is a stable release. There
-are a few visible improvements since 5.3.1, the last widely released
-version, as well as many bugfixes. Note in particular the changs
-highlighted under "Incompatibilites since 5.3.1" below. See NEWS for
-more information.
+This is version 5.4.2 of the shell. This is a stable release. There
+are some significant bug fixes over 5.4.1 and a few visible improvements
+since 5.3.1, the previous widely released version, as well as many
+bug fixes. Note in particular the changs highlighted under
+"Incompatibilites since 5.3.1" below. See NEWS for more information.
Installing Zsh
--------------