Allow room for human judgement when considering backporting fixes for experimental ports.

Dmitri Shuralyov 2018-11-01 13:29:22 -04:00
parent 2c5d1003e9
commit 2b83b46941

@ -1,4 +1,4 @@
Our default decision should always be to not backport, but fixes for **security issues**, **serious problems with no workaround**, and **documentation fixes** are backported to the two supported major releases. For example a fix developed during the 1.11 cycle will be backported to a 1.9.x (if applicable) and 1.10.x release. Fixes for experimental ports are not backported.
Our default decision should always be to not backport, but fixes for **security issues**, **serious problems with no workaround**, and **documentation fixes** are backported to the two supported major releases. For example a fix developed during the 1.11 cycle will be backported to a 1.9.x (if applicable) and 1.10.x release. Fixes for experimental ports are generally not backported.
A “serious” problem is one that prevents a program from working at all.