From f6ade50594d558641f92bb167694d60532aa1045 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 1 Aug 2020 18:56:06 +0300 Subject: Add TODO file --- TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..384c6b8 --- /dev/null +++ b/TODO @@ -0,0 +1,12 @@ +On the revision: + +- Disable the success build emails. + +- Fix the switch statements in the buildfiles, replacing 'switch $cxx.class, + $tsys' with 'switch $cxx.class'. + +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