aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 76b81e075..c719c4b37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
1Fri Oct 25 00:00:00 UTC 2019
2 Dropped glpk dependency(-check). -ng0
3
4Wed Oct 23 00:00:00 UTC 2019
5 Remove setuid helpers. They never worked as intended. The
6 fixed version is not portable and the defacto good way to
7 handle this which is most portable is to let package managers
8 handle this (as they do right now, the good ones), and let
9 people handle this who read the documentation.
10 This commit removes what would be patched out by the majority
11 of package managers, which is setuid handling in Makefiles.
12 It is very likely that no one will notice this code is gone.
13 -ng0
14
15Thu Oct 17 00:00:00 UTC 2019
16 Added support for doas, use it in some places conditionally
17 if sudo is not present. Fixed sudo detection. -ng0
18
19Mon Oct 14 00:00:00 UTC 2019
20 Added 'pretty' make rule to run uncrustify over the source tree.
21 -ng0
22
1Mon Sep 16 00:00:00 UTC 2019 23Mon Sep 16 00:00:00 UTC 2019
2 Remove checks for CXX and CPP. Scans found no 24 Remove checks for CXX and CPP. Scans found no
3 (remaining) cxx code. ccache with clang on 25 (remaining) cxx code. ccache with clang on
@@ -5,7 +27,7 @@ Mon Sep 16 00:00:00 UTC 2019
5 27
6Mon Sep 10 00:00:00 UTC 2019 28Mon Sep 10 00:00:00 UTC 2019
7 Drop win32 and mingw support after discussion with 29 Drop win32 and mingw support after discussion with
8 Christian. It has been unmaintained in out code base 30 Christian. It has been unmaintained in our code base
9 for years and there are no known users. 31 for years and there are no known users.
10 Future implementors for Windows 10 support can 32 Future implementors for Windows 10 support can
11 refer to this commit as reference. -ng0 33 refer to this commit as reference. -ng0