about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--Completion/Base/Completer/.distfiles1
-rw-r--r--Completion/Linux/Command/.distfiles1
-rw-r--r--Completion/Unix/Command/.distfiles2
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/.distfiles4
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--Functions/Zle/.distfiles1
-rw-r--r--NEWS6
-rw-r--r--README6
10 files changed, 28 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f50392df..c772b0670 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-08-10  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* unposted: Completion/Base/Completer/.distfiles,
+	Completion/Linux/Command/.distfiles,
+	Completion/Unix/Command/.distfiles, Config/version.mk,
+	Etc/.distfiles, Etc/FAQ.yo, Functions/Zle/.distfiles, NEWS,
+	README: updates for 5.0.5-dev-1 and 5.0.6 release.
+
 2014-08-10  Axel Beckert  <abe@deuxchevaux.org>
 
 	* unposted: Doc/Zsh/expn.yo: Fix typo.
diff --git a/Completion/Base/Completer/.distfiles b/Completion/Base/Completer/.distfiles
index 3030142de..804c57990 100644
--- a/Completion/Base/Completer/.distfiles
+++ b/Completion/Base/Completer/.distfiles
@@ -6,6 +6,7 @@ _complete
 _correct
 _expand
 _expand_alias
+_extensions
 _history
 _ignored
 _list
diff --git a/Completion/Linux/Command/.distfiles b/Completion/Linux/Command/.distfiles
index f7861b3a2..7ae5cf91e 100644
--- a/Completion/Linux/Command/.distfiles
+++ b/Completion/Linux/Command/.distfiles
@@ -26,6 +26,7 @@ _schedtool
 _ss
 _sshfs
 _strace
+_sysstat
 _tpb
 _tpconfig
 _tune2fs
diff --git a/Completion/Unix/Command/.distfiles b/Completion/Unix/Command/.distfiles
index 9a1cf0acd..fe810e1c4 100644
--- a/Completion/Unix/Command/.distfiles
+++ b/Completion/Unix/Command/.distfiles
@@ -16,6 +16,7 @@ _baz
 _bison
 _bittorrent
 _bogofilter
+_bpython
 _bzip2
 _bzr
 _cal
@@ -137,6 +138,7 @@ _mh
 _mkdir
 _module
 _monotone
+_moosic
 _mosh
 _mount
 _mpc
diff --git a/Config/version.mk b/Config/version.mk
index 9c17c930c..f369c18e6 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=5.0.5-dev-0
-VERSION_DATE='January 6, 2014'
+VERSION=5.0.5-dev-1
+VERSION_DATE='August 10, 2014'
diff --git a/Etc/.distfiles b/Etc/.distfiles
index 2f9d7cd12..8c1218e72 100644
--- a/Etc/.distfiles
+++ b/Etc/.distfiles
@@ -26,3 +26,7 @@ relnote_4.3.12.txt
 relnote_5.0.0.txt
 zsh-development-guide
 '
+
+DISTFILES_DOC='
+FAQ*.html
+'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 82053d003..ed703c68b 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 5.0.5 is the latest production version.  For details of all the
+  Zsh 5.0.6 is the latest production version.  For details of all the
   changes, see the NEWS file in the source distribution.
 
   A beta of the next version is sometimes available.  Development of zsh is
diff --git a/Functions/Zle/.distfiles b/Functions/Zle/.distfiles
index b43476032..90a07690b 100644
--- a/Functions/Zle/.distfiles
+++ b/Functions/Zle/.distfiles
@@ -32,6 +32,7 @@ narrow-to-region-invisible
 predict-on
 quote-and-complete-word
 read-from-minibuffer
+replace-argument
 replace-string
 replace-string-again
 select-word-style
diff --git a/NEWS b/NEWS
index 98dc0437a..c5e226a24 100644
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,12 @@ values of N still count the space used since the start of the prompt).
 In PS1 and PROMPT, this counts to the right margin, whereas in RPS1 and
 RPROMPT, it counts to the left margin (not to the opposite prompt).
 
+Another new prompt feature is the %. escape within time strings, for
+example %D{%H:%M:%S.%.}.  It provides zero-padded decimal fractions of
+second; by default milliseconds are shown, but the number of digits may
+be indicated from 1 to 6, e.g. "%6.".  (Note this is part of the
+extensions to strftime() formats rather of basic prompt escapes.)
+
 
 Changes between 4.2 and 5.0.0
 -----------------------------
diff --git a/README b/README
index 09e96e8f9..198e4c8ff 100644
--- a/README
+++ b/README
@@ -5,10 +5,8 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.0.5 of the shell.  This is a stable release.
-There are minor new features as well as bug fixes since 5.0.2.
-5.0.3 and 5.0.4 were short-lived releases with most of the features of
-5.0.5 that were replaced owing to significant bugs.
+This is version 5.0.6 of the shell.  This is a stable release.
+There are minor new features as well as bug fixes since 5.0.5.
 
 Installing Zsh
 --------------