summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-12-05 13:47:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-12-05 13:47:20 +0300
commit0f00acbca40c056dcbba89423ac88dd819d222d9 (patch)
treebc17a4a44aa651d0cb647ecca2f318646fb21e8d /TODO
parentab06271eef2a9d595481c98cdad7e5219bf76067 (diff)
Release version 8.0.15+12v8.0.15+12
Define HAVE_STRLCAT on Linux if GNU libc is 2.38 or newer. Fix link order so that libraries are linked after all object files. Switch to using -pthread instead of -D_REENTRANT/-lpthread in buildfiles and bump build2 version requirement to 0.15.0. Use legal{} target type for legal documentation (LICENSE, etc).
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO
index da80960..abba7e5 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,5 @@ On the revision:
On the release:
-- Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc).
-
- Note that this requires bumping build2 version requirement to 0.13.0.
+ Note that here we record items that require bumping build2 version
+ requirement to the latest released version of the toolchain.