| | 6 | |
| | 7 | == 1.6.x Releases |
| | 8 | |
| | 9 | === '''1.6 'Py3'''' |
| | 10 | |
| | 11 | //(September 23, 2023)// |
| | 12 | |
| | 13 | Trac 1.6 is the first major release of Trac in almost 4 years. |
| | 14 | |
| | 15 | This is the first release to support Python 3, supporting Python |
| | 16 | 3.5 and later. Python 2 is no longer supported. |
| | 17 | |
| | 18 | For more information see the [trac:wiki:TracDev/ApiChanges/1.6 API changes] and the detailed |
| | 19 | release notes for [[trac:wiki:TracDev/ReleaseNotes/1.6|1.6]] and the change log for [#a1.5.xReleases 1.5.x Releases] below. |
| | 20 | |
| | 21 | [trac:source:/tags/trac-1.6 View Tag] | [trac:milestone:1.6 View Milestone] |
| | 22 | |
| | 23 | == 1.5.x Releases |
| | 24 | |
| | 25 | === 1.5.4 |
| | 26 | |
| | 27 | //(Feb 11, 2023)// |
| | 28 | |
| | 29 | Fixed several compatibility issues with |
| | 30 | Python 3 releases and Jinja2. Upgraded jQuery |
| | 31 | to version 3.6.3 and jQuery UI to version 1.13. |
| | 32 | |
| | 33 | [trac:source:/tags/trac-1.5.4 View Tag] | [trac:milestone:1.5.4 View Milestone] |
| | 34 | |
| | 35 | === 1.5.3 |
| | 36 | |
| | 37 | //(May 9, 2021)// |
| | 38 | |
| | 39 | Fixed several regressions and compatibility |
| | 40 | issues in the Python 3 conversion. |
| | 41 | |
| | 42 | [trac:source:/tags/trac-1.5.3 View Tag] | [trac:milestone:1.5.3 View Milestone] |
| | 43 | |
| | 44 | === 1.5.2 |
| | 45 | |
| | 46 | //(December 19, 2020)// |
| | 47 | |
| | 48 | Support for Python 2.7 has been dropped. |
| | 49 | Python 3.5+ is supported. |
| | 50 | |
| | 51 | [trac:source:/tags/trac-1.5.2 View Tag] | [trac:milestone:1.5.2 View Milestone] |
| | 52 | |
| | 53 | === 1.5.1 |
| | 54 | |
| | 55 | //(May 25, 2020)// |
| | 56 | |
| | 57 | * Tickets can be retargeted from the milestone |
| | 58 | admin page ([trac:#3754]). |
| | 59 | * Removed deprecated code ([trac:#12787]). |
| | 60 | Plugins that use Genshi can't be used |
| | 61 | and must be migrated to Jinja2. |
| | 62 | |
| | 63 | Additionally, this release includes all of the |
| | 64 | changes in the [trac:milestone:1.4.1] release and |
| | 65 | changes committed to date for the forthcoming [trac:milestone:1.4.2] release. |
| | 66 | |
| | 67 | This will be the only release in the 1.5.x |
| | 68 | release line that supports Python 2.7. Future |
| | 69 | releases will support Python 3.5+. |
| | 70 | |
| | 71 | [trac:source:/tags/trac-1.5.1 View Tag] | [trac:milestone:1.5.1 View Milestone] |