summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Config/version.mk4
-rw-r--r--NEWS12
3 files changed, 19 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d8da7055..a3e9a9bc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/Config/version.mk b/Config/version.mk
index 21613816e..349f6bf3e 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=4.3.5-dev-4
-VERSION_DATE='March 31, 2008'
+VERSION=4.3.6
+VERSION_DATE='April 2, 2008'
diff --git a/NEWS b/NEWS
index 3349e86a3..5ab7bd42d 100644
--- a/NEWS
+++ b/NEWS
@@ -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
----------------------------------------------