From e5c24adc22ab2aaa6a1969799a5fb3d21dd1493c Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 24 Apr 2017 17:22:19 +0100 Subject: [PATCH] docs: add release calendar page and references to it Add a page that has information which release is expected when and associated information. Reference to it from the "Releasing process" and "Release notes" pages. v2: - Add Andres for 17.0.5 - Rework table format to include the branch (Eric) Signed-off-by: Emil Velikov Reviewed-by: Andres Gomez Reviewed-by: Eric Engestrom --- docs/contents.html | 1 + docs/release-calendar.html | 94 ++++++++++++++++++++++++++++++++++++++++++++++ docs/releasing.html | 3 ++ docs/relnotes/17.0.4.html | 7 ++++ docs/relnotes/17.1.0.html | 3 +- 5 files changed, 107 insertions(+), 1 deletion(-) create mode 100644 docs/release-calendar.html diff --git a/docs/contents.html b/docs/contents.html index 90a1a00..d545542 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -84,6 +84,7 @@
  • Coding Style
  • Submitting patches
  • Releasing process +
  • Release calendar
  • Source Documentation
  • GL Dispatch diff --git a/docs/release-calendar.html b/docs/release-calendar.html new file mode 100644 index 0000000..fa67987 --- /dev/null +++ b/docs/release-calendar.html @@ -0,0 +1,94 @@ + + + + + Releasing process + + + + +
    +

    The Mesa 3D Graphics Library

    +
    + + +
    + +

    Overview

    + +

    +Mesa provides feature/development and stable releases. +

    +

    +The table below lists the date and release manager that is expected to do the +specific release. +
    +Take a look here +if you'd like to nominate a patch in the next stable release. +

    + +

    Calendar

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    BranchExpected dateReleaseRelease managerNotes
    17.02017-04-2817.0.5Andres Gomez
    2017-05-1217.0.6Emil Velikov
    2017-05-2617.0.7Emil VelikovFinal planned release for the 17.0 series
    17.12017-04-2817.1.0-rc3Emil Velikov
    2017-05-0517.1.0-rc4Emil VelikovMay be promoted to 17.1.0 final
    2017-05-1917.1.1Emil Velikov
    2017-06-0217.1.2Emil Velikov
    2017-06-1617.1.3Emil Velikov
    + +
    + + diff --git a/docs/releasing.html b/docs/releasing.html index fc7f2a5..15df022 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -53,6 +53,9 @@ For example:

    Releases should happen on Fridays. Delays can occur although those should be keep to a minimum. +
    +See our calendar for the +date and other details for individual releases.

    Feature releases

    diff --git a/docs/relnotes/17.0.4.html b/docs/relnotes/17.0.4.html index 2e2ca9b..16629d1 100644 --- a/docs/relnotes/17.0.4.html +++ b/docs/relnotes/17.0.4.html @@ -36,6 +36,13 @@ c4c34ba05d48f76b45bc05bc4b6e9242077f403d63c4f0c355c7b07786de233e mesa-17.0.4.ta +

    Next release

    +

    +Mesa 17.0.5 is expected in approximatelly two weeks. See the release +calendar +for details. +

    +

    New features

    None

    diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html index e7cfe38..4f89c56 100644 --- a/docs/relnotes/17.1.0.html +++ b/docs/relnotes/17.1.0.html @@ -19,7 +19,8 @@

    Mesa 17.1.0 is a new development release. People who are concerned with stability and reliability should stick -with a previous release or wait for Mesa 17.1.1. +with a previous release or wait for +Mesa 17.1.1.

    Mesa 17.1.0 implements the OpenGL 4.5 API, but the version reported by -- 2.7.4