about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/relnote_4.3.7.txt16
3 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d55b0011..86f1ea3c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-28  Peter Stephenson  <pws@csr.com>
+
+	* unposted: Config/Version.mk, Etc/relnote_4.3.7.txt: Release
+	4.3.7
+
 2008-10-26  Clint Adams  <clint@zsh.org>
 
 	* 25934: Completion/Debian/Command/_bts: handle bts subscribe,
diff --git a/Config/version.mk b/Config/version.mk
index a7ceda055..0c766552c 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.6-dev-2
-VERSION_DATE='October 20, 2008'
+VERSION=4.3.7
+VERSION_DATE='October 28, 2008'
diff --git a/Etc/relnote_4.3.7.txt b/Etc/relnote_4.3.7.txt
new file mode 100644
index 000000000..3f514c116
--- /dev/null
+++ b/Etc/relnote_4.3.7.txt
@@ -0,0 +1,16 @@
+Version 4.3.7 adds various new features plus numerous bugfixes.
+
+Development of multibyte support has continued with the addition
+of the COMBINING_CHARS option to support combining characters in the line
+editor on terminals that handle this.
+
+Various additions have been made to support shell code debugging better.
+
+There is now additional support for highlighting and colouring of parts of
+the command line in the lined editor as well as builtin support for
+colouring in prompts etc.
+
+The syntax ~[...] provides a dynamic form of directory naming, based on a
+shell function.
+
+See the NEWS file for more detailed information.