blob: a8a32e67d05fdb234da0f2d5818b16bfcced65ba (
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
26
27
28
29
30
31
32
|
Version 0.6.0
* Support for build-include and build-exclude manifest values.
* Support for doc-url and src-url manifest values.
* Support for escaping semicolon in values that support comments.
Version 0.5.0
* Support for build-email value in package manifest.
* Maximum version component limit has been increased to 16 characters.
Version 0.4.0
* Add signature_manifest class.
* Add repository_manifest::certificate.
* When calculating repository canonical name, do not strip the prefix if
the resulting name will be empty (e.g., /var/bpkg/1).
Version 0.3.0
* Reimplement *-file manifest values as C++11 unions.
* Add support for comments in the repository manifest email values.
Version 0.2.0
* First public release.
|