summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2018-03-24 15:11:19 +0100
committerOliver Kiddle <okiddle@yahoo.co.uk>2018-03-24 15:11:19 +0100
commita2459bee7971a46573e9b06b93013336ef6b9651 (patch)
tree362d45dab54f1999cee810dfba2f2109628ec7a9 /ChangeLog
parent259ac472eac291c8c103c7a0d8a4eaf3c2942ed7 (diff)
downloadzsh-a2459bee7971a46573e9b06b93013336ef6b9651.tar.gz
zsh-a2459bee7971a46573e9b06b93013336ef6b9651.tar.xz
zsh-a2459bee7971a46573e9b06b93013336ef6b9651.zip
42521 based on 42049 (SATOH Fumiyasu): fix finding of includes in make completion
make always includes relative to the current directory rather than
relative to the including Makefile.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c1806cf7..78ebfcbfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2018-03-24  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
+	* 42521 based on 42049 (SATOH Fumiyasu):
+	Completion/Unix/Command/_make: make always includes relative
+	to the current directory rather than relative to the Makefile
+
 	* 42519, CVE-2018-1083: Src/Zle/compctl.c: check bounds on
 	PATH_MAX-sized buffer used for file completion candidates