Edgewall Software

Changes between Version 3 and Version 4 of 1.2/TracChangeLog


Ignore:
Timestamp:
Jun 28, 2020, 9:00:19 PM (4 years ago)
Author:
Ryan J Ollos
Comment:

Remove future releases.

Legend:

Unmodified
Added
Removed
Modified
  • 1.2/TracChangeLog

    v3 v4  
    44
    55To see where Trac is going in future releases, see the [trac:roadmap Roadmap].
    6 
    7 == 1.4.x Releases
    8 
    9 === '''1.4 'Jinja''''
    10 
    11 //(August 28, 2019)//
    12 
    13 Trac 1.4 is the first major release of Trac in almost 3 years.
    14 
    15 The following are some highlights from the release:
    16 
    17 * Jinja2 is the template engine, providing performance
    18   improvements over Genshi. Genshi is still supported
    19   until Trac 1.5.1 for rendering plugin templates.
    20 * Custom navigation items can be added to the
    21   main and meta navigation ([trac:#11317]).
    22 * TracAdmin `convert_db` command for
    23   converting to a new database backend while
    24   preserving all environment data
    25   ([trac:#12299]).
    26 * Restyled wiki that allows toggling between
    27   narrow and full width ([trac:#12640]).
    28 
    29 For more information see the [trac:wiki:TracDev/ApiChanges/1.4 API changes] and the detailed
    30 release notes for [[trac:wiki:TracDev/ReleaseNotes/1.4#DevelopmentReleases | 1.4]] and the change log for [#a1.3.xReleases 1.3.x Releases] below.
    31 
    32 [trac:source:/tags/trac-1.4 View Tag] | [trac:milestone:1.4 View Milestone]
    33 
    34 == 1.3.x Releases
    35 
    36 // ** No guarantees of feature and API compatibility is made from one 1.3.x release to the next. //
    37 
    38 For more information see the [trac:wiki:TracDev/ApiChanges/1.3 API changes] and the detailed
    39 release notes for [[trac:wiki:TracDev/ReleaseNotes/1.3#DevelopmentReleases | 1.3]].
    40 
    41 === 1.3.6
    42 
    43 //(August 14, 2019)//
    44 
    45 Trac 1.3.6 provides several fixes and enhancements.
    46 
    47 * Permission groups added to the CC list will
    48   be resolved to members of the group ([trac:#12808]).
    49 * Auto preview timeout can be configured in user
    50   preferences ([trac:#12970]).
    51 * `TICKET_EDIT_CC` is required to edit the CC list
    52   for a new ticket ([trac:#13093]).
    53 
    54 [trac:source:/tags/trac-1.3.6 View Tag] | [trac:milestone:1.3.6 View Milestone]
    55 
    56 === 1.3.5
    57 
    58 //(July 17, 2019)//
    59 
    60 Trac 1.3.5 fixes a regression in the Ticket Clone feature.
    61 
    62 [trac:source:/tags/trac-1.3.5 View Tag] | [trac:milestone:1.3.5 View Milestone]
    63 
    64 === 1.3.4
    65 
    66 //(July 17, 2019)//
    67 
    68 Trac 1.3.4 provides a few fixes for the Jinja2
    69 template engine and template conversions.
    70 
    71 Additional highlights of changes since 1.3.3:
    72 * HTTPS support for TracStandalone (`tracd`)
    73   ([trac:#12611]).
    74 * Minor style improvements for ticket and wiki pages
    75   ([trac:#13116]).
    76 
    77 See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.4]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.18]] (as 1.3.4 contains the changes in 1.2.4 and 1.0.18).
    78 
    79 [trac:source:/tags/trac-1.3.4 View Tag] | [trac:milestone:1.3.4 View Milestone]
    80 
    81 === 1.3.3
    82 
    83 //(July 20, 2018)//
    84 
    85 Trac 1.3.3 provides many fixes for the Jinja2
    86 template engine and template conversions.
    87 
    88 Additional highlights of changes since 1.3.2:
    89 * The TracGuide is readonly by default ([trac:#12899]).
    90 * The `trac-svn-hook` script can be configured using
    91   SVN's hook script environment configuration ([trac:#12771]).
    92 * Environment log level defaults to `INFO` and log type
    93   defaults to `file` so that installation issue are captured
    94   in the log when running `trac-admin initenv` ([trac:#12966]).
    95 
    96 [trac:source:/tags/trac-1.3.3 View Tag] | [trac:milestone:1.3.3 View Milestone]
    97 
    98 === 1.3.2
    99 
    100 //(July 31, 2017)//
    101 
    102 Trac 1.3.2 is the first release to feature
    103 Jinja2 as the template engine. Jinja2 provides
    104 performance improvements and fixes several
    105 long-standing issues that were encountered
    106 using Genshi as the template engine. Genshi
    107 is still supported until Trac 1.5.1 for
    108 rendering plugin templates.
    109 
    110 Additional highlights of changes since 1.3.1:
    111 * All textareas that support wiki markup provide
    112   an auto-preview ([trac:#3776])
    113 * Ticket comments can be cloned to create a
    114   new ticket using the optional component
    115   `tracopt.ticket.clone`
    116   ([trac:#10735]).
    117 * Custom navigation items can be added to the
    118   main and meta navigation ([trac:#11317]).
    119 * Ticket validators are called when submitting
    120   a batch modification request ([trac:#11723]),
    121   and when editing a ticket comment
    122   ([trac:#12725]).
    123 * TracAdmin `convert_db` command for
    124   converting to a new database backend while
    125   preserving all environment data
    126   ([trac:#12299]).
    127 * Restyled wiki that allows toggling between
    128   narrow and full width ([trac:#12640]).
    129 
    130 [trac:source:/tags/trac-1.3.2 View Tag] | [trac:milestone:1.3.2 View Milestone]
    131 
    132 === 1.3.1
    133 
    134 //(November 15, 2016)//
    135 
    136 Trac 1.3.1 is the last release before the switch of the development branch to Jinja2.
    137 
    138 It is in sync with the version 1.2, and as such contains all its fixes and enhancements as well.
    139 
    140 Highlights of the changes since 1.2:
    141 
    142 * Modernized the code to support Python 2.7 idioms (earlier versions are no longer supported)
    143   ([trac:#12046], [trac:#12148], [trac:#12558], [trac:#12569])
    144 * Removed lots of backward compatibility APIs from pre-1.0 days;
    145   in particular, the database API is now exclusively based on the [[trac:wiki:TracDev/ApiChanges/1.1#DatabaseAPIChanges|context managers]] ([trac:#9612], [trac:#11901])
    146 * Ticket changes can be used to format the subject template ([trac:#12205])
    147 
    148 [trac:source:/tags/trac-1.3.1 View Tag] | [trac:milestone:1.3.1 View Milestone]
    149 
    1506
    1517== 1.2.x Releases