Changes between Version 1 and Version 2 of TracChangeLog


Ignore:
Timestamp:
05/10/20 16:59:02 (4 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeLog

    v1 v2  
    55To see where Trac is going in future releases, see the [trac:roadmap Roadmap].
    66
     7== 1.4.x Releases
     8
     9=== '''1.4 'Jinja''''
     10
     11//(August 28, 2019)//
     12
     13Trac 1.4 is the first major release of Trac in almost 3 years.
     14
     15The 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
     29For more information see the [trac:wiki:TracDev/ApiChanges/1.4 API changes] and the detailed
     30release 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]
    733
    834== 1.3.x Releases
    935
    10 This series of releases correspond to the development branch i.e. [trac:source:trunk trunk], in preparation for the future 1.4.x stable releases.
    11 
    12 See [trac:wiki:1.3/TracChangeLog#a1.3.xReleases 1.3.x Releases].
     36// ** No guarantees of feature and API compatibility is made from one 1.3.x release to the next. //
     37
     38For more information see the [trac:wiki:TracDev/ApiChanges/1.3 API changes] and the detailed
     39release notes for [[trac:wiki:TracDev/ReleaseNotes/1.3#DevelopmentReleases | 1.3]].
     40
     41=== 1.3.6
     42
     43//(August 14, 2019)//
     44
     45Trac 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
     60Trac 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
     68Trac 1.3.4 provides a few fixes for the Jinja2
     69template engine and template conversions.
     70
     71Additional 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
     77See 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
     85Trac 1.3.3 provides many fixes for the Jinja2
     86template engine and template conversions.
     87
     88Additional 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
     102Trac 1.3.2 is the first release to feature
     103Jinja2 as the template engine. Jinja2 provides
     104performance improvements and fixes several
     105long-standing issues that were encountered
     106using Genshi as the template engine. Genshi
     107is still supported until Trac 1.5.1 for
     108rendering plugin templates.
     109
     110Additional 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
     136Trac 1.3.1 is the last release before the switch of the development branch to Jinja2.
     137
     138It is in sync with the version 1.2, and as such contains all its fixes and enhancements as well.
     139
     140Highlights 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]
    13149
    14150
     
    16152
    17153This series correspond to the current stable release branch, i.e. [trac:source:branches/1.2-stable branches/1.2-stable].
     154
     155=== 1.2.5
     156
     157//(August 27, 2019)//
     158
     159Trac 1.2.5 contains a few minor fixes.
     160
     161See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.5]].
     162
     163[trac:source:/tags/trac-1.2.5 View Tag] | [trac:milestone:1.2.5 View Milestone]
     164
     165=== 1.2.4
     166
     167//(July 17, 2019)//
     168
     169Trac 1.2.4 provides a dozen minor fixes and enhancements.
     170
     171See 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.2.4 also contains the changes in 1.0.18).
     172
     173[trac:source:/tags/trac-1.2.4 View Tag] | [trac:milestone:1.2.4 View Milestone]
    18174
    19175=== 1.2.3
     
    70226[trac:source:/tags/trac-1.2.1 View Tag] | [trac:milestone:1.2.1 View Milestone]
    71227
    72 === **1.2 'Hermes'**
     228=== '''1.2 'Hermes''''
    73229
    74230//(November 5, 2016)//
     
    87243
    88244For more information see the [trac:wiki:TracDev/ApiChanges/1.2 API changes] and the detailed
    89 release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2|1.2]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.8 through 1.0.13]]
     245release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#DevelopmentReleases | 1.2]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.8 through 1.0.13]]
    90246(as 1.2 contains all the fixes done for 1.0.8 through 1.0.13).
    91247
     
    246402== 1.0.x Releases
    247403
     404=== 1.0.18
     405
     406//(July 18, 2019)//
     407
     408Trac 1.0.18 provides more than a dozen bug fixes and minor
     409enhancements. The following are some highlights:
     410
     411 * Fixed query module regression when ordering
     412   multiple columns ([trac:#13068]).
     413 * Fixed regression preventing workflow status
     414   changes for plugins ([trac:#13087]).
     415 * Made compatible with MySQL 8.x ([trac:#13128]).
     416
     417[trac:source:/tags/trac-1.0.18 View Tag] | [trac:milestone:1.0.18 View Milestone]
     418
    248419=== 1.0.17
    249420