diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2015-11-15 10:05:17 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2015-11-15 10:05:17 +0800 |
commit | ae0653b5ab9ee223751ec389b87011963e1cbbef (patch) | |
tree | 8aed92e2925f2fe403681444ebaedbf8252eb339 /CONTRIBUTE | |
parent | 9459456b50dc8dec071dd0106ecbf4c42291057e (diff) |
* CONTRIBUTE: Remove information about feature freeze.
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r-- | CONTRIBUTE | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 2d826e202b..2d01724a5e 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE @@ -177,13 +177,6 @@ before possibly being merged to the trunk. Development is discussed on the emacs-devel mailing list. -Sometime before the release of a new major version of Emacs a "feature -freeze" is imposed on the trunk, to prepare for creating a release -branch. No new features may be added to the trunk after this point, -until the release branch is created. Announcements about the freeze -(and other important events) are made on the emacs-devel mailing -list under the "emacs-announce" topic, and not anywhere else. - The trunk branch is named "master" in git; release branches are named "emacs-nn" where "nn" is the major version. |