X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Freleasing.html;h=14315e7a8e4e05bdf9c882a89b8ae5509458bc9a;hb=05fb2f88ecf46809648230bcdd2c1563b317a188;hp=e588435e81318c70623a0f841935bd40c2b81d59;hpb=5ccbac8e04b5225ec51cfb994bcb09bfacef5314;p=mesa.git diff --git a/docs/releasing.html b/docs/releasing.html index e588435e813..14315e7a8e4 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -54,8 +54,8 @@ For example:

Release schedule

-Releases should happen on Fridays. Delays can occur although those should be keep -to a minimum. +Releases should happen on Wednesdays. Delays can occur although those +should be keep to a minimum.
See our calendar for the date and other details for individual releases. @@ -96,7 +96,7 @@ described in the same section.

Nomination happens in the mesa-stable@ mailing list. However, -maintainer is resposible of checking for forgotten candidates in the +maintainer is responsible of checking for forgotten candidates in the master branch. This is achieved by a combination of ad-hoc scripts and a casual search for terms such as regression, fix, broken and similar.

@@ -272,6 +272,11 @@ It is followed by a brief period (normally 24 or 48 hours) before the actual release is made.

+

+Be aware to add a note to warn about a final release in a series, if +that is the case. +

+

Terminology used

@@ -311,6 +316,10 @@ The candidate for the Mesa X.Y.Z is now available. Currently we have: - NUMBER nominated (outstanding) - and NUMBER rejected patches +[If applicable: +Note: this is the final anticipated release in the SERIES series. Users are +encouraged to migrate to the NEXT_SERIES series in order to obtain future fixes.] + BRIEF SUMMARY OF CHANGES Take a look at section "Mesa stable queue" for more information. @@ -374,6 +383,9 @@ Queued (NUMBER) AUTHOR (NUMBER): COMMIT SUMMARY +[If applicable: +Squashed with + COMMIT SUMMARY] For example: @@ -382,16 +394,21 @@ Jonas Pfeil (1): Squashed with ralloc: don't leave out the alignment factor + Rejected (NUMBER) ================= -Rejected (11) -============= - AUTHOR (NUMBER): SHA COMMIT SUMMARY Reason: ... + +For example: + +Emil Velikov (1) + a39ad18 configure.ac: honour LLVM_LIBDIR when linking against LLVM + +Reason: The patch was reverted shortly after it was merged. @@ -457,9 +474,9 @@ Here is one solution that I've been using. cd .. && rm -rf mesa-$__version # Test the automake binaries - tar -xaf mesa-$__version.tar.xz && cd mesa-$__version # Restore LLVM_CONFIG, if applicable: # export LLVM_CONFIG=`echo $save_LLVM_CONFIG`; unset save_LLVM_CONFIG + tar -xaf mesa-$__version.tar.xz && cd mesa-$__version ./configure \ --with-dri-drivers=i965,swrast \ --with-gallium-drivers=swrast \ @@ -504,8 +521,10 @@ Here is one solution that I've been using. unset LIBGL_DRIVERS_PATH unset LIBGL_DEBUG unset LIBGL_ALWAYS_SOFTWARE + unset GALLIUM_DRIVER export VK_ICD_FILENAMES=`pwd`/src/intel/vulkan/dev_icd.json steam steam://rungameid/570 -vconsole -vulkan + unset VK_ICD_FILENAMES

Update version in file VERSION

@@ -584,7 +603,8 @@ Something like the following steps will do the trick:

Also, edit docs/relnotes.html to add a link to the new release notes, -edit docs/index.html to add a news entry, and remove the version from +edit docs/index.html to add a news entry and a note in case of the +last release in a series, and remove the version from docs/release-calendar.html. Then commit and push:

@@ -600,6 +620,11 @@ docs/release-calendar.html. Then commit and push: Use the generated template during the releasing process.

+

+Again, pay attention to add a note to warn about a final release in a +series, if that is the case. +

+

Update the mesa3d.org website