From 1b3cb68d05c14df55fff23f8d355f46fc4056c68 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 31 Mar 2008 15:03:07 +0000 Subject: unposted: 4.3.5-dev-4 --- ChangeLog | 4 ++++ Config/version.mk | 4 ++-- Etc/.distfiles | 1 + Etc/FAQ.yo | 2 +- Etc/relnote_4.3.6.txt | 19 +++++++++++++++++++ Etc/relnotes_4.3.6.txt | 19 ------------------- README | 2 +- 7 files changed, 28 insertions(+), 23 deletions(-) create mode 100644 Etc/relnote_4.3.6.txt delete mode 100644 Etc/relnotes_4.3.6.txt diff --git a/ChangeLog b/ChangeLog index 1cb21e346..3aeead35d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-03-31 Peter Stephenson + * unposted: README, Config/version.mk, Etc/.distfiles, Etc/FAQ.yo, + Etc/relnote{,s}_4.3.6.txt: 4.3.5-dev-4 and renumber for + 4.3.6. + * unposted: Functions/Calendar/calendar_show: if in KDE, use kdialog rather than xmessage. diff --git a/Config/version.mk b/Config/version.mk index b2fc9072a..21613816e 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-3 -VERSION_DATE='March 26, 2008' +VERSION=4.3.5-dev-4 +VERSION_DATE='March 31, 2008' diff --git a/Etc/.distfiles b/Etc/.distfiles index 0e831cc4b..cad0b3b6a 100644 --- a/Etc/.distfiles +++ b/Etc/.distfiles @@ -15,5 +15,6 @@ changelog2html.pl completion-style-guide pubring.pgp relnote_4.3.5.txt +relnote_4.3.6.txt zsh-development-guide ' diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index e2e835c0c..973393191 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -297,7 +297,7 @@ sect(On what machines will it run?) sect(What's the latest version?) Zsh 4.2.7 is the latest production version. The latest development - version is 4.3.5; this contains support for multibyte character strings + version is 4.3.6; this contains support for multibyte character strings (such as UTF-8 locales). All the main features for multibyte support are now in place, although there is some debugging work still to be done. diff --git a/Etc/relnote_4.3.6.txt b/Etc/relnote_4.3.6.txt new file mode 100644 index 000000000..32ac311b9 --- /dev/null +++ b/Etc/relnote_4.3.6.txt @@ -0,0 +1,19 @@ +Version 4.3.6 contains mostly bugfixes, but there are some small +improvements. No incompatibilities with previous versions are known. + +Visible changes in the shell and its modules since 4.3.5 include the +following: + +The parameter subscripting flag "e", which existed but had limited +usefulness, has been extended to allow reverse matching of strings instead +of patterns. For example, "${array[(ie)*]}" substitutes the index of the +array element that contains the exact string "*". In previous versions of +the shell a fairly hairy process was necessary to ensure pattern characters +were quoted. + +The cd, chdir, pushd and popd builtins now take the option -q (quiet) which +avoids side effects when changing directories, suppressing the effect of +the chpwd function, the chpwd_functions array and printing of the directory +stack. The last was already possible with the option PUSHD_SILENT, but in +previous versions of the shell there was no easy way of suppressing the +other side effects. diff --git a/Etc/relnotes_4.3.6.txt b/Etc/relnotes_4.3.6.txt deleted file mode 100644 index 32ac311b9..000000000 --- a/Etc/relnotes_4.3.6.txt +++ /dev/null @@ -1,19 +0,0 @@ -Version 4.3.6 contains mostly bugfixes, but there are some small -improvements. No incompatibilities with previous versions are known. - -Visible changes in the shell and its modules since 4.3.5 include the -following: - -The parameter subscripting flag "e", which existed but had limited -usefulness, has been extended to allow reverse matching of strings instead -of patterns. For example, "${array[(ie)*]}" substitutes the index of the -array element that contains the exact string "*". In previous versions of -the shell a fairly hairy process was necessary to ensure pattern characters -were quoted. - -The cd, chdir, pushd and popd builtins now take the option -q (quiet) which -avoids side effects when changing directories, suppressing the effect of -the chpwd function, the chpwd_functions array and printing of the directory -stack. The last was already possible with the option PUSHD_SILENT, but in -previous versions of the shell there was no easy way of suppressing the -other side effects. diff --git a/README b/README index 72310c363..882c4266d 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ THE Z SHELL (ZSH) Version ------- -This is version 4.3.5 of the shell. This is a development release, +This is version 4.3.6 of the shell. This is a development release, but is believed to be reasonably stable. Sites where the users need to edit command lines with multibyte characters (in particular UTF-8) will probably want to upgrade. -- cgit 1.4.1