1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-13 02:56:18 +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>
* unposted: Config/version.mk, NEWS, README: Test release:
5.5.1-test-1.
* 43331: Completion/Unix/Command/_diff3: Enhance positional
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
# `=' signs.
VERSION=5.5.1-dev-0
VERSION_DATE='April 17, 2018'
VERSION=5.5.1-test-1
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.
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
matching exclusively on space and tab, like for the other POSIX

7
README
View File

@ -5,13 +5,12 @@ THE Z SHELL (ZSH)
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
5.4.2 and minor fixes since 5.5. All zsh installations are encouraged
to upgrade.
5.5.1.5. All zsh installations are encouraged to upgrade.
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
--------------