Changes between Version 2 and Version 3 of TracChangeLog


Ignore:
Timestamp:
Aug 24, 2019, 7:16:43 AM (5 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeLog

    v2 v3  
    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.6
     17
     18//(August 14, 2019)//
     19
     20Trac 1.3.6 provides several fixes and enhancements.
     21
     22* Permission groups added to the CC list will
     23  be resolved to members of the group ([trac:#12808]).
     24* Auto preview timeout can be configured in user
     25  preferences ([trac:#12970]).
     26* `TICKET_EDIT_CC` is required to edit the CC list
     27  for a new ticket ([trac:#13093]).
     28
     29[trac:source:/tags/trac-1.3.6 View Tag] | [trac:milestone:1.3.6 View Milestone]
     30
     31=== 1.3.5
     32
     33//(July 17, 2019)//
     34
     35Trac 1.3.5 fixes a regression in the Ticket Clone feature.
     36
     37[trac:source:/tags/trac-1.3.5 View Tag] | [trac:milestone:1.3.5 View Milestone]
     38
     39=== 1.3.4
     40
     41//(July 17, 2019)//
     42
     43Trac 1.3.4 provides a few fixes for the Jinja2
     44template engine and template conversions.
     45
     46Additional highlights of changes since 1.3.3:
     47* HTTPS support for TracStandalone (`tracd`)
     48  ([trac:#12611]).
     49* Minor style improvements for ticket and wiki pages
     50  ([trac:#13116]).
     51
     52See 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).
     53
     54[trac:source:/tags/trac-1.3.4 View Tag] | [trac:milestone:1.3.4 View Milestone]
     55
     56=== 1.3.3
     57
     58//(July 20, 2018)//
     59
     60Trac 1.3.3 provides many fixes for the Jinja2
     61template engine and template conversions.
     62
     63Additional highlights of changes since 1.3.2:
     64* The TracGuide is readonly by default ([trac:#12899]).
     65* The `trac-svn-hook` script can be configured using
     66  SVN's hook script environment configuration ([trac:#12771]).
     67* Environment log level defaults to `INFO` and log type
     68  defaults to `file` so that installation issue are captured
     69  in the log when running `trac-admin initenv` ([trac:#12966]).
     70
     71[trac:source:/tags/trac-1.3.3 View Tag] | [trac:milestone:1.3.3 View Milestone]
     72
     73=== 1.3.2
     74
     75//(July 31, 2017)//
     76
     77Trac 1.3.2 is the first release to feature
     78Jinja2 as the template engine. Jinja2 provides
     79performance improvements and fixes several
     80long-standing issues that were encountered
     81using Genshi as the template engine. Genshi
     82is still supported until Trac 1.5.1 for
     83rendering plugin templates.
     84
     85Additional highlights of changes since 1.3.1:
     86* All textareas that support wiki markup provide
     87  an auto-preview ([trac:#3776])
     88* Ticket comments can be cloned to create a
     89  new ticket using the optional component
     90  `tracopt.ticket.clone`
     91  ([trac:#10735]).
     92* Custom navigation items can be added to the
     93  main and meta navigation ([trac:#11317]).
     94* Ticket validators are called when submitting
     95  a batch modification request ([trac:#11723]),
     96  and when editing a ticket comment
     97  ([trac:#12725]).
     98* TracAdmin `convert_db` command for
     99  converting to a new database backend while
     100  preserving all environment data
     101  ([trac:#12299]).
     102* Restyled wiki that allows toggling between
     103  narrow and full width ([trac:#12640]).
     104
     105[trac:source:/tags/trac-1.3.2 View Tag] | [trac:milestone:1.3.2 View Milestone]
     106
     107=== 1.3.1
     108
     109//(November 15, 2016)//
     110
     111Trac 1.3.1 is the last release before the switch of the development branch to Jinja2.
     112
     113It is in sync with the version 1.2, and as such contains all its fixes and enhancements as well.
     114
     115Highlights of the changes since 1.2:
     116
     117* Modernized the code to support Python 2.7 idioms (earlier versions are no longer supported)
     118  ([trac:#12046], [trac:#12148], [trac:#12558], [trac:#12569])
     119* Removed lots of backward compatibility APIs from pre-1.0 days;
     120  in particular, the database API is now exclusively based on the [[trac:wiki:TracDev/ApiChanges/1.1#DatabaseAPIChanges|context managers]] ([trac:#9612], [trac:#11901])
     121* Ticket changes can be used to format the subject template ([trac:#12205])
     122
     123[trac:source:/tags/trac-1.3.1 View Tag] | [trac:milestone:1.3.1 View Milestone]
    13124
    14125
     
    16127
    17128This series correspond to the current stable release branch, i.e. [trac:source:branches/1.2-stable branches/1.2-stable].
     129
     130=== 1.2.4
     131
     132//(July 17, 2019)//
     133
     134Trac 1.2.4 provides a dozen minor fixes and enhancements.
     135
     136See 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).
     137
     138[trac:source:/tags/trac-1.2.4 View Tag] | [trac:milestone:1.2.4 View Milestone]
     139
     140=== 1.2.3
     141
     142//(July 29, 2018)//
     143
     144Trac 1.2.3 provides 2 dozen minor fixes and enhancements.
     145The following are some highlights:
     146
     147* Notification subscriber for New Tickets ([trac:#6613]).
     148* Configurable HTTP headers ([trac:#12964]).
     149
     150See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.3]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.17]] (as 1.2.3 also contains the changes in 1.0.17).
     151
     152[trac:source:/tags/trac-1.2.3 View Tag] | [trac:milestone:1.2.3 View Milestone]
    18153
    19154=== 1.2.2
     
    56191[trac:source:/tags/trac-1.2.1 View Tag] | [trac:milestone:1.2.1 View Milestone]
    57192
    58 === **1.2 'Hermes'**
     193=== 1.2 'Hermes'
    59194
    60195//(November 5, 2016)//
     
    73208
    74209For 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]]
     210release 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]]
    76211(as 1.2 contains all the fixes done for 1.0.8 through 1.0.13).
    77212
     
    232367== 1.0.x Releases
    233368
     369=== 1.0.18
     370
     371//(July 18, 2019)//
     372
     373Trac 1.0.18 provides more than a dozen bug fixes and minor
     374enhancements. The following are some highlights:
     375
     376 * Fixed query module regression when ordering
     377   multiple columns ([trac:#13068]).
     378 * Fixed regression preventing workflow status
     379   changes for plugins ([trac:#13087]).
     380 * Made compatible with MySQL 8.x ([trac:#13128]).
     381
     382[trac:source:/tags/trac-1.0.18 View Tag] | [trac:milestone:1.0.18 View Milestone]
     383
     384=== 1.0.17
     385
     386//(July 11, 2018)//
     387
     388Trac 1.0.17 provides more than 3 dozen bug fixes and minor
     389enhancements. The following are some highlights:
     390
     391 * Fixed `ERR_BLOCKED_BY_XSS_AUDITOR` during preview for
     392   certain content with Chrome browser ([trac:#12926]).
     393 * Improved performance of query module when many custom
     394   fields are used ([trac:#12967]).
     395 * Fixed ticket description not rendered in wiki format in
     396   query view ([trac:#13010]).
     397 * Added submodule support for Git repository ([trac:#10603])
     398
     399[trac:source:/tags/trac-1.0.17 View Tag] | [trac:milestone:1.0.17 View Milestone]
     400
     401=== 1.0.16
     402
     403//Not Released//
     404
    234405=== 1.0.15
    235406