summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--NEWS4
-rw-r--r--README6
5 files changed, 14 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index f9a2aa15d..eca61c227 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2025-04-20 Eric Cook <illua@users.sourceforge.net>
+ * unposted: Config/version.mk, Etc/FAQ.yo, NEWS, README: Test
+ release: zsh-5.9.0.2-test.
+
+
* 53463: Completion/Unix/Type/_hosts: allow overriding the default
matching control
diff --git a/Config/version.mk b/Config/version.mk
index e1b02e713..5706b9237 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.9.0.1-dev
-VERSION_DATE='May 15, 2022'
+VERSION=5.9.0.2-test
+VERSION_DATE='April 13, 2025'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 73442416c..1e4e6d76b 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -297,7 +297,7 @@ sect(On what machines will it run?)
sect(What's the latest version?)
- Zsh 5.9 is the latest production version. For details of all the
+ Zsh 5.10 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/NEWS b/NEWS
index 5bb9682db..7c5e1e06b 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ Note also the list of incompatibilities in the README file.
Changes since 5.9
-----------------
+zsh 5.10 is dedicated to the memory of Sebastian Gniazdowski, who was
+an enthusiastic new community member interested in making zsh easy to
+extend with community code/`plugins'.
+
Support for named references and namespaces has been added, similar to
those features in ksh but with some notable differences. The `nameref`
builtin and some ksh-equivalent namespace names are available by loading
diff --git a/README b/README
index 8c11e6833..4da92eee8 100644
--- a/README
+++ b/README
@@ -5,12 +5,12 @@ THE Z SHELL (ZSH)
Version
-------
-This is version 5.9 of the shell. This is a security and feature release.
-There are several visible improvements since 5.8.1, as well as bug fixes.
+This is version 5.10 of the shell. This is a security and feature release.
+There are several visible improvements since 5.9, as well as bug fixes.
All zsh installations are encouraged to upgrade as soon as possible.
Note in particular the changes highlighted under "Incompatibilities since
-5.8.1" below. See NEWS for more information.
+5.9" below. See NEWS for more information.
Installing Zsh
--------------