about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-12-16 10:18:41 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-12-16 10:18:41 +0000
commit750ec0fe1b2e357cd8bb6054849bb656e96fa6d0 (patch)
tree9344f005b939e716ce72759683030ac6d2cac199
parent66152e8adad7b00935c0b5fbe0cf0a7df3c639c7 (diff)
downloadzsh-750ec0fe1b2e357cd8bb6054849bb656e96fa6d0.tar.gz
zsh-750ec0fe1b2e357cd8bb6054849bb656e96fa6d0.tar.xz
zsh-750ec0fe1b2e357cd8bb6054849bb656e96fa6d0.zip
unposted: update for 4.3.10-test-3 zsh-4.3.10-test-3
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Debian/Command/.distfiles1
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo9
-rw-r--r--README4
5 files changed, 15 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d7a8104e..2c49528ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-16  Peter Stephenson  <pws@csr.com>
+
+	* unposted: README, Config/version.mk, Etc/FAQ.yo,
+	Completion/Debian/Command/.distfiles: update for 4.3.10-test-3.
+
 2010-12-14  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 28530: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:
@@ -13963,5 +13968,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5152 $
+* $Revision: 1.5153 $
 *****************************************************
diff --git a/Completion/Debian/Command/.distfiles b/Completion/Debian/Command/.distfiles
index 01cb2cae4..772d08089 100644
--- a/Completion/Debian/Command/.distfiles
+++ b/Completion/Debian/Command/.distfiles
@@ -27,6 +27,7 @@ _dpkg-repack
 _dpkg_source
 _dput
 _dupload
+_git-buildpackage
 _invoke-rc.d
 _lighttpd
 _linda
diff --git a/Config/version.mk b/Config/version.mk
index 0be237857..5f80687ca 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.10-dev-2
-VERSION_DATE='July 25, 2010'
+VERSION=4.3.10-test-3
+VERSION_DATE='December 16, 2010'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 808b88cab..a74d62ac5 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -297,13 +297,12 @@ 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.10; this contains support for multibyte character strings
+  version is 4.3.11; 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.
+  support are now in place and this is likely soon to become the
+  stable series 4.4.
 
-  There will not be any further 4.0 releases now that 4.2 has become
-  the stable version.
+  There will not be any further 4.2 releases.
 
   A beta of the next version is sometimes available.  Development of zsh is
   patch by patch, with each intermediate version publicly available.  Note
diff --git a/README b/README
index 4e8d478ec..94f7cb028 100644
--- a/README
+++ b/README
@@ -5,11 +5,11 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 4.3.10 of the shell.  This is a development release,
+This is version 4.3.11 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.  The previous widely released version
-of the shell was 4.3.9.
+of the shell was 4.3.10.
 
 Installing Zsh
 --------------