1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-26 18:06:05 +02:00

unposted: release 4.3.6

This commit is contained in:
Peter Stephenson 2008-04-02 10:24:49 +00:00
parent abb9900ac7
commit 08506bdf67
3 changed files with 19 additions and 3 deletions

View File

@ -1,6 +1,10 @@
2008-04-02 Peter Stephenson <pws@csr.com>
* unposted: NEWS, Config/version.mk: Release 4.3.6.
2008-04-01 Peter Stephenson <pws@csr.com>
* unposet: Doc/Zsh/compsys.yo, Doc/Zsh/contrib.yo: need tt(--) ->
* unposted: Doc/Zsh/compsys.yo, Doc/Zsh/contrib.yo: need tt(--) ->
tt(-)tt(-). Plus other minor typos.
* unposted: (spotted by Ismail): Doc/Zsh/compsys.yo: typo.

View File

@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the
# `=' signs.
VERSION=4.3.5-dev-4
VERSION_DATE='March 31, 2008'
VERSION=4.3.6
VERSION_DATE='April 2, 2008'

12
NEWS
View File

@ -4,6 +4,18 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
Note also the list of incompatibilities in the README file.
Major changes between versions 4.3.5 and 4.3.6
----------------------------------------------
cd, chdir, pushd and popd now take a -q option to suppress side effects
including printing the directory stack (for pushd and popd) and executing
the chpwd hook functions (for all four).
The parameter subscript (e) flag now forces the argument to be treated
as a string where it would previously have been treated as a pattern,
for example ${array[(ie)*]} substitutes the index of the element whose
value is "*".
Major changes between versions 4.3.4 and 4.3.5
----------------------------------------------