Changes between Version 1 and Version 2 of Trac Change Log


Ignore:
Timestamp:
Jun 10, 2015, 7:03:42 PM (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Trac Change Log

    v1 v2  
    1010
    1111** No guarantees of feature and API compatibility is made from one 1.1.x release to the next. //
     12
     13=== 1.1.5
     14
     15//(May 10, 2015)//
     16
     17Highlights of the changes:
     18
     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]).
     24
     25See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
     26release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.5]], [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.6]] and [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.7]]
     27(as 1.1.5 contains all the fixes done for 1.0.6 and 0.12.7).
     28
     29[trac:source:/tags/trac-1.1.5 View Tag] | [trac:milestone:1.1.5 View Milestone]
    1230
    1331=== 1.1.4
     
    2543 - Subscription rules can be reordered by drag and drop ([trac:#11941]).
    2644
    27 See also the [trac:wiki:TracDev/ApiChanges/1.1.4 1.1.4] and the detailed
     45See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
    2846release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.4]]
    2947and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.4/1.0.5]]
     
    5472   ([trac:#11839]).
    5573
    56 See also the [trac:wiki:TracDev/ApiChanges/1.1.3 1.1.3] and the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.3]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.3]] (as 1.1.3 contains all the fixes done
     74See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.3]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.3]] (as 1.1.3 contains all the fixes done
    5775for 1.0.3).
    5876
     
    82100 - Authz policy can be used to restrict access to the //Report List// page using the resource id `-1` ([trac:#11697]).
    83101
    84 See also the [trac:wiki:TracDev/ApiChanges/1.1.2 1.1.2] and the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.2]], [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.2]] and [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.6]] (as 1.1.2 contains all the fixes done for 1.0.2 and 0.12.6).
     102See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.2]], [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.2]] and [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.6]] (as 1.1.2 contains all the fixes done for 1.0.2 and 0.12.6).
    85103
    86104[trac:source:/tags/trac-1.1.2 View Tag] | [trac:milestone:1.1.2 View Milestone]
     
    103121 - Dropped support for Python 2.5, either Python 2.6 or Python 2.7 is required //(well, as it happens, 2.5 //still// works, that's a bug ;-) )//
    104122
    105 See also the [trac:wiki:TracDev/ApiChanges/1.1.1 1.1.1] and the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.1]], [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.1]] and [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.5]] (as 1.1.1 contains all the fixes done for 1.0.1 and 0.12.5).
     123See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.1]], [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.1]] and [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.5]] (as 1.1.1 contains all the fixes done for 1.0.1 and 0.12.5).
    106124
    107125[trac:source:/tags/trac-1.1.1 View Tag] | [trac:milestone:1.1.1 View Milestone]
     
    109127== 1.0.x Releases ==
    110128
    111 == 1.0.5
     129=== 1.0.6
     130
     131//(May 10, 2015)//
     132
     133Trac 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 ([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]).
     140
     141See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.6]] and [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.7]] (as 1.0.6 contains all the changes in 0.12.7).
     142
     143[trac:source:/tags/trac-1.0.6 View Tag] | [trac:milestone:1.0.6 View Milestone]
     144
     145=== 1.0.5
    112146
    113147//(March 24, 2015)//
     
    123157[trac:source:/tags/trac-1.0.5 View Tag] | [trac:milestone:1.0.5 View Milestone]
    124158
    125 == 1.0.4
     159=== 1.0.4
    126160
    127161//(February 8, 2015)//
     
    238272== 0.12.x Releases
    239273
     274=== 0.12.7
     275
     276//(May 10, 2015)//
     277
     278Trac 0.12.7 fixes a minor security issue, as well as a half dozen other minor issues:
     279 - InterWiki filters links through `[wiki] safe_schemes` option if `[wiki] render_unsafe_content` is disabled ([trac:#12053]).
     280
     281See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.7]].
     282
     283[trac:source:/tags/trac-0.12.7 View Tag] | [trac:milestone:0.12.7 View Milestone]
     284
    240285=== 0.12.6
    241286