summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-01-02 19:13:16 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-01-03 17:35:32 +0900
commitf0d03c82b539d9e4413c423a82fd342f82320c63 (patch)
tree6c30c7d3eb1bf54976166fb5b0029b170cb6876d /NEWS
parentdd92c25bb037c97ff0d1656f9a934e1249df46f4 (diff)
downloadbuildstream-f0d03c82b539d9e4413c423a82fd342f82320c63.tar.gz
Added MAINTAINERS, NEWS and BuildStream.doap1.0.0
Some basic module metadata before publishing the 1.0 release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 000000000..a710007ce
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,16 @@
+=================
+buildstream 1.0.0
+=================
+First stable release of BuildStream
+
+BuildStream 1.0.0 is all about API stability - for the past months we
+have been reviewing our various API surfaces, implementing strategies
+for revisioning of our interfaces and cleaning up. Long term stability
+is very important for build reproducibility over time, and this release
+is the first promise we are making on any API surfaces.
+
+Stable API surfaces include:
+ o The command line interface
+ o The YAML user configuration file format
+ o The YAML project `.bst` file format
+ o The core Python module imported by external plugins