Changes between Version 3 and Version 4 of TracChangeLog


Ignore:
Timestamp:
2019-02-22T10:54:46+10:00 (6 years 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 
    87== 1.3.x Releases
    98
    109This series of releases correspond to the development branch i.e. [trac:source:trunk trunk], in preparation for the future 1.4.x stable releases.
    1110
    12 See [trac:wiki:1.3/TracChangeLog#a1.3.xReleases 1.3.x Releases].
     11// ** No guarantees of feature and API compatibility is made from one 1.1.x release to the next. //
     12
     13For more information see the [trac:wiki:TracDev/ApiChanges/1.3 API changes] and the detailed
     14release notes for [[trac:wiki:TracDev/ReleaseNotes/1.3#DevelopmentReleases | 1.3]].
     15
     16=== 1.3.3
     17
     18//(July 20, 2018)//
     19
     20Trac 1.3.3 provides many fixes for the Jinja2
     21template engine and template conversions.
     22
     23Additional highlights of changes since 1.3.2:
     24* The TracGuide is readonly by default ([trac:#12899]).
     25* The `trac-svn-hook` script can be configured using
     26  SVN's hook script environment configuration ([trac:#12771]).
     27* Environment log level defaults to `INFO` and log type
     28  defaults to `file` so that installation issue are captured
     29  in the log when running `trac-admin initenv` ([trac:#12966]).
     30
     31[trac:source:/tags/trac-1.3.3 View Tag] | [trac:milestone:1.3.3 View Milestone]
     32
     33=== 1.3.2
     34
     35//(July 31, 2017)//
     36
     37Trac 1.3.2 is the first release to feature
     38Jinja2 as the template engine. Jinja2 provides
     39performance improvements and fixes several
     40long-standing issues that were encountered
     41using Genshi as the template engine. Genshi
     42is still supported until Trac 1.5.1 for
     43rendering plugin templates.
     44
     45Additional highlights of changes since 1.3.1:
     46* All textareas that support wiki markup provide
     47  an auto-preview ([trac:#3776])
     48* Ticket comments can be cloned to create a
     49  new ticket using the optional component
     50  `tracopt.ticket.clone`
     51  ([trac:#10735]).
     52* Custom navigation items can be added to the
     53  main and meta navigation ([trac:#11317]).
     54* Ticket validators are called when submitting
     55  a batch modification request ([trac:#11723]),
     56  and when editing a ticket comment
     57  ([trac:#12725]).
     58* TracAdmin `convert_db` command for
     59  converting to a new database backend while
     60  preserving all environment data
     61  ([trac:#12299]).
     62* Restyled wiki that allows toggling between
     63  narrow and full width ([trac:#12640]).
     64
     65[trac:source:/tags/trac-1.3.2 View Tag] | [trac:milestone:1.3.2 View Milestone]
     66
     67=== 1.3.1
     68
     69//(November 15, 2016)//
     70
     71Trac 1.3.1 is the last release before the switch of the development branch to Jinja2.
     72
     73It is in sync with the version 1.2, and as such contains all its fixes and enhancements as well.
     74
     75Highlights of the changes since 1.2:
     76
     77* Modernized the code to support Python 2.7 idioms (earlier versions are no longer supported)
     78  ([trac:#12046], [trac:#12148], [trac:#12558], [trac:#12569])
     79* Removed lots of backward compatibility APIs from pre-1.0 days;
     80  in particular, the database API is now exclusively based on the [[trac:wiki:TracDev/ApiChanges/1.1#DatabaseAPIChanges|context managers]] ([trac:#9612], [trac:#11901])
     81* Ticket changes can be used to format the subject template ([trac:#12205])
     82
     83[trac:source:/tags/trac-1.3.1 View Tag] | [trac:milestone:1.3.1 View Milestone]
    1384
    1485
     
    56127[trac:source:/tags/trac-1.2.1 View Tag] | [trac:milestone:1.2.1 View Milestone]
    57128
    58 === **1.2 'Hermes'**
     129=== 1.2 'Hermes'
    59130
    60131//(November 5, 2016)//
     
    73144
    74145For more information see the [trac:wiki:TracDev/ApiChanges/1.2 API changes] and the detailed
    75 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]]
     146release 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]]
    76147(as 1.2 contains all the fixes done for 1.0.8 through 1.0.13).
    77148
     
    232303== 1.0.x Releases
    233304
     305=== 1.0.17
     306
     307//(July 11, 2018)//
     308
     309Trac 1.0.17 provides more than 3 dozen bug fixes and minor
     310enhancements. The following are some highlights:
     311
     312 * Fixed `ERR_BLOCKED_BY_XSS_AUDITOR` during preview for
     313   certain content with Chrome browser ([trac:#12926]).
     314 * Improved performance of query module when many custom
     315   fields are used ([trac:#12967]).
     316 * Fixed ticket description not rendered in wiki format in
     317   query view ([trac:#13010]).
     318 * Added submodule support for Git repository ([trac:#10603])
     319
     320[trac:source:/tags/trac-1.0.17 View Tag] | [trac:milestone:1.0.17 View Milestone]
     321
     322=== 1.0.16
     323
     324//Not Released//
     325
    234326=== 1.0.15
    235327