releasing.html revision b8e80941
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>Releasing process</title> 6 <link rel="stylesheet" type="text/css" href="mesa.css"> 7</head> 8<body> 9 10<div class="header"> 11 <h1>The Mesa 3D Graphics Library</h1> 12</div> 13 14<iframe src="contents.html"></iframe> 15<div class="content"> 16 17 18<h1>Releasing process</h1> 19 20<ul> 21<li><a href="#overview">Overview</a> 22<li><a href="#schedule">Release schedule</a> 23<li><a href="#pickntest">Cherry-pick and test</a> 24<li><a href="#stagingbranch">Staging branch</a> 25<li><a href="#branch">Making a branchpoint</a> 26<li><a href="#prerelease">Pre-release announcement</a> 27<li><a href="#release">Making a new release</a> 28<li><a href="#announce">Announce the release</a> 29<li><a href="#website">Update the mesa3d.org website</a> 30<li><a href="#bugzilla">Update Bugzilla</a> 31</ul> 32 33 34<h1 id="overview">Overview</h1> 35 36<p> 37This document uses the convention X.Y.Z for the release number with X.Y being 38the stable branch name. 39<br> 40Mesa provides feature and bugfix releases. Former use zero as patch version (Z), 41while the latter have a non-zero one. 42</p> 43 44<p> 45For example: 46</p> 47<pre> 48 Mesa 10.1.0 - 10.1 branch, feature 49 Mesa 10.1.4 - 10.1 branch, bugfix 50 Mesa 12.0.0 - 12.0 branch, feature 51 Mesa 12.0.2 - 12.0 branch, bugfix 52</pre> 53 54 55<h1 id="schedule">Release schedule</h1> 56 57<p> 58Releases should happen on Wednesdays. Delays can occur although those 59should be kept to a minimum. 60<br> 61See our <a href="release-calendar.html" target="_parent">calendar</a> 62for information about how the release schedule is planned, and the 63date and other details for individual releases. 64</p> 65 66<h2>Feature releases</h2> 67<ul> 68<li>Available approximately every three months. 69<li>Initial timeplan available 2-4 weeks before the planned branchpoint (rc1) 70on the mesa-announce@ mailing list. 71<li>Typically, the final release will happen after 4 72candidates. Additional ones may be needed in order to resolve blocking 73regressions, though. 74<li>A <a href="#prerelease">pre-release</a> announcement should be available 75approximately 24 hours before the final (non-rc) release. 76</ul> 77 78<h2>Stable releases</h2> 79<ul> 80<li>Normally available once every two weeks. 81<li>Only the latest branch has releases. See note below. 82<li>A <a href="#prerelease">pre-release</a> announcement should be available 83approximately 48 hours before the actual release. 84</ul> 85 86<p> 87Note: There is one or two releases overlap when changing branches. For example: 88<br> 89The final release from the 12.0 series Mesa 12.0.5 will be out around the same 90time (or shortly after) 13.0.1 is out. 91<br> 92This also involves that, as a final release may be delayed due to the 93need of additional candidates to solve some blocking regression(s), 94the release manager might have to update 95the <a href="release-calendar.html" target="_parent">calendar</a> with 96additional bug fix releases of the current stable branch. 97</p> 98 99 100<h1 id="pickntest">Cherry-picking and testing</h1> 101 102<p> 103Commits nominated for the active branch are picked as based on the 104<a href="submittingpatches.html#criteria" target="_parent">criteria</a> as 105described in the same section. 106</p> 107 108<p> 109Nomination happens in the mesa-stable@ mailing list. However, 110maintainer is responsible of checking for forgotten candidates in the 111master branch. This is achieved by a combination of ad-hoc scripts and 112a casual search for terms such as regression, fix, broken and similar. 113</p> 114 115<p> 116Maintainer is also responsible for testing in various possible permutations of 117the autoconf and scons build. 118</p> 119 120<h2>Cherry-picking and build/check testing</h2> 121 122<p>Done continuously up-to the <a href="#prerelease">pre-release</a> announcement.</p> 123 124<p> 125Developers can request, <em>as an exception</em>, patches to be applied up-to 126the last one hour before the actual release. This is made <strong>only</strong> 127with explicit permission/request, and the patch <strong>must</strong> be very 128well contained. Thus it cannot affect more than one driver/subsystem. 129</p> 130 131<p>Following developers have requested permanent exception</p> 132<ul> 133<li><em>Ilia Mirkin</em> 134<li><em>AMD team</em> 135</ul> 136 137<p>The following must pass:</p> 138<ul> 139<li>meson test, scons and scons check 140<li>Testing with different version of system components - LLVM and others is also 141performed where possible. 142<li>As a general rule, testing with various combinations of configure 143switches, depending on the specific patchset. 144</ul> 145 146<p> 147These are achieved by combination of <a href="basictesting">local testing</a>, 148which includes mingw-w64 cross compilation and AppVeyor plus Travis-CI, the 149latter two as part of their Github integration. 150</p> 151 152<p> 153For Windows related changes, the main contact point is Brian 154Paul. Jose Fonseca can also help as a fallback contact. 155</p> 156 157<p> 158For Android related changes, the main contact is Tapani 159Pälli. Mauro Rossi is collaborating with android-x86 and may 160provide feedback about the build status in that project. 161</p> 162 163<p> 164For MacOSX related changes, Jeremy Huddleston Sequoia is currently a 165good contact point. 166</p> 167 168<p> 169<strong>Note:</strong> If a patch in the current queue needs any additional 170fix(es), then they should be squashed together. 171<br> 172The commit messages and the <code>cherry picked from</code> tags must be preserved. 173</p> 174 175<p> 176This should be noted in the <a href="#prerelease">pre-announce</a> email. 177</p> 178 179<pre> 180 git show b10859ec41d09c57663a258f43fe57c12332698e 181 182 commit b10859ec41d09c57663a258f43fe57c12332698e 183 Author: Jonas Pfeil <pfeiljonas@gmx.de> 184 Date: Wed Mar 1 18:11:10 2017 +0100 185 186 ralloc: Make sure ralloc() allocations match malloc()'s alignment. 187 188 The header of ralloc needs to be aligned, because the compiler assumes 189 ... 190 191 (cherry picked from commit cd2b55e536dc806f9358f71db438dd9c246cdb14) 192 193 Squashed with commit: 194 195 ralloc: don't leave out the alignment factor 196 197 Experimentation shows that without alignment factor gcc and clang choose 198 ... 199 200 (cherry picked from commit ff494fe999510ea40e3ed5827e7818550b6de126) 201</pre> 202 203<h2>Regression/functionality testing</h2> 204 205<p> 206Less often (once or twice), shortly before the pre-release announcement. 207Ensure that testing is redone if Intel devs have requested an exception, as per above. 208</p> 209 210<ul> 211<li><em>no regressions should be observed for Piglit/dEQP/CTS/Vulkan on Intel platforms</em> 212<li><em>no regressions should be observed for Piglit using the swrast, softpipe 213and llvmpipe drivers</em> 214</ul> 215 216<p> 217Currently testing is performed courtesy of the Intel OTC team and their Jenkins CI setup. Check with the Intel team over IRC how to get things setup. 218</p> 219 220<p> 221Installing the built driver from the pre-announced RC branch in the 222system and making some every day's use until the release may be a good 223idea too. 224</p> 225 226<h1 id="stagingbranch">Staging branch</h1> 227 228<p> 229A live branch, which contains the currently merge/rejected patches is available 230in the main repository under <code>staging/X.Y</code>. For example: 231</p> 232<pre> 233 staging/18.1 - WIP branch for the 18.1 series 234 staging/18.2 - WIP branch for the 18.2 series 235</pre> 236 237<p> 238Notes: 239</p> 240<ul> 241<li>People are encouraged to test the staging branch and report regressions.</li> 242<li>The branch history is not stable and it <strong>will</strong> be rebased,</li> 243</ul> 244 245 246<h1 id="branch">Making a branchpoint</h1> 247 248<p> 249A branchpoint is made such that new development can continue in parallel to 250stabilisation and bugfixing. 251</p> 252 253<p> 254Note: Before doing a branch ensure that basic build and <code>meson test</code> 255testing is done and there are little to-no issues. 256<br> 257Ideally all of those should be tackled already. 258</p> 259 260<p> 261Check if the version number is going to remain as, alternatively 262<code> git mv docs/relnotes/{current,new}.html </code> as appropriate. 263</p> 264 265<p> 266To setup the branchpoint: 267</p> 268<pre> 269 git checkout master # make sure we're in master first 270 git tag -s X.Y-branchpoint -m "Mesa X.Y branchpoint" 271 git checkout -b X.Y 272 git checkout master 273 $EDITOR VERSION # bump the version number 274 git commit -as 275 cp docs/relnotes/{X.Y,X.Y+1}.html # copy/create relnotes template 276 git commit -as 277 git push origin X.Y-branchpoint X.Y 278</pre> 279 280<p> 281Now go to 282<a href="https://bugs.freedesktop.org/editversions.cgi?action=add&product=Mesa" target="_parent">Bugzilla</a> and add the new Mesa version X.Y. 283</p> 284 285<p> 286Check that there are no distribution breaking changes and revert them if needed. 287For example: files being overwritten on install, etc. Happens extremely rarely - 288we had only one case so far (see commit 2ced8eb136528914e1bf4e000dea06a9d53c7e04). 289</p> 290 291<p> 292Proceed to <a href="#release">release</a> -rc1. 293</p> 294 295 296<h1 id="prerelease">Pre-release announcement</h1> 297 298<p> 299It comes shortly after outstanding patches in the respective branch are pushed. 300Developers can check, in brief, what's the status of their patches. They, 301alongside very early testers, are strongly encouraged to test the branch and 302report any regressions. 303<br> 304It is followed by a brief period (normally 24 or 48 hours) before the actual 305release is made. 306</p> 307 308<p> 309Be aware to add a note to warn about a final release in a series, if 310that is the case. 311</p> 312 313<h2>Terminology used</h2> 314 315<ul><li>Nominated</ul> 316 317<p> 318Patch that is nominated but yet to to merged in the patch queue/branch. 319</p> 320 321<ul><li>Queued</ul> 322 323<p> 324Patch is in the queue/branch and will feature in the next release. 325Barring reported regressions or objections from developers. 326</p> 327 328<ul><li>Rejected</ul> 329 330<p> 331Patch does not fit the 332<a href="submittingpatches.html#criteria" target="_parent">criteria</a> and 333is followed by a brief information. 334<br> 335The release maintainer is human so if you believe you've spotted a mistake do 336let them know. 337</p> 338 339<h2>Format/template</h2> 340<pre> 341Subject: [ANNOUNCE] Mesa X.Y.Z release candidate 342To: mesa-announce@... 343Cc: mesa-dev@... 344 345Hello list, 346 347The candidate for the Mesa X.Y.Z is now available. Currently we have: 348 - NUMBER queued 349 - NUMBER nominated (outstanding) 350 - and NUMBER rejected patches 351 352[If applicable: 353Note: this is the final anticipated release in the SERIES series. Users are 354encouraged to migrate to the NEXT_SERIES series in order to obtain future fixes.] 355 356BRIEF SUMMARY OF CHANGES 357 358Take a look at section "Mesa stable queue" for more information. 359 360 361Testing reports/general approval 362-------------------------------- 363Any testing reports (or general approval of the state of the branch) will be 364greatly appreciated. 365 366The plan is to have X.Y.Z this DAY (DATE), around or shortly after TIME. 367 368If you have any questions or suggestions - be that about the current patch 369queue or otherwise, please go ahead. 370 371 372Trivial merge conflicts 373----------------------- 374List of commits where manual intervention was required. 375Keep the authors in the CC list. 376 377commit SHA 378Author: AUTHOR 379 380 COMMIT SUMMARY 381 382 CHERRY PICKED FROM 383 384 385For example: 386 387commit 990f395e007c3204639daa34efc3049f350ee819 388Author: Emil Velikov <emil.velikov@collabora.com> 389 390 anv: automake: cleanup the generated json file during make clean 391 392 (cherry picked from commit 8df581520a823564be0ab5af7dbb7d501b1c9670) 393 394 395Cheers, 396Emil 397 398 399Mesa stable queue 400----------------- 401 402Nominated (NUMBER) 403================== 404 405AUTHOR (NUMBER): 406 SHA COMMIT SUMMARY 407 408For example: 409 410Dave Airlie (1): 411 2de85eb radv: fix texturesamples to handle single sample case 412 413 414Queued (NUMBER) 415=============== 416 417AUTHOR (NUMBER): 418 COMMIT SUMMARY 419[If applicable: 420Squashed with 421 COMMIT SUMMARY] 422 423For example: 424 425Jonas Pfeil (1): 426 ralloc: Make sure ralloc() allocations match malloc()'s alignment. 427Squashed with 428 ralloc: don't leave out the alignment factor 429 430 431Rejected (NUMBER) 432================= 433 434AUTHOR (NUMBER): 435 SHA COMMIT SUMMARY 436 437Reason: ... 438 439For example: 440 441Emil Velikov (1) 442 a39ad18 configure.ac: honour LLVM_LIBDIR when linking against LLVM 443 444Reason: The patch was reverted shortly after it was merged. 445</pre> 446 447 448<h1 id="release">Making a new release</h1> 449 450<p> 451These are the instructions for making a new Mesa release. 452</p> 453 454<h3>Get latest source files</h3> 455 456<p> 457Ensure the latest code is available - both in your local master and the 458relevant branch. 459</p> 460 461<h3 id="basictesting">Perform basic testing</h3> 462 463<p> 464Most of the testing should already be done during the 465<a href="#pickntest">cherry-pick</a> and 466<a href="#prerelease">pre-announce</a> stages. 467So we do a quick 'touch test' 468</p> 469 470<ul> 471<li>meson dist 472<li>scons (from release tarball) 473<li>the produced binaries work 474</ul> 475 476<p> 477 Here is one solution: 478</p> 479 480<pre> 481 __glxgears_cmd='glxgears 2>&1 | grep -v "configuration file"' 482 __es2info_cmd='es2_info 2>&1 | egrep "GL_VERSION|GL_RENDERER|.*dri\.so"' 483 __es2gears_cmd='es2gears_x11 2>&1 | grep -v "configuration file"' 484 test "x$LD_LIBRARY_PATH" != 'x' && __old_ld="$LD_LIBRARY_PATH" 485 export LD_LIBRARY_PATH=`pwd`/test/usr/local/lib/:"${__old_ld}" 486 export LIBGL_DRIVERS_PATH=`pwd`/test/usr/local/lib/dri/ 487 export LIBGL_DEBUG=verbose 488 eval $__glxinfo_cmd 489 eval $__glxgears_cmd 490 eval $__es2info_cmd 491 eval $__es2gears_cmd 492 export LIBGL_ALWAYS_SOFTWARE=true 493 eval $__glxinfo_cmd 494 eval $__glxgears_cmd 495 eval $__es2info_cmd 496 eval $__es2gears_cmd 497 export LIBGL_ALWAYS_SOFTWARE=true 498 export GALLIUM_DRIVER=softpipe 499 eval $__glxinfo_cmd 500 eval $__glxgears_cmd 501 eval $__es2info_cmd 502 eval $__es2gears_cmd 503 # Smoke test DOTA2 504 unset LD_LIBRARY_PATH 505 test "x$__old_ld" != 'x' && export LD_LIBRARY_PATH="$__old_ld" && unset __old_ld 506 unset LIBGL_DRIVERS_PATH 507 unset LIBGL_DEBUG 508 unset LIBGL_ALWAYS_SOFTWARE 509 unset GALLIUM_DRIVER 510 export VK_ICD_FILENAMES=`pwd`/src/intel/vulkan/dev_icd.json 511 steam steam://rungameid/570 -vconsole -vulkan 512 unset VK_ICD_FILENAMES 513</pre> 514 515<h3>Update version in file VERSION</h3> 516 517<p> 518Increment the version contained in the file VERSION at Mesa's top-level, then 519commit this change. 520</p> 521 522<h3>Create release notes for the new release</h3> 523 524<p> 525Create a new file docs/relnotes/X.Y.Z.html, (follow the style of the previous 526release notes). Note that the sha256sums section of the release notes should 527be empty (TBD) at this point. 528</p> 529 530<p> 531Two scripts are available to help generate portions of the release notes: 532</p> 533 534<pre> 535 ./bin/bugzilla_mesa.sh 536 ./bin/shortlog_mesa.sh 537</pre> 538 539<p> 540The first script identifies commits that reference bugzilla bugs and obtains 541the descriptions of those bugs from bugzilla. The second script generates a 542log of all commits. In both cases, HTML-formatted lists are printed to stdout 543to be included in the release notes. 544</p> 545 546<p> 547Commit these changes and push the branch. 548</p> 549 550<pre> 551 git push origin HEAD 552</pre> 553 554 555<h3>Use the release.sh script from xorg <a href="https://cgit.freedesktop.org/xorg/util/modular/">util-modular</a></h3> 556 557<p> 558Start the release process. 559</p> 560 561<pre> 562 # For the dist/distcheck, you may want to specify which LLVM to use: 563 # export LLVM_CONFIG=/usr/lib/llvm-3.9/bin/llvm-config 564 ../relative/path/to/release.sh . # append --dist if you've already done distcheck above 565</pre> 566 567<p> 568Pay close attention to the prompts as you might be required to enter your GPG 569and SSH passphrase(s) to sign and upload the files, respectively. 570</p> 571 572<h3>Add the sha256sums to the release notes</h3> 573 574<p> 575Edit docs/relnotes/X.Y.Z.html to add the sha256sums as available in the mesa-X.Y.Z.announce template. Commit this change. 576</p> 577 578<h3>Back on mesa master, add the new release notes into the tree</h3> 579 580<p> 581Something like the following steps will do the trick: 582</p> 583 584<pre> 585 git cherry-pick -x X.Y~1 586 git cherry-pick -x X.Y 587</pre> 588 589<p> 590Also, edit docs/relnotes.html to add a link to the new release notes, 591edit docs/index.html to add a news entry and a note in case of the 592last release in a series, and remove the version from 593docs/release-calendar.html. Then commit and push: 594</p> 595 596<pre> 597 git commit -as -m "docs: update calendar, add news item and link release notes for X.Y.Z" 598 git push origin master X.Y 599</pre> 600 601 602<h1 id="announce">Announce the release</h1> 603 604<p> 605Use the generated template during the releasing process. 606</p> 607 608<p> 609Again, pay attention to add a note to warn about a final release in a 610series, if that is the case. 611</p> 612 613 614<h1 id="website">Update the mesa3d.org website</h1> 615 616<p> 617As the hosting was moved to freedesktop, git hooks are deployed to update the 618website. Manually check that it is updated 5-10 minutes after the final <code>git push</code> 619</p> 620 621 622<h1 id="bugzilla">Update Bugzilla</h1> 623 624<p> 625Parse through the bugreports as listed in the docs/relnotes/X.Y.Z.html 626document. 627<br> 628If there's outstanding action, close the bug referencing the commit ID which 629addresses the bug and mention the Mesa version that has the fix. 630</p> 631 632<p> 633Note: the above is not applicable to all the reports, so use common sense. 634</p> 635 636 637</div> 638</body> 639</html> 640