about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-08-24 10:49:18 +0100
committerPeter Stephenson <pws@zsh.org>2015-08-24 10:49:18 +0100
commit3698baaadadfc0f65d818f9d383b67a151e42106 (patch)
tree322a49c4bc01369a8fa2d39c8624146ec9a0b50f
parent2bc4680e3b3973451b9449f970de35afdb105c37 (diff)
downloadzsh-3698baaadadfc0f65d818f9d383b67a151e42106.tar.gz
zsh-3698baaadadfc0f65d818f9d383b67a151e42106.tar.xz
zsh-3698baaadadfc0f65d818f9d383b67a151e42106.zip
unposted: replace version 5.0.9 with 5.1 in FAQ
-rw-r--r--ChangeLog4
-rw-r--r--Etc/FAQ.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a42d76487..7cf645d84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-24  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* unposted: Etc/FAQ.yo: replace 5.0.9 with 5.1.
+
 2015-08-23  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* users/20455: Src/Modules/zpty.c: do not use posix_openpt()
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 9b7e558a6..3188c95c6 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -1730,7 +1730,7 @@ sect(What's wrong with cut and paste on my xterm?)
      read; all input is read as continuation lines (this may require the
      fixes referred to above in order to be reliable).
 
-     As of 5.0.9, this trick is not necessary on terminal emulators that
+     As of 5.1, this trick is not necessary on terminal emulators that
      support the em(bracketed paste) feature (this includes most modern
      terminal emulators).  See the description of tt($zle_bracketed_paste)
      in the tt(zshparam) manual page for details.