summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-03-31 15:03:07 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-03-31 15:03:07 +0000
commit1b3cb68d05c14df55fff23f8d355f46fc4056c68 (patch)
tree279b2d182abdaec31adbf33cffd2a1b157f63e79
parentcd002b398d9ebdbfe7590508766014e5ea4d5e2c (diff)
downloadzsh-1b3cb68d05c14df55fff23f8d355f46fc4056c68.tar.gz
zsh-1b3cb68d05c14df55fff23f8d355f46fc4056c68.zip
unposted: 4.3.5-dev-4
-rw-r--r--ChangeLog4
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/.distfiles1
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--Etc/relnote_4.3.6.txt (renamed from Etc/relnotes_4.3.6.txt)0
-rw-r--r--README2
6 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cb21e346..3aeead35d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-03-31 Peter Stephenson <pws@csr.com>
+ * 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/relnotes_4.3.6.txt b/Etc/relnote_4.3.6.txt
index 32ac311b9..32ac311b9 100644
--- a/Etc/relnotes_4.3.6.txt
+++ b/Etc/relnote_4.3.6.txt
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.