summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-04-16 13:21:24 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-04-16 13:21:24 +0000
commitf48fa9eb9d66bb225ef2529186b8d7048ea3b2ba (patch)
treebd6d0a110ab1e72b5d526eb65702b02313fbe330 /ChangeLog
parent23278: fix NUMERICGLOBSORT, broken by multibyte fixes (diff)
downloadzsh-4.3.3.tar
zsh-4.3.3.tar.gz
zsh-4.3.3.tar.bz2
zsh-4.3.3.tar.lz
zsh-4.3.3.tar.xz
zsh-4.3.3.tar.zst
zsh-4.3.3.zip
unposted: prepare for release of 4.3.3zsh-4.3.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a7d28c7e..97c2386a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-16 Peter Stephenson <pws@csr.com>
+
+ * unposted: ChangeLog, README, Completion/Base/Utility/.distfiles,
+ Config/version.mk, Functions/Calendar/.distfiles,
+ Functions/Misc/.distfiles, Src/.distfiles, Src/sort.c,
+ Src/utils.c: prepare for release of 4.3.3.
+
2007-04-15 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 23278: Src/sort.c, Test/D07multibyte.ztst: Fix
@@ -1990,7 +1997,7 @@
* 22301: Completion/Base/Completer/_expand: enable alises for the
expansion of $(...) and `...`.
-
+
* 22271 (updated): Src/subst.c, Src/linklist.c, Src/zsh.h: got rid
of the mult_isarr global from subst.c by using the LinkList's new
flag integer.