Changes between Version 1 and Version 2 of Trac Change Log
- Timestamp:
- Jun 10, 2015, 7:03:42 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac Change Log
v1 v2 10 10 11 11 ** 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 17 Highlights 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 25 See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed 26 release 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] 12 30 13 31 === 1.1.4 … … 25 43 - Subscription rules can be reordered by drag and drop ([trac:#11941]). 26 44 27 See also the [trac:wiki:TracDev/ApiChanges/1.1 .4 1.1.4] and the detailed45 See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed 28 46 release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.4]] 29 47 and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.4/1.0.5]] … … 54 72 ([trac:#11839]). 55 73 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 done74 See 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 57 75 for 1.0.3). 58 76 … … 82 100 - Authz policy can be used to restrict access to the //Report List// page using the resource id `-1` ([trac:#11697]). 83 101 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).102 See 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). 85 103 86 104 [trac:source:/tags/trac-1.1.2 View Tag] | [trac:milestone:1.1.2 View Milestone] … … 103 121 - 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 ;-) )// 104 122 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).123 See 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). 106 124 107 125 [trac:source:/tags/trac-1.1.1 View Tag] | [trac:milestone:1.1.1 View Milestone] … … 109 127 == 1.0.x Releases == 110 128 111 == 1.0.5 129 === 1.0.6 130 131 //(May 10, 2015)// 132 133 Trac 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 141 See 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 112 146 113 147 //(March 24, 2015)// … … 123 157 [trac:source:/tags/trac-1.0.5 View Tag] | [trac:milestone:1.0.5 View Milestone] 124 158 125 == 1.0.4159 === 1.0.4 126 160 127 161 //(February 8, 2015)// … … 238 272 == 0.12.x Releases 239 273 274 === 0.12.7 275 276 //(May 10, 2015)// 277 278 Trac 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 281 See 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 240 285 === 0.12.6 241 286