summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.