about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenedikt Morbach <benedikt.morbach@googlemail.com>2018-04-10 14:41:58 +0200
committerPeter Stephenson <p.stephenson@samsung.com>2018-04-10 17:52:35 +0100
commit66f0e5c1acaad72fca70b04c712e49baabe0a1ba (patch)
tree92affca549f498d04aa8c5a0c50fa8dfb5863a36 /ChangeLog
parent913509741932798106bfb47075d1d20a8ced0c7c (diff)
downloadzsh-66f0e5c1acaad72fca70b04c712e49baabe0a1ba.tar.gz
zsh-66f0e5c1acaad72fca70b04c712e49baabe0a1ba.tar.xz
zsh-66f0e5c1acaad72fca70b04c712e49baabe0a1ba.zip
42618: support signal names from multiple include files.
Needed for glibc starting with 2.25.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72fecf86f..e41ca3474 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-04-10  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* Benedikt Morbach: 42618: configure.ac: support signal names
+	from multiple include files as needed for glibc 2.25.
+
 	* unposted: Config/version.mk: update dev version to 5.5-dev-0.
 
 2018-04-09  Eric Cook  <llua@gmx.com>