aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-10-03 00:26:58 +0200
committerXavier Noria <fxn@hashref.com>2013-10-03 00:31:52 +0200
commit6be94d29276003ee5e9ae6c4fc970010cc91388b (patch)
tree056d70da44f4a14b5df2d13d3d9470fd70b3017e /guides
parentb86a4965b8532286430b7cd9b359a2574d745b92 (diff)
downloadrails-6be94d29276003ee5e9ae6c4fc970010cc91388b.tar.gz
rails-6be94d29276003ee5e9ae6c4fc970010cc91388b.tar.bz2
rails-6be94d29276003ee5e9ae6c4fc970010cc91388b.zip
copy-edits the new guide with our maintenance policy [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/maintenance_policy.md25
1 files changed, 11 insertions, 14 deletions
diff --git a/guides/source/maintenance_policy.md b/guides/source/maintenance_policy.md
index 354b1121aa..93729c6f72 100644
--- a/guides/source/maintenance_policy.md
+++ b/guides/source/maintenance_policy.md
@@ -1,21 +1,19 @@
-Maintenance policy for Ruby on Rails
+Maintenance Policy for Ruby on Rails
====================================
-Since the most recent patch releases there has been some confusion about what
-versions of Ruby on Rails are currently supported, and when people
-can expect new versions. Our maintenance policy is as follows.
-
Support of the Rails framework is divided into four groups: New features, bug
fixes, security issues, and severe security issues. They are handled as
-follows, all versions in x.y.z format:
+follows, all versions in x.y.z format
+
+--------------------------------------------------------------------------------
New Features
------------
-New Features are only added to the master branch and will not be made available
+New features are only added to the master branch and will not be made available
in point releases.
-Bug fixes
+Bug Fixes
---------
Only the latest release series will receive bug fixes. When enough bugs are
@@ -24,8 +22,8 @@ from.
**Currently included series:** 4.0.z
-Security issues:
-----------------
+Security Issues
+---------------
The current release series and the next most recent one will receive patches
and new versions in case of a security issue.
@@ -39,8 +37,8 @@ of Rails.
**Currently included series:** 4.0.z, 3.2.z
-Severe security issues:
------------------------
+Severe Security Issues
+----------------------
For severe security issues we will provide new versions as above, and also the
last major release series will receive patches and new versions. The
@@ -52,8 +50,7 @@ Unsupported Release Series
--------------------------
When a release series is no longer supported, it's your own responsibility to
-deal with bugs and security issues. We may provide back-ports of the fixes and
+deal with bugs and security issues. We may provide backports of the fixes and
publish them to git, however there will be no new versions released. If you are
not comfortable maintaining your own versions, you should upgrade to a
supported version.
-