1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-10 12:40:58 +02:00

unposted: Test release: 5.5.1-test-1.

This commit is contained in:
Daniel Shahaf 2018-08-25 17:56:35 +00:00
parent 1c5fb91e71
commit 17c0439936
4 changed files with 10 additions and 8 deletions

View file

@ -1,5 +1,8 @@
2018-08-25 Daniel Shahaf <d.s@daniel.shahaf.name> 2018-08-25 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Config/version.mk, NEWS, README: Test release:
5.5.1-test-1.
* 43331: Completion/Unix/Command/_diff3: Enhance positional * 43331: Completion/Unix/Command/_diff3: Enhance positional
argument descriptions (thanks, Oliver). argument descriptions (thanks, Oliver).

View file

@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the # This must also serve as a shell script, so do not add spaces around the
# `=' signs. # `=' signs.
VERSION=5.5.1-dev-0 VERSION=5.5.1-test-1
VERSION_DATE='April 17, 2018' VERSION_DATE='August 25, 2018'

4
NEWS
View file

@ -4,8 +4,8 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
Note also the list of incompatibilities in the README file. Note also the list of incompatibilities in the README file.
Changes from 5.5.1 to FIXME Changes from 5.5.1 to 5.5.1-test-1
--------------------------- ----------------------------------
In shell patterns, [[:blank:]] now honours the locale instead of In shell patterns, [[:blank:]] now honours the locale instead of
matching exclusively on space and tab, like for the other POSIX matching exclusively on space and tab, like for the other POSIX

7
README
View file

@ -5,13 +5,12 @@ THE Z SHELL (ZSH)
Version Version
------- -------
This is version 5.5.1 of the shell. This is a stable release. There This is version 5.5.1-test-1 of the shell. This is a test release. There
are some significant bug fixes and a few user visible additions since are some significant bug fixes and a few user visible additions since
5.4.2 and minor fixes since 5.5. All zsh installations are encouraged 5.5.1.5. All zsh installations are encouraged to upgrade.
to upgrade.
Note in particular the changes highlighted under "Incompatibilities since Note in particular the changes highlighted under "Incompatibilities since
5.4.2" below. See NEWS for more information. 5.5.1" below. See NEWS for more information.
Installing Zsh Installing Zsh
-------------- --------------