summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@intel.com>2014-07-17 10:14:12 +0800
committerZhigang Gong <zhigang.gong@intel.com>2014-07-17 10:14:57 +0800
commitadb2ad639d0d09f66b7fdd1d615aad6f28de618b (patch)
treedb2158e1904ff077c46a4118dbaeb87a322d6e75 /docs
parentcf958f67a9c8fda8b49e71e751d5f6e2137e3e0b (diff)
docs: add a NEWS document to point to the release notes pages.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Beignet.mdwn4
-rw-r--r--docs/NEWS.mdwn10
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/Beignet.mdwn b/docs/Beignet.mdwn
index f2711782..6d32c9b0 100644
--- a/docs/Beignet.mdwn
+++ b/docs/Beignet.mdwn
@@ -9,6 +9,10 @@ the programs and run them on the GPU. The code base also contains the compiler
part of the stack which is included in `backend/`. For more specific information
about the compiler, please refer to `backend/README.md`
+News
+----
+[[Beignet project news|Beignet/NEWS]]
+
Prerequisite
------------
diff --git a/docs/NEWS.mdwn b/docs/NEWS.mdwn
new file mode 100644
index 00000000..5024d642
--- /dev/null
+++ b/docs/NEWS.mdwn
@@ -0,0 +1,10 @@
+# News
+
+## July 4, 2014
+[Beignet 0.9.1](https://01.org/zh/beignet/downloads/beignet-0.9.1-2014-07-04) is released. This is a bug-fix release.
+
+## June 26, 2014
+[Beignet 0.9.0](https://01.org/zh/beignet/downloads/beignet-0.9-2014-06-26) is released. This is a major release. Please see the release notes for more information.
+
+## Feb 12, 2014
+[Beignet 0.8.0](https://01.org/zh/beignet/downloads/2014/beignet-0.8.0-2014-02-12) is released. This is a major release. Please see the release notes for more information.