Changes between Version 1 and Version 2 of TracChangeLog


Ignore:
Timestamp:
24 May 2018, 12:41:09 (6 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 
    8 == 1.0.x Releases ==
     7== 1.0.x Releases
     8
     9=== 1.0.15
     10
     11//(June 16, 2017)//
     12
     13Trac 1.0.15 adds an option `[wiki]` `safe_origins`, for whitelisting URIs considered //safe cross-origin//.
     14
     15[trac:source:/tags/trac-1.0.15 View Tag] | [trac:milestone:1.0.15 View Milestone]
     16
     17=== 1.0.14
     18
     19//(June 9, 2017)//
     20
     21Trac 1.0.14 provides more than 3 dozen bug fixes and minor
     22enhancements. The following are some highlights:
     23
     24 - Improved Git performance ([trac:#12545], [trac:#12694]).
     25 - Reduced memory usage exporting a zip file ([trac:#12765]).
     26 - Fixed batch modify not working for list fields
     27   (regression in 1.0.11) ([trac:#12585]).
     28 - Performance improvements to the Roadmap and Milestone
     29   admin pages when there are many milestones and tickets
     30   ([trac:#12609]).
     31 - SECURITY: Possible XSS via reStructuredText link.
     32 - SECURITY: Injection of password prompt using Image
     33   macro or reStructuredText image.
     34
     35[trac:source:/tags/trac-1.0.14 View Tag] | [trac:milestone:1.0.14 View Milestone]
     36
     37=== 1.0.13
     38
     39//(September 11, 2016)//
     40
     41Trac 1.0.13 provides around a dozen bug fixes and minor
     42enhancements. The following are some highlights:
     43
     44 - Use locale environment variables to negotiate locale
     45   on console ([trac:#12418]).
     46 - Fixed using incorrect revisions when downloading a zip
     47   file via browser page from Git repository ([trac:#12557]).
     48
     49[trac:source:/tags/trac-1.0.13 View Tag] | [trac:milestone:1.0.13 View Milestone]
     50
     51=== 1.0.12
     52
     53//(July 4, 2016)//
     54
     55Trac 1.0.12 provides around 20 bug fixes and minor enhancements. The following are some highlights:
     56
     57 - Reconnect to PostgreSQL server after restarting it
     58   ([trac:#4984]).
     59 - Workflow actions on the batch modify form are sorted
     60   by the default attribute ([trac:#12447]).
     61 - Fixed Pygments stylesheet not found when style name
     62   contained a dash ([trac:#12505]).
     63 - Fixed incorrect parsing of projects list file by
     64   `GitwebProjectsRepositoryProvider` ([trac:#12518]).
     65 - `TracIni` macro displays option documentation as
     66   multi-line rather than one-liner ([trac:#12522]).
     67 - Fixed regression with `GitConnector` leading to
     68   `IOError: Too many open files` ([trac:#12524]).
     69
     70[trac:source:/tags/trac-1.0.12 View Tag] | [trac:milestone:1.0.12 View Milestone]
     71
     72=== 1.0.11
     73
     74//(May 7, 2016)//
     75
     76Trac 1.0.11 provides more than 30 bug fixes and minor
     77enhancements. As in 1.0.10, an area of focus has been to
     78eliminate tracebacks in the logs due to invalid requests.
     79The following are some additional highlights:
     80
     81 - Fixed resetting //Oldest first// after auto-preview of
     82   ticket change log ([trac:#12381]).
     83 - Trac is now distributed as wheel package ([trac:#12391]).
     84 - Fixed database exceptions in query system when
     85   ''milestones/versions/enums'' are not defined and a custom
     86   field of the same name is added ([trac:#12399]).
     87 - Custom field //milestone// was not shown when
     88   standard //milestone// field was hidden ([trac:#12400]).
     89 - Query system now sorts by `enum.value` rather than
     90   `ticket.type` for `order=type` ([trac:#12402]).
     91 - Added support for Babel 2.3.2 (2.3.0 and 2.3.1 should
     92   not be used)  ([trac:#12445]).
     93
     94[trac:source:/tags/trac-1.0.11 View Tag] | [trac:milestone:1.0.11 View Milestone]
     95
     96=== 1.0.10
     97
     98//(February 20, 2016)//
     99
     100Trac 1.0.10 provides more than 30 bug fixes and minor enhancements. Two areas of focus
     101have been fixing test failures on Windows and eliminating tracebacks in the logs due to
     102invalid requests.
     103
     104See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.10]].
     105
     106[trac:source:/tags/trac-1.0.10 View Tag] | [trac:milestone:1.0.10 View Milestone]
     107
     108=== 1.0.9
     109
     110//(September 10, 2015)//
     111
     112Trac 1.0.9 provides more than a dozen minor fixes and enhancements, including significantly reduced memory usage by the Git repository connector.
     113
     114See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.9]].
     115
     116[trac:source:/tags/trac-1.0.9 View Tag] | [trac:milestone:1.0.9 View Milestone]
     117
     118=== 1.0.8
     119
     120//(July 24, 2015)//
     121
     122Trac 1.0.8 fixes a regression introduced in Trac 1.0.7: the session
     123for an authenticated username containing non-alphanumeric characters
     124could not be retrieved, resulting in the user being denied access to
     125every realm and resource ([trac:#12129]).
     126
     127See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.8]].
     128
     129[trac:source:/tags/trac-1.0.8 View Tag] | [trac:milestone:1.0.8 View Milestone]
     130
     131=== 1.0.7
     132
     133//(July 17, 2015)//
     134
     135Trac 1.0.7 contains more than a dozen minor fixes and enhancements, including the following highlights:
     136 - Custom `svn:keywords` definitions are expanded in Subversion 1.8 and later ([trac:#11364]).
     137 - Fixed MySQL performance regression in query with custom fields ([trac:#12113]).
     138
     139See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.7]].
     140
     141[trac:source:/tags/trac-1.0.7 View Tag] | [trac:milestone:1.0.7 View Milestone]
    9142
    10143=== 1.0.6
     
    156289=== 0.12.7
    157290
    158 //(May 20, 2015)//
     291//(July 12, 2015)//
    159292
    160293Trac 0.12.7 fixes a minor security issue, as well as a half dozen other minor issues: