Changes between Version 2 and Version 3 of TracChangeLog


Ignore:
Timestamp:
06/20/20 21:43:52 (4 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeLog

    v2 v3  
    66
    77
     8== 1.3.x Releases
     9
     10This 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
     12See [trac:wiki:1.3/TracChangeLog#a1.3.xReleases 1.3.x Releases].
     13
     14
    815== 1.2.x Releases
    916
    10 === 1.2 'Hermes'
     17This series correspond to the current stable release branch, i.e. [trac:source:branches/1.2-stable branches/1.2-stable].
     18
     19=== 1.2.5
     20
     21//(August 27, 2019)//
     22
     23Trac 1.2.5 contains a few minor fixes.
     24
     25See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.5]].
     26
     27[trac:source:/tags/trac-1.2.5 View Tag] | [trac:milestone:1.2.5 View Milestone]
     28
     29=== 1.2.4
     30
     31//(July 17, 2019)//
     32
     33Trac 1.2.4 provides a dozen minor fixes and enhancements.
     34
     35See 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).
     36
     37[trac:source:/tags/trac-1.2.4 View Tag] | [trac:milestone:1.2.4 View Milestone]
     38
     39=== 1.2.3
     40
     41//(July 29, 2018)//
     42
     43Trac 1.2.3 provides 2 dozen minor fixes and enhancements.
     44The following are some highlights:
     45
     46* Notification subscriber for New Tickets ([trac:#6613]).
     47* Configurable HTTP headers ([trac:#12964]).
     48
     49See 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).
     50
     51[trac:source:/tags/trac-1.2.3 View Tag] | [trac:milestone:1.2.3 View Milestone]
     52
     53=== 1.2.2
     54
     55//(June 21, 2017)//
     56
     57Trac 1.2.2 provides close to 2 dozen minor fixes and enhancements.
     58The following are some highlights:
     59
     60* Invalid logging configuration changes made through the
     61  //Logging// admin page won't disable a Trac instance ([trac:#8790]).
     62* Fix for regression that prevented
     63  [https://trac-hacks.org/wiki/PermRedirectPlugin PermRedirectPlugin]
     64  from redirecting ([trac:#12818])
     65
     66See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.2]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.14]] through [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.15]] (as 1.2.2 also contains the changes in 1.0.14 and 1.0.15).
     67
     68[trac:source:/tags/trac-1.2.2 View Tag] | [trac:milestone:1.2.2 View Milestone]
     69
     70=== 1.2.1
     71
     72//(March 29, 2017)//
     73
     74Trac 1.2.1, the first maintenance release in the 1.2.x series,
     75provides more than 30 minor fixes and enhancements.
     76The following are some highlights:
     77
     78* [WikiMacros#TracIni-macro TracIni macro] generates anchors for each option ([trac:#9401])
     79 and allows specifying exact options and sections to be rendered
     80 ([trac:#12633])
     81* Several fixes for the enhanced Trac notification system
     82 ([trac:#11928], [trac:#12658], [trac:#12700])
     83* Improved usability of ticket comment //Reply// and
     84 //Edit// buttons ([trac:#12671])
     85* Restored missing ticket change conflict markers
     86 ([trac:#12730])
     87
     88See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.1]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.14]] (as 1.2.1 also contains the changes in 1.0.14).
     89
     90[trac:source:/tags/trac-1.2.1 View Tag] | [trac:milestone:1.2.1 View Milestone]
     91
     92=== **1.2 'Hermes'**
    1193
    1294//(November 5, 2016)//
     
    25107
    26108For more information see the [trac:wiki:TracDev/ApiChanges/1.2 API changes] and the detailed
    27 release 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]]
     109release 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]]
    28110(as 1.2 contains all the fixes done for 1.0.8 through 1.0.13).
    29111
     
    31113
    32114== 1.1.x Releases
    33 // 1.1.x releases are development releases leading eventually to Trac 1.2. See them as kind of snapshots of [trac:source:trunk].
     115// 1.1.x releases were development releases leading to Trac 1.2. See them as kind of snapshots of [trac:source:trunk].
    34116
    35117** No guarantees of feature and API compatibility is made from one 1.1.x release to the next. //
     
    184266== 1.0.x Releases
    185267
     268=== 1.0.18
     269
     270//(July 18, 2019)//
     271
     272Trac 1.0.18 provides more than a dozen bug fixes and minor
     273enhancements. The following are some highlights:
     274
     275 * Fixed query module regression when ordering
     276   multiple columns ([trac:#13068]).
     277 * Fixed regression preventing workflow status
     278   changes for plugins ([trac:#13087]).
     279 * Made compatible with MySQL 8.x ([trac:#13128]).
     280
     281[trac:source:/tags/trac-1.0.18 View Tag] | [trac:milestone:1.0.18 View Milestone]
     282
     283=== 1.0.17
     284
     285//(July 11, 2018)//
     286
     287Trac 1.0.17 provides more than 3 dozen bug fixes and minor
     288enhancements. The following are some highlights:
     289
     290 * Fixed `ERR_BLOCKED_BY_XSS_AUDITOR` during preview for
     291   certain content with Chrome browser ([trac:#12926]).
     292 * Improved performance of query module when many custom
     293   fields are used ([trac:#12967]).
     294 * Fixed ticket description not rendered in wiki format in
     295   query view ([trac:#13010]).
     296 * Added submodule support for Git repository ([trac:#10603])
     297
     298[trac:source:/tags/trac-1.0.17 View Tag] | [trac:milestone:1.0.17 View Milestone]
     299
     300=== 1.0.16
     301
     302//Not Released//
     303
     304=== 1.0.15
     305
     306//(June 16, 2017)//
     307
     308Trac 1.0.15 adds an option `[wiki]` `safe_origins`, for whitelisting URIs considered //safe cross-origin//.
     309
     310[trac:source:/tags/trac-1.0.15 View Tag] | [trac:milestone:1.0.15 View Milestone]
     311
     312=== 1.0.14
     313
     314//(June 9, 2017)//
     315
     316Trac 1.0.14 provides more than 3 dozen bug fixes and minor
     317enhancements. The following are some highlights:
     318
     319 - Improved Git performance ([trac:#12545], [trac:#12694]).
     320 - Reduced memory usage exporting a zip file ([trac:#12765]).
     321 - Fixed batch modify not working for list fields
     322   (regression in 1.0.11) ([trac:#12585]).
     323 - Performance improvements to the Roadmap and Milestone
     324   admin pages when there are many milestones and tickets
     325   ([trac:#12609]).
     326 - SECURITY: Possible XSS via reStructuredText link.
     327 - SECURITY: Injection of password prompt using Image
     328   macro or reStructuredText image.
     329
     330[trac:source:/tags/trac-1.0.14 View Tag] | [trac:milestone:1.0.14 View Milestone]
     331
    186332=== 1.0.13
    187333