aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 19:44:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 21:40:11 +0300
commit32cd0290336aceff7e84506ab60a407cf65a8909 (patch)
treead1984a8d7787c13ca09995a6041bb681d594870
parentba822cbf3b374424c2eb3ac0d2b97a3a1da9a850 (diff)
Add TODO fileHEADmaster
-rw-r--r--TODO23
1 files changed, 22 insertions, 1 deletions
diff --git a/TODO b/TODO
index 07b0bcb..d1175b3 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,22 @@
-- Package libopenssl (or some replacement)
+On the revision:
+
+- Make the .def file a prerequisite of the libs type target.
+
+- Canonicalize the license in the package manifest.
+
+- Normalize C comments in the tests source code replacing
+
+ /*
+ * ...
+ */
+
+ with
+
+ /* ...
+ */
+
+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.