aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-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.