Changes between Version 2 and Version 3 of Trac Change Log


Ignore:
Timestamp:
Feb 14, 2023, 8:45:17 AM (15 months ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Trac Change Log

    v2 v3  
    55To see where Trac is going in future releases, see the [trac:roadmap Roadmap].
    66
     7== 1.5.x Releases
     8
     9=== 1.5.4
     10
     11//(Feb 11, 2023)//
     12
     13Fixed several compatibility issues with
     14Python 3 releases and Jinja2. Upgraded jQuery
     15to version 3.6.3 and jQuery UI to version 1.13.
     16
     17[trac:source:/tags/trac-1.5.4 View Tag] | [trac:milestone:1.5.4 View Milestone]
     18
     19=== 1.5.3
     20
     21//(May 9, 2021)//
     22
     23Fixed several regressions and compatibility
     24issues in the Python 3 conversion.
     25
     26[trac:source:/tags/trac-1.5.3 View Tag] | [trac:milestone:1.5.3 View Milestone]
     27
     28=== 1.5.2
     29
     30//(December 19, 2020)//
     31
     32Support for Python 2.7 has been dropped.
     33Python 3.5+ is supported.
     34
     35[trac:source:/tags/trac-1.5.2 View Tag] | [trac:milestone:1.5.2 View Milestone]
     36
     37=== 1.5.1
     38
     39//(May 25, 2020)//
     40
     41* Tickets can be retargeted from the milestone
     42  admin page ([trac:#3754]).
     43* Removed deprecated code ([trac:#12787]).
     44  Plugins that use Genshi can't be used
     45  and must be migrated to Jinja2.
     46
     47Additionally, this release includes all of the
     48changes in the [trac:milestone:1.4.1] release and
     49changes committed to date for the forthcoming [trac:milestone:1.4.2] release.
     50
     51This will be the only release in the 1.5.x
     52release line that supports Python 2.7. Future
     53releases will support Python 3.5+.
     54
     55[trac:source:/tags/trac-1.5.1 View Tag] | [trac:milestone:1.5.1 View Milestone]
     56
    757== 1.4.x Releases
    8 
    9 === 1.4.2
    10 
    11 //(June 17, 2020)//
    12 
    13 Trac 1.4.2 has more than a dozen minor fixes and
    14 improvements, including the following highlights:
    15 
    16 * Batch modify has autopreview for comment textarea
    17   and better form styling ([trac:#13285]).
    18 * TracAdmin `config remove <section>` command
    19   deletes a configuration section ([trac:#13305]).
    20 
    21 [trac:source:/tags/trac-1.4.2 View Tag] | [trac:milestone:1.4.2 View Milestone]
    2258
    2359=== 1.4.1
     
    177213This series correspond to the current stable release branch, i.e. [trac:source:branches/1.2-stable branches/1.2-stable].
    178214
     215=== 1.2.6
     216
     217//(July 1, 2020)//
     218
     219Trac 1.2.6 contains a few minor fixes, inluding a
     220fix for ticket autopreview triggering without a
     221form change.
     222
     223See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.6]].
     224
     225[trac:source:/tags/trac-1.2.6 View Tag] | [trac:milestone:1.2.6 View Milestone]
     226
    179227=== 1.2.5
    180228
     
    426474== 1.0.x Releases
    427475
     476=== 1.0.20
     477
     478//(June 29, 2020)//
     479
     480Trac 1.0.20 provides a few bug fixes. The translation
     481catalogs have also been updated and merged with
     482those from Transifex.
     483
     484[trac:source:/tags/trac-1.0.20 View Tag] | [trac:milestone:1.0.20 View Milestone]
     485
    428486=== 1.0.19
    429487
     
    737795The following list contains only a few highlights:
    738796 - 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
     797 - 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
    740798 - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well
    741799 - The Git and Mercurial log view feature a visualization of the branching structure
    742800 - 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
     801 - 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
    744802 - jQuery/UI integration, featuring a date picker for date fields
    745803 - Improved integration with Pygments syntax highlighting