mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 15:01:40 +02:00
35009: updates for 5.0.8
This commit is contained in:
parent
938751d263
commit
b29278c69a
3 changed files with 10 additions and 11 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2015-05-01 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* 35009: README, Etc/FAQ.yo: updates for 5.0.8.
|
||||||
|
|
||||||
2015-05-01 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
2015-05-01 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||||
|
|
||||||
* 35008: Doc/Zsh/builtins.yo: clarify description of 'exec' and
|
* 35008: Doc/Zsh/builtins.yo: clarify description of 'exec' and
|
||||||
|
|
|
@ -302,7 +302,7 @@ sect(On what machines will it run?)
|
||||||
|
|
||||||
sect(What's the latest version?)
|
sect(What's the latest version?)
|
||||||
|
|
||||||
Zsh 5.0.7 is the latest production version. For details of all the
|
Zsh 5.0.8 is the latest production version. For details of all the
|
||||||
changes, see the NEWS file in the source distribution.
|
changes, see the NEWS file in the source distribution.
|
||||||
|
|
||||||
A beta of the next version is sometimes available. Development of zsh is
|
A beta of the next version is sometimes available. Development of zsh is
|
||||||
|
|
15
README
15
README
|
@ -5,16 +5,11 @@ THE Z SHELL (ZSH)
|
||||||
Version
|
Version
|
||||||
-------
|
-------
|
||||||
|
|
||||||
This is version 5.0.7 of the shell. This is a stable release.
|
This is version 5.0.8 of the shell. This is a stable release.
|
||||||
There are minor new features as well as bug fixes since 5.0.6.
|
There are no significant new features since 5.0.7, but there
|
||||||
|
are many bugfixes and some significant internal improvements, notably
|
||||||
Note in particular there is a security fix to disallow evaluation of the
|
a more predictable effect for keyboard interrupts and proper parsing
|
||||||
initial values of integer variables imported from the environment (they
|
of $(...) expressions.
|
||||||
are instead treated as literal numbers). That could allow local
|
|
||||||
privilege escalation, under some specific and atypical conditions where
|
|
||||||
zsh is being invoked in privilege elevation contexts when the
|
|
||||||
environment has not been properly sanitized, such as when zsh is invoked
|
|
||||||
by sudo on systems where "env_reset" has been disabled.
|
|
||||||
|
|
||||||
Installing Zsh
|
Installing Zsh
|
||||||
--------------
|
--------------
|
||||||
|
|
Loading…
Reference in a new issue