summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-04-08 13:38:27 +0000
committerRussell Bryant <russell@russellbryant.com>2009-04-08 13:38:27 +0000
commit791b82b83624bbebe690267aee9bb69ca2d76675 (patch)
tree8aa4fe69b7fe6e2ed254d05caacc315be9231031 /include
parent2cb0018fa1ead93c5ef6b5fc0168e19abc37316c (diff)
Add some additional notes on release numbering.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@186957 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/doxygen/releases.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/asterisk/doxygen/releases.h b/include/asterisk/doxygen/releases.h
index a6bdb99d2..07640dac4 100644
--- a/include/asterisk/doxygen/releases.h
+++ b/include/asterisk/doxygen/releases.h
@@ -175,6 +175,12 @@
* updated to indicate that there is an updated version of the fix. A release should
* be made immediately for these regression fixes, as well.
*
+ * \subsection ast12releasenumbers Release Numbering
+ *
+ * - 1.2.X - a release that contains new security fixes
+ * - 1.2.X.Y - a release that contains fixes to the security patches released in
+ * version 1.2.X
+ *
* <hr/>
*
* \section ast14policy Asterisk 1.4
@@ -196,6 +202,12 @@
* release series. The only exceptions to this %rule are for cases where something
* that may be considered a feature is needed to address a bug or security issue.
*
+ * \subsection ast14releasenumbers Release Numbering
+ *
+ * - 1.4.X - a release that contains new bug fixes to the 1.4 release series
+ * - 1.4.X.Y - a release that contains very few changes on top of 1.4.X. This
+ * may be for a security patch, or for a regression introduced in 1.4.X.
+ *
* <hr/>
*
* \section ast16policy Asterisk 1.6
@@ -226,6 +238,12 @@
* first two sections of this
* <a href="http://lists.digium.com/pipermail/asterisk-dev/2007-October/030083.html">mailing list post</a>.
*
+ * \subsection ast16releasenumbers Release Numbering
+ *
+ * - 1.6.X - a release that includes new functionality
+ * - 1.6.X.Y - a release that contains fixes for bugs or security issues identified
+ * in the 1.6.X release series.
+ *
* <hr/>
*
* \section asttrunk Asterisk Trunk