summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-01-23 12:01:56 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-01-23 12:01:56 +0000
commit5a9149a3342c1711c3e6b1c566f1e50cbccabaa2 (patch)
tree8b923507c2f28e7ff0a2a8901053d4f8e49dffd7 /HACKING
parentb080ba1eab764b79edb62afcfc61794f410a5591 (diff)
downloaddbus-5a9149a3342c1711c3e6b1c566f1e50cbccabaa2.tar.gz
talk about stable branches a bit more
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING17
1 files changed, 10 insertions, 7 deletions
diff --git a/HACKING b/HACKING
index e776fd6d..805fd2e0 100644
--- a/HACKING
+++ b/HACKING
@@ -208,16 +208,19 @@ To make a release of D-Bus, do the following:
- post to dbus@lists.freedesktop.org announcing the release.
-After making a ".0" stable release
+Making a ".0" stable release
===
-We create a branch for each stable release; sometimes the branch is
-not done immediately, instead it's possible to wait until someone has
-a not-suitable-for-stable change they want to make and then branch to
-allow committing that change.
+We create a branch for each stable release. The branch name should be
+dbus-X.Y which is a branch that has releases versioned X.Y.Z;
+changes on a stable branch should be limited to significant bug fixes.
-The branch name should be dbus-X.Y which is a branch that has
-releases versioned X.Y.Z
+Because we won't make minor changes like keeping up with the latest
+deprecations on a stable branch, stable branches should turn off the
+gcc warning for deprecated declarations (e.g. see commit 4ebb275ab7).
+
+Be extra-careful not to merge master (or any branch based on master) into a
+stable branch.
To branch:
git branch dbus-X.Y