aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 19:28:27 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 22:57:52 +0200
commitf2ef1612613d5689be73e927cfaa28a1f750320b (patch)
tree293f65a84d936da5ffc8d9a7917526a1a0623d5e /ChangeLog
parent85a3f95a89ca392a3726f8d964024dfd10177e09 (diff)
downloadqpdf-f2ef1612613d5689be73e927cfaa28a1f750320b.tar.zst
Override umask on install (fixes #326)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d6a0862..57eeee97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2019-06-22 Jay Berkenbilt <ejb@ql.org>
+ * The "make install" target explicitly sets a mode rather than
+ relying the user's umask. Fixes #326.
+
* When a file has linearization warnings but no errors, qpdf
--check and --check-linearization now exit with code 3 instead
of 2. Fixes #50.