Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added feature freeze dates for Symfony versions #4259

Merged
merged 1 commit into from
Sep 23, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 14 additions & 23 deletions contributing/community/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,29 +86,20 @@ Below is the schedule for the first few versions that use this release model:

This results in very predictable dates and maintenance periods:

+---------+---------+--------------------------+-------------+
| Version | Release | End of Maintenance | End of Life |
+=========+=========+==========================+=============+
| 2.0 | 07/2011 | 03/2013 (20 months) | 09/2013 |
+---------+---------+--------------------------+-------------+
| 2.1 | 09/2012 | 05/2013 (9 months) | 11/2013 |
+---------+---------+--------------------------+-------------+
| 2.2 | 03/2013 | 11/2013 (8 months) | 05/2014 |
+---------+---------+--------------------------+-------------+
| **2.3** | 05/2013 | 05/2016 (36 months) | 05/2017 |
+---------+---------+--------------------------+-------------+
| 2.4 | 11/2013 | 09/2014 (10 months [1]_) | 01/2015 |
+---------+---------+--------------------------+-------------+
| 2.5 | 05/2014 | 01/2015 (8 months) | 07/2015 |
+---------+---------+--------------------------+-------------+
| 2.6 | 11/2014 | 07/2015 (8 months) | 01/2016 |
+---------+---------+--------------------------+-------------+
| **2.7** | 05/2015 | 05/2018 (36 months) | 05/2019 |
+---------+---------+--------------------------+-------------+
| 2.8 | 11/2015 | 07/2016 (8 months) | 01/2017 |
+---------+---------+--------------------------+-------------+
| ... | ... | ... | ... |
+---------+---------+--------------------------+-------------+
======= ============== ======= ======================== ===========
Version Feature Freeze Release End of Maintenance End of Life
======= ============== ======= ======================== ===========
2.0 05/2011 07/2011 03/2013 (20 months) 09/2013
2.1 07/2012 09/2012 05/2013 (9 months) 11/2013
2.2 01/2013 03/2013 11/2013 (8 months) 05/2014
**2.3** 03/2013 05/2013 05/2016 (36 months) 05/2017
2.4 09/2013 11/2013 09/2014 (10 months [1]_) 01/2015
2.5 02/2014 05/2014 01/2015 (8 months) 07/2015
2.6 09/2014 11/2014 07/2015 (8 months) 01/2016
**2.7** 02/2015 05/2015 05/2018 (36 months) 05/2019
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait a second. 02 here? Not 03/2015 (like 2.3 was)? What did I miss?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love my memory, I merged this fix for this in #4599 :)

2.8 09/2015 11/2015 07/2016 (8 months) 01/2017
... ... ... ... ...
======= ============== ======= ======================== ===========

.. [1] Symfony 2.4 maintenance has been `extended to September 2014`_.

Expand Down