diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-08-27 00:48:26 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-08-27 00:48:26 +0200 |
commit | 2788a718aa55f8f75e50009a8389b6a0a3796497 (patch) | |
tree | c2985515391fe0a4243c87105864cc1c8e1425b4 | |
parent | 694824f3029ed01d64856b567389e9d6f42d3034 (diff) | |
parent | e0a177d6765b314ce5fef4719e77cc6cc60b26bc (diff) | |
download | php-git-2788a718aa55f8f75e50009a8389b6a0a3796497.tar.gz |
Merge branch 'PHP-5.6'
* PHP-5.6:
update the GIT-RULES with the 5.6 and the release branches
-rw-r--r-- | README.GIT-RULES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.GIT-RULES b/README.GIT-RULES index d966093f25..843c61ea63 100644 --- a/README.GIT-RULES +++ b/README.GIT-RULES @@ -45,6 +45,9 @@ Currently we have the following branches in use:: master The active development branch. + PHP-5.6 Is used to release the PHP 5.6.x series. This is a current + stable version and is open for bugfixes only. + PHP-5.5 Is used to release the PHP 5.5.x series. This is a current stable version and is open for bugfixes only. @@ -59,6 +62,9 @@ Currently we have the following branches in use:: PHP-4.4 This branch is closed. + PHP-X.Y.Z These branches are used for the release managers for tagging + the releases, hence they are closed to the general public. + The next few rules are more of a technical nature:: 1. All changes should first go to the lowest branch (i.e. 5.4) and then |