kopia lustrzana https://github.com/wagtail/wagtail
Update LTS imformation
rodzic
b375db5a45
commit
f92a890303
|
@ -134,8 +134,8 @@ Changelog
|
|||
* Fix: Prevented intermittent failures on Postgres search backend when a field is defined as both a `SearchField` and a `FilterField` (Matt Westcott)
|
||||
|
||||
|
||||
1.13 (16.10.2017)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
1.13 LTS (16.10.2017)
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Front-end cache invalidator now supports purging URLs as a batch (Karl Hobley)
|
||||
* Custom document model is now documented (Emily Horsman)
|
||||
|
|
|
@ -7,7 +7,7 @@ Wagtail 1.12 release notes
|
|||
:depth: 1
|
||||
|
||||
|
||||
Wagtail 1.12 is designated a Long Term Support (LTS) release. Long Term Support releases will continue to receive maintenance updates as necessary to address security and data-loss related issues, up until the next LTS release (typically a period of 8 months). Please note that Wagtail 1.12 will be the last LTS release to support Python 2.
|
||||
Wagtail 1.12 is designated a Long Term Support (LTS) release. Long Term Support releases will continue to receive maintenance updates as necessary to address security and data-loss related issues, up until the next LTS release (typically a period of 8 months).
|
||||
|
||||
|
||||
What's new
|
||||
|
|
|
@ -7,6 +7,9 @@ Wagtail 1.13 release notes
|
|||
:depth: 1
|
||||
|
||||
|
||||
Wagtail 1.13 is designated a Long Term Support (LTS) release. Long Term Support releases will continue to receive maintenance updates as necessary to address security and data-loss related issues, up until the next LTS release (typically a period of 8 months). Please note that Wagtail 1.13 will be the last LTS release to support Python 2.
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
|
|
|
@ -12,19 +12,21 @@ Additionally, patch releases will be issued as needed, to fix bugs and security
|
|||
|
||||
A feature release will usually stop receiving patch release updates when the next feature release comes out. However, selected feature releases are designated as Long Term Support (LTS) releases, and will continue to receive maintenance updates to address any security and data-loss related issues that arise, up until the next Long Term Support release. Typically, a Long Term Support release will happen once every four feature releases, giving a support period of eight months.
|
||||
|
||||
Exceptionally, with 2.0 introducing breaking changes, 1.13 was designated as LTS in addition to 1.12. The support period for both versions will last until the next LTS is released, some time around September 2018.
|
||||
|
||||
+-------------------+---------------------------------------+
|
||||
| Wagtail release | LTS support period |
|
||||
+===================+=======================================+
|
||||
| 0.8 LTS | November 2014 - March 2016 |
|
||||
+-------------------+---------------------------------------+
|
||||
| 1.4 LTS | March 2016 - December 2016 |
|
||||
+-------------------+---------------------------------------+
|
||||
| 1.8 LTS | December 2016 - August 2017 |
|
||||
+-------------------+---------------------------------------+
|
||||
| 1.12 LTS | August 2017 - April 2018 (expected) |
|
||||
+-------------------+---------------------------------------+
|
||||
|
||||
+-------------------+------------------------------------------+
|
||||
| Wagtail release | LTS support period |
|
||||
+===================+==========================================+
|
||||
| 0.8 LTS | November 2014 - March 2016 |
|
||||
+-------------------+------------------------------------------+
|
||||
| 1.4 LTS | March 2016 - December 2016 |
|
||||
+-------------------+------------------------------------------+
|
||||
| 1.8 LTS | December 2016 - August 2017 |
|
||||
+-------------------+------------------------------------------+
|
||||
| 1.12 LTS | August 2017 - September 2018 (expected) |
|
||||
+-------------------+------------------------------------------+
|
||||
| 1.13 LTS | October 2017 - September 2018 (expected) |
|
||||
+-------------------+------------------------------------------+
|
||||
|
||||
Deprecation policy
|
||||
==================
|
||||
|
@ -76,52 +78,52 @@ New feature releases frequently add support for newer versions of Django and Pyt
|
|||
|
||||
The compatible versions of Django and Python for each Wagtail release are:
|
||||
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| Wagtail release | Compatible Django versions | Compatible Python versions |
|
||||
+===================+==============================+=============================+
|
||||
| 0.1 | 1.6 | 2.7 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 0.2 | 1.6 | 2.7 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 0.3 | 1.6 | 2.6, 2.7 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 0.4 | 1.6 | 2.6, 2.7, 3.2, 3.3, 3.4 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 0.5 | 1.6 | 2.6, 2.7, 3.2, 3.3, 3.4 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 0.6 | 1.6, 1.7 | 2.6, 2.7, 3.2, 3.3, 3.4 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 0.7 | 1.6, 1.7 | 2.6, 2.7, 3.2, 3.3, 3.4 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 0.8 LTS | 1.6, 1.7 | 2.6, 2.7, 3.2, 3.3, 3.4 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.0 | 1.7, 1.8 | 2.7, 3.3, 3.4 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.1 | 1.7, 1.8 | 2.7, 3.3, 3.4 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.2 | 1.7, 1.8 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.3 | 1.7, 1.8, 1.9 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.4 LTS | 1.8, 1.9 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.5 | 1.8, 1.9 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.6 | 1.8, 1.9, 1.10 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.7 | 1.8, 1.9, 1.10 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.8 LTS | 1.8, 1.9, 1.10 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.9 | 1.8, 1.9, 1.10 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.10 | 1.8, 1.10, 1.11 | 2.7, 3.4, 3.5, 3.6 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.11 | 1.8, 1.10, 1.11 | 2.7, 3.4, 3.5, 3.6 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.12 LTS | 1.8, 1.10, 1.11 | 2.7, 3.4, 3.5, 3.6 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.13 | 1.8, 1.10, 1.11 | 2.7, 3.4, 3.5, 3.6 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 2.0 | 1.11, 2.0 | 3.4, 3.5, 3.6 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| Wagtail release | Compatible Django versions | Compatible Python versions |
|
||||
+===================+==============================+=============================+
|
||||
| 0.1 | 1.6 | 2.7 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 0.2 | 1.6 | 2.7 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 0.3 | 1.6 | 2.6, 2.7 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 0.4 | 1.6 | 2.6, 2.7, 3.2, 3.3, 3.4 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 0.5 | 1.6 | 2.6, 2.7, 3.2, 3.3, 3.4 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 0.6 | 1.6, 1.7 | 2.6, 2.7, 3.2, 3.3, 3.4 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 0.7 | 1.6, 1.7 | 2.6, 2.7, 3.2, 3.3, 3.4 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 0.8 LTS | 1.6, 1.7 | 2.6, 2.7, 3.2, 3.3, 3.4 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.0 | 1.7, 1.8 | 2.7, 3.3, 3.4 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.1 | 1.7, 1.8 | 2.7, 3.3, 3.4 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.2 | 1.7, 1.8 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.3 | 1.7, 1.8, 1.9 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.4 LTS | 1.8, 1.9 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.5 | 1.8, 1.9 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.6 | 1.8, 1.9, 1.10 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.7 | 1.8, 1.9, 1.10 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.8 LTS | 1.8, 1.9, 1.10 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.9 | 1.8, 1.9, 1.10 | 2.7, 3.3, 3.4, 3.5 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.10 | 1.8, 1.10, 1.11 | 2.7, 3.4, 3.5, 3.6 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.11 | 1.8, 1.10, 1.11 | 2.7, 3.4, 3.5, 3.6 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.12 LTS | 1.8, 1.10, 1.11 | 2.7, 3.4, 3.5, 3.6 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 1.13 LTS | 1.8, 1.10, 1.11 | 2.7, 3.4, 3.5, 3.6 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
| 2.0 | 1.11, 2.0 | 3.4, 3.5, 3.6 |
|
||||
+-------------------+------------------------------+-----------------------------+
|
||||
|
|
Ładowanie…
Reference in New Issue