diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-12-16 12:36:48 +0000 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-12-16 12:36:48 +0000 |
commit | 9dab7b9416fdf82d17893f040f90f936b773f85a (patch) | |
tree | f6bbb0230837d074683e3b94067725c909480116 | |
parent | 53be16d053328941f4738d83385a9c19b2c3776a (diff) |
misc: Initial changes for stable/2101 branchv21.01-rc1
Change-Id: Iff6360ced87bdded50ad3aa4a028d5373bac3e1d
Type: docs
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
-rw-r--r-- | .gitreview | 1 | ||||
-rw-r--r-- | RELEASE.md | 5 | ||||
-rw-r--r-- | doxygen/test_framework_doc.md | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/.gitreview b/.gitreview index 1db08df202d..bb1e9fe35e1 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.fd.io port=29418 project=vpp +defaultbranch=stable/2101 diff --git a/RELEASE.md b/RELEASE.md index dd9d48bf1ff..f1d997011ab 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,6 @@ # Release Notes {#release_notes} +* @subpage release_notes_2101 * @subpage release_notes_2009 * @subpage release_notes_20051 * @subpage release_notes_2005 @@ -30,6 +31,10 @@ * @subpage release_notes_1609 * @subpage release_notes_1606 +@page release_notes_2101 Release notes for VPP 21.01 + +TBD + @page release_notes_2009 Release notes for VPP 20.09 More than 458 commits since the previous release, including 266 fixes. diff --git a/doxygen/test_framework_doc.md b/doxygen/test_framework_doc.md index 22a68037d37..90d5394dfe9 100644 --- a/doxygen/test_framework_doc.md +++ b/doxygen/test_framework_doc.md @@ -4,6 +4,8 @@ Test Framework Documentation {#test_framework_doc} PyDoc generated documentation for the "make test" framework is available for the following releases: +- [Test framework documentation for VPP 21.01](https://docs.fd.io/vpp/21.01/vpp_make_test/html) +- [Test framework documentation for VPP 20.09](https://docs.fd.io/vpp/20.09/vpp_make_test/html) - [Test framework documentation for VPP 20.05](https://docs.fd.io/vpp/20.05/vpp_make_test/html) - [Test framework documentation for VPP 20.01](https://docs.fd.io/vpp/20.01/vpp_make_test/html) - [Test framework documentation for VPP 19.08](https://docs.fd.io/vpp/19.08/vpp_make_test/html) |