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

Release 4.3.7

This commit is contained in:
Peter Stephenson 2008-10-28 12:01:23 +00:00
parent 77e8622b38
commit b77f9505d8
3 changed files with 23 additions and 2 deletions

View File

@ -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,

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.6-dev-2
VERSION_DATE='October 20, 2008'
VERSION=4.3.7
VERSION_DATE='October 28, 2008'

16
Etc/relnote_4.3.7.txt Normal file
View File

@ -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.