From: Andreas Boll
Date: Tue, 2 Oct 2012 11:37:34 +0000 (+0200)
Subject: docs: document how to mark a candidate for a stable branch
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f07784d9badfdbb5dc8d26d1c1cbd355216307c8;p=mesa.git
docs: document how to mark a candidate for a stable branch
Reviewed-by: Brian Paul
---
diff --git a/docs/devinfo.html b/docs/devinfo.html
index 90752b750e8..a52a11ea656 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -156,6 +156,22 @@ src/mesa/state_tracker/st_glsl_to_tgsi.cpp can serve as examples.
+Marking a commit as a candidate for a stable branch
+
+
+If you want a commit to be applied to a stable branch,
+you should add an appropriate note to the commit message.
+
+
+
+Here are some examples of such a note:
+
+
+ - NOTE: This is a candidate for the 9.0 branch.
+ - NOTE: This is a candidate for the 8.0 and 9.0 branches.
+ - NOTE: This is a candidate for the stable branches.
+
+
Making a New Mesa Release