summaryrefslogtreecommitdiff
path: root/TODO
blob: a8292a7c3445ec84d0761049bac209b958f42806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
On the revision:

- Make the .def file a prerequisite of the libs type target and only for
  Windows.

- Canonicalize the license in the package manifest.

- Normalize C comments in the tests source code:

  Replace

  /*
   * ...
   */

  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.