diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2011-12-01 10:02:04 +0100 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2011-12-01 10:02:04 +0100 |
commit | d8da5ea2f2bc5f837d0b364fff2636ebdb2f90ca (patch) | |
tree | 9fd9a57486ac4702608d92088ffd91f52971244f /Etc | |
parent | af2bb4fdb09414d21922d3fafe4e3a0ac1332f01 (diff) | |
parent | 9d71f4c207fb34e8d64af0443c83231b1cc3b494 (diff) | |
download | zsh-d8da5ea2f2bc5f837d0b364fff2636ebdb2f90ca.tar.gz zsh-d8da5ea2f2bc5f837d0b364fff2636ebdb2f90ca.zip |
Merge commit 'zsh-4.3.13' into debian
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/.distfiles | 1 | ||||
-rw-r--r-- | Etc/FAQ.yo | 2 | ||||
-rw-r--r-- | Etc/relnote_4.3.12.txt | 3 |
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. |