diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-08-25 22:37:23 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-08-25 22:37:23 +0000 |
| commit | ef61918398517473b9b594690a3be375f607cebe (patch) | |
| tree | b50dad539c7b87b2bd230ba1a8b8a9e7e474bf75 | |
| parent | unposted: Fix FAQ build, broken by 43184. (diff) | |
| download | zsh-ef61918398517473b9b594690a3be375f607cebe.tar zsh-ef61918398517473b9b594690a3be375f607cebe.tar.gz zsh-ef61918398517473b9b594690a3be375f607cebe.tar.bz2 zsh-ef61918398517473b9b594690a3be375f607cebe.tar.lz zsh-ef61918398517473b9b594690a3be375f607cebe.tar.xz zsh-ef61918398517473b9b594690a3be375f607cebe.tar.zst zsh-ef61918398517473b9b594690a3be375f607cebe.zip | |
Test release: 5.5.1-test-2.zsh-5.5.1-test-2
| -rw-r--r-- | Config/version.mk | 4 | ||||
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | README | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Config/version.mk b/Config/version.mk index eb4b7eaba..0bea45b5b 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.5.1-test-1 -VERSION_DATE='August 25, 2018' +VERSION=5.5.1-test-2 +VERSION_DATE='August 26, 2018' @@ -4,7 +4,7 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH Note also the list of incompatibilities in the README file. -Changes from 5.5.1 to 5.5.1-test-1 +Changes from 5.5.1 to 5.5.1-test-2 ---------------------------------- In shell patterns, [[:blank:]] now honours the locale instead of @@ -5,9 +5,9 @@ THE Z SHELL (ZSH) Version ------- -This is version 5.5.1-test-1 of the shell. This is a test release. There +This is version 5.5.1-test-2 of the shell. This is a test release. There are some significant bug fixes and a few user visible additions since -5.5.1.5. All zsh installations are encouraged to upgrade. +5.5.1. All zsh installations are encouraged to upgrade. Note in particular the changes highlighted under "Incompatibilities since 5.5.1" below. See NEWS for more information. |
