diff options
author | Eric Cook <illua@users.sourceforge.net> | 2025-04-20 20:40:22 -0400 |
---|---|---|
committer | Eric Cook <illua@users.sourceforge.net> | 2025-04-20 20:40:42 -0400 |
commit | dd21cda278a64d1949c284282d7305ea22564052 (patch) | |
tree | f3485313926469263f3a97a6226ca6894eff3eed | |
parent | b86f5d4c62cc44cd4faa5954f03d0da094e5c513 (diff) | |
download | zsh-dd21cda278a64d1949c284282d7305ea22564052.tar.gz zsh-dd21cda278a64d1949c284282d7305ea22564052.zip |
unposted: Test release: zsh-5.9.0.2-test.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Config/version.mk | 4 | ||||
-rw-r--r-- | Etc/FAQ.yo | 2 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | README | 6 |
5 files changed, 14 insertions, 6 deletions
@@ -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 @@ -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 @@ -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 -------------- |