Edgewall Software

Changes between Version 14 and Version 15 of 1.1/TracChangeLog


Ignore:
Timestamp:
May 10, 2015, 4:38:44 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Use InterTrac prefix.

Legend:

Unmodified
Added
Removed
Modified
  • 1.1/TracChangeLog

    v14 v15  
    1717Highlights of the changes:
    1818
    19  - Corrected highlighting of unmodified values in //Config// section of the //About Trac// page (#6551).
    20  - New helper methods on `DatabaseManager` class for plugins to upgrade the database (#8172).
    21  - New `[notification-subscriber]` config section for general configuration of notification subscription defaults and `SubscriberList` macro (#11875).
    22  - Removed dependency on `ConfigObj` for TracFineGrainedPermissions (#11982).
    23  - `Image` macro supports InterWiki prefixes (#12025).
     19 - Corrected highlighting of unmodified values in //Config// section of the //About Trac// page ([trac:#6551]).
     20 - New helper methods on `DatabaseManager` class for plugins to upgrade the database ([trac:#8172]).
     21 - New `[notification-subscriber]` config section for general configuration of notification subscription defaults and `SubscriberList` macro ([trac:#11875]).
     22 - Removed dependency on `ConfigObj` for TracFineGrainedPermissions ([trac:#11982]).
     23 - `Image` macro supports InterWiki prefixes ([trac:#12025]).
    2424
    2525See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
     
    132132
    133133Trac 1.0.6 provides more than 20 fixes and enhancements. The following are some highlights:
    134  - Hash changeset ids and branch names can be used in revision ranges (#11050)
    135  - Improved rendering performance using chunked response when `[trac]` `use_chunked_encoding` is `True` (#11802)
    136  - Improved performance of Git repositories (#11971).
    137  - Header to send when `[trac]` `use_xsendfile` is `True` can be specified through the option `[trac]` `xsendfile_header`. X-Sendfile is supported in Nginx by specifying `X-Accel-Redirect` for the header (#11981).
    138  - Symbolic link can be used for `conf/trac.ini` in environment directory (#12000).
    139  - Hyphen character can be used in WikiProcessor parameter name (#12023).
     134 - Hash changeset ids and branch names can be used in revision ranges ([trac:#11050])
     135 - Improved rendering performance using chunked response when `[trac]` `use_chunked_encoding` is `True` ([trac:#11802])
     136 - Improved performance of Git repositories ([trac:#11971]).
     137 - Header to send when `[trac]` `use_xsendfile` is `True` can be specified through the option `[trac]` `xsendfile_header`. X-Sendfile is supported in Nginx by specifying `X-Accel-Redirect` for the header ([trac:#11981]).
     138 - Symbolic link can be used for `conf/trac.ini` in environment directory ([trac:#12000]).
     139 - Hyphen character can be used in WikiProcessor parameter name ([trac:#12023]).
    140140
    141141See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.6]].
     
    275275
    276276Trac 0.12.7 fixes a minor security issue, as well as a half dozen other minor issues:
    277  - InterWiki filters links through `[wiki] safe_schemes` option if `[wiki] render_unsafe_content` is disabled (#12053).
     277 - InterWiki filters links through `[wiki] safe_schemes` option if `[wiki] render_unsafe_content` is disabled ([trac:#12053]).
    278278
    279279See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.7]].