Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

release-calendar.html 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  5. <title>Release Calendar</title>
  6. <link rel="stylesheet" type="text/css" href="mesa.css">
  7. </head>
  8. <body>
  9. <div class="header">
  10. The Mesa 3D Graphics Library
  11. </div>
  12. <iframe src="contents.html"></iframe>
  13. <div class="content">
  14. <h1>Release Calendar</h1>
  15. <h2>Overview</h2>
  16. <p>
  17. Mesa provides feature/development and stable releases.
  18. </p>
  19. <p>
  20. The table below lists the date and release manager that is expected to do the
  21. specific release.
  22. </p>
  23. <p>
  24. Regular updates will ensure that the schedule for the current and the next two
  25. feature releases are shown in the table.
  26. </p>
  27. <p>
  28. In order to keep the whole releasing team up to date with the tools used, best
  29. practices and other details, the member in charge of the next feature release
  30. will be in constant rotation.
  31. </p>
  32. <p>
  33. The way the release schedule works is explained
  34. <a href="releasing.html#schedule" target="_parent">here</a>.
  35. </p
  36. >
  37. <p>
  38. Take a look <a href="submittingpatches.html#criteria" target="_parent">here</a>
  39. if you'd like to nominate a patch in the next stable release.
  40. </p>
  41. <h2 id="calendar">Calendar</h2>
  42. <table border="1">
  43. <tr>
  44. <th>Branch</th>
  45. <th>Expected date</th>
  46. <th>Release</th>
  47. <th>Release manager</th>
  48. <th>Notes</th>
  49. </tr>
  50. <tr>
  51. <td rowspan="3">19.3</td>
  52. <td>2020-01-08</td>
  53. <td>19.3.2</td>
  54. <td>Dylan Baker</td>
  55. <td/>
  56. </tr>
  57. <tr>
  58. <td>2020-01-22</td>
  59. <td>19.3.3</td>
  60. <td>Dylan Baker</td>
  61. <td/>
  62. </tr>
  63. <tr>
  64. <td>2020-02-05</td>
  65. <td>19.3.4</td>
  66. <td>Dylan Baker</td>
  67. <td/>
  68. </tr>
  69. </table>
  70. </div>
  71. </body>
  72. </html>