From 32cd0290336aceff7e84506ab60a407cf65a8909 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 1 Aug 2020 19:44:05 +0300 Subject: Add TODO file --- TODO | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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. -- cgit v1.1