From b77f9505d813016d9ad44e5e9832dcf1fb2a6d03 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 28 Oct 2008 12:01:23 +0000 Subject: Release 4.3.7 --- ChangeLog | 5 +++++ Config/version.mk | 4 ++-- Etc/relnote_4.3.7.txt | 16 ++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 Etc/relnote_4.3.7.txt diff --git a/ChangeLog b/ChangeLog index 5d55b0011..86f1ea3c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-28 Peter Stephenson + + * unposted: Config/Version.mk, Etc/relnote_4.3.7.txt: Release + 4.3.7 + 2008-10-26 Clint Adams * 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. -- cgit 1.4.1