diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-15 10:08:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-15 10:08:38 +0200 |
commit | b10d71db702f7cbdae8c3e38593085f718770de2 (patch) | |
tree | ab8873e4b77cb39f55ba93ab0c43c4c94017d6ad | |
parent | 006b614a4e5422b75f78ca0654f068b17ecd300d (diff) |
Add NEWS files
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | buildfile | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -0,0 +1,10 @@ +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. @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file d = bpkg/ tests/ -./: $d doc{LICENSE README version} file{manifest} +./: $d doc{LICENSE NEWS README version} file{manifest} include $d doc{INSTALL*}: install = false |