mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-16 08:48:06 +02:00
unposted: Test release: zsh-5.9.0.2-test.
This commit is contained in:
parent
b86f5d4c62
commit
dd21cda278
5 changed files with 14 additions and 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
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
4
NEWS
4
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
|
||||
|
|
6
README
6
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
|
||||
--------------
|
||||
|
|
Loading…
Reference in a new issue