aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e835da236..8c24a7e5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
1Wed Oct 23 00:00:00 UTC 2019
2 Remove setuid helpers. They never worked as intended. The
3 fixed version is not portable and the defacto good way to
4 handle this which is most portable is to let package managers
5 handle this (as they do right now, the good ones), and let
6 people handle this who read the documentation.
7 This commit removes what would be patched out by the majority
8 of package managers, which is setuid handling in Makefiles.
9 It is very likely that no one will notice this code is gone.
10 -ng0
11
1Thu Oct 17 00:00:00 UTC 2019 12Thu Oct 17 00:00:00 UTC 2019
2 Added support for doas, use it in some places conditionally 13 Added support for doas, use it in some places conditionally
3 if sudo is not present. Fixed sudo detection. -ng0 14 if sudo is not present. Fixed sudo detection. -ng0