summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-04-08 19:19:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-04-08 19:19:36 +0300
commitba3258b954d669e8d5196308cac1e702f9353af0 (patch)
tree8e75e5722f9de0473418937a9ecb39ebc5fa0950 /TODO
parentbc421281715a472a4e03001c6bce0cbf476b65c4 (diff)
Release version 1.2.1100+2v1.2.1100+2
Fix libz/buildfile. Disable success build emails. Canonicalize license in package manifest. Make the .map and .def files prerequisites of the libs type target. Turn libz/LICENSE into symlink.
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 0 insertions, 12 deletions
diff --git a/TODO b/TODO
index 6ca67fb..da80960 100644
--- a/TODO
+++ b/TODO
@@ -1,17 +1,5 @@
On the revision:
-- Make the .map and .def files prerequisites of the libs type target and only
- on the respective OSes.
-
-- Fix the switch statements in the buildfiles, replacing 'switch $c.class,
- $tsys' with 'switch $c.class'.
-
-- Canonicalize the license in the package manifest.
-
-- Disable the success build emails.
-
-- Make libz/LICENSE a symlink to the file in the project root directory.
-
On the release:
- Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc).