summaryrefslogtreecommitdiff
path: root/Etc
diff options
context:
space:
mode:
Diffstat (limited to 'Etc')
-rw-r--r--Etc/.distfiles1
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--Etc/relnote_4.3.12.txt3
3 files changed, 5 insertions, 1 deletions
diff --git a/Etc/.distfiles b/Etc/.distfiles
index 22cabe7f2..1f31e7acb 100644
--- a/Etc/.distfiles
+++ b/Etc/.distfiles
@@ -20,5 +20,6 @@ relnote_4.3.7.txt
relnote_4.3.8.txt
relnote_4.3.9.txt
relnote_4.3.10.txt
+relnote_4.3.12.txt
zsh-development-guide
'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 509d924c5..b401c632e 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -302,7 +302,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.12; this contains support for multibyte character strings
+ version is 4.3.13; this contains support for multibyte character strings
(such as UTF-8 locales). All the main features for multibyte
support are now in place and this is likely soon to become the
stable series 4.4.
diff --git a/Etc/relnote_4.3.12.txt b/Etc/relnote_4.3.12.txt
new file mode 100644
index 000000000..2f60d97be
--- /dev/null
+++ b/Etc/relnote_4.3.12.txt
@@ -0,0 +1,3 @@
+Versions 4.3.12 largely contains bugfixes with a few minor additions.
+
+See the NEWS file for more detailed information.