aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-03-15 10:08:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-03-15 10:08:38 +0200
commitb10d71db702f7cbdae8c3e38593085f718770de2 (patch)
treeab8873e4b77cb39f55ba93ab0c43c4c94017d6ad
parent006b614a4e5422b75f78ca0654f068b17ecd300d (diff)
Add NEWS files
-rw-r--r--NEWS10
-rw-r--r--buildfile2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..b1e2143
--- /dev/null
+++ b/NEWS
@@ -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.
diff --git a/buildfile b/buildfile
index 92a454c..a75d807 100644
--- a/buildfile
+++ b/buildfile
@@ -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