Changes between Version 3 and Version 4 of TracChangeLog


Ignore:
Timestamp:
Nov 7, 2023, 4:50:51 PM (6 months ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeLog

    v3 v4  
    55To see where Trac is going in future releases, see the [trac:roadmap Roadmap].
    66
     7== 1.6.x Releases
     8
     9=== '''1.6 'Py3''''
     10
     11//(September 23, 2023)//
     12
     13Trac 1.6 is the first major release of Trac in almost 4 years.
     14
     15This is the first release to support Python 3, supporting Python
     163.5 and later. Python 2 is no longer supported.
     17
     18For more information see the [trac:wiki:TracDev/ApiChanges/1.6 API changes] and the detailed
     19release 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
     29Fixed several compatibility issues with
     30Python 3 releases and Jinja2. Upgraded jQuery
     31to 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
     39Fixed several regressions and compatibility
     40issues 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
     48Support for Python 2.7 has been dropped.
     49Python 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
     63Additionally, this release includes all of the
     64changes in the [trac:milestone:1.4.1] release and
     65changes committed to date for the forthcoming [trac:milestone:1.4.2] release.
     66
     67This will be the only release in the 1.5.x
     68release line that supports Python 2.7. Future
     69releases will support Python 3.5+.
     70
     71[trac:source:/tags/trac-1.5.1 View Tag] | [trac:milestone:1.5.1 View Milestone]
     72
    773== 1.4.x Releases
     74
     75=== 1.4.4
     76
     77//(August 11, 2023)//
     78
     79Trac 1.4.4 contains about a dozen minor fixes
     80and improvements.
     81
     82[trac:source:/tags/trac-1.4.4 View Tag] | [trac:milestone:1.4.4 View Milestone]
     83
     84=== 1.4.3
     85
     86//(May 9, 2021)//
     87
     88Trac 1.4.3 contains about a dozen minor fixes
     89and improvements.
     90
     91[trac:source:/tags/trac-1.4.3 View Tag] | [trac:milestone:1.4.3 View Milestone]
    892
    993=== 1.4.2
     
    177261This series correspond to the current stable release branch, i.e. [trac:source:branches/1.2-stable branches/1.2-stable].
    178262
     263=== 1.2.6
     264
     265//(July 1, 2020)//
     266
     267Trac 1.2.6 contains a few minor fixes, inluding a
     268fix for ticket autopreview triggering without a
     269form change.
     270
     271See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.6]].
     272
     273[trac:source:/tags/trac-1.2.6 View Tag] | [trac:milestone:1.2.6 View Milestone]
     274
    179275=== 1.2.5
    180276
     
    426522== 1.0.x Releases
    427523
     524=== 1.0.20
     525
     526//(June 29, 2020)//
     527
     528Trac 1.0.20 provides a few bug fixes. The translation
     529catalogs have also been updated and merged with
     530those from Transifex.
     531
     532[trac:source:/tags/trac-1.0.20 View Tag] | [trac:milestone:1.0.20 View Milestone]
     533
    428534=== 1.0.19
    429535
     
    737843The following list contains only a few highlights:
    738844 - The default theme looks more modern, especially on recent browsers (no effort has been made to make it look better on older browsers like IE6 or 7)
    739  - The [TH:GitPlugin] has been donated by Herbert Valerio Riedel to the Trac project (many thanks!) and is now maintained here as an optional component
     845 - The [https://trac-hacks.org/wiki/GitPlugin GitPlugin] has been donated by Herbert Valerio Riedel to the Trac project (many thanks!) and is now maintained here as an optional component
    740846 - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well
    741847 - The Git and Mercurial log view feature a visualization of the branching structure
    742848 - Usability improvements for the tickets, with a better support for conflict detection and resolution
    743  - Integration of the [TH:BatchModifyPlugin], contributed by Brian Meeker (many thanks!) and is now maintained there as a default component
     849 - Integration of the [https://trac-hacks.org/wiki/BatchModifyPlugin BatchModifyPlugin], contributed by Brian Meeker (many thanks!) and is now maintained there as a default component
    744850 - jQuery/UI integration, featuring a date picker for date fields
    745851 - Improved integration with Pygments syntax highlighting