From f07784d9badfdbb5dc8d26d1c1cbd355216307c8 Mon Sep 17 00:00:00 2001
From: Andreas Boll
Date: Tue, 2 Oct 2012 13:37:34 +0200
Subject: [PATCH] docs: document how to mark a candidate for a stable branch
Reviewed-by: Brian Paul
---
docs/devinfo.html | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
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
--
2.30.2