about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOrlov Sergey <orlov.home@gmail.com>2017-04-04 22:43:47 +0300
committerPeter Stephenson <pws@zsh.org>2017-04-10 09:55:06 +0100
commita11b241d4a5ec7ee1009905372cf32fb4538fbb3 (patch)
tree5c1c34534ddaf9766d1a5dd21113bc849ac56034 /ChangeLog
parentca2a43f23c626b3299404af4c7121777a3f142f7 (diff)
downloadzsh-a11b241d4a5ec7ee1009905372cf32fb4538fbb3.tar.gz
zsh-a11b241d4a5ec7ee1009905372cf32fb4538fbb3.tar.xz
zsh-a11b241d4a5ec7ee1009905372cf32fb4538fbb3.zip
40935: User names need metafying.
On some systems they can contain 8-bit characters and on all systems
this is logically correct anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b232c16af..828b7064f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-04-10  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* Orlov Sergey: 40935: Src/utils.c: User names need metafying as
+	they can contain multibyte characters on some systems.
+
 2017-04-07  Bart Schaefer  <schaefer@zsh.org>
 
 	* 40940: Src/cond.c: untokenize names of condition features