blob: d1175b31ea479674ba1061a6f7932d9a95ba3b75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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.
|