| 1 | [[PageOutline(2-3)]] |
| 2 | = Change Log |
| 3 | This is a rough list of changes between released versions. |
| 4 | |
| 5 | To see where Trac is going in future releases, see the [trac:roadmap Roadmap]. |
| 6 | |
| 7 | == 1.4.x Releases |
| 8 | |
| 9 | === 1.4.2 |
| 10 | |
| 11 | //(June 17, 2020)// |
| 12 | |
| 13 | Trac 1.4.2 has more than a dozen minor fixes and |
| 14 | improvements, including the following highlights: |
| 15 | |
| 16 | * Batch modify has autopreview for comment textarea |
| 17 | and better form styling ([trac:#13285]). |
| 18 | * TracAdmin `config remove <section>` command |
| 19 | deletes a configuration section ([trac:#13305]). |
| 20 | |
| 21 | [trac:source:/tags/trac-1.4.2 View Tag] | [trac:milestone:1.4.2 View Milestone] |
| 22 | |
| 23 | === 1.4.1 |
| 24 | |
| 25 | //(February 12, 2020)// |
| 26 | |
| 27 | Trac 1.4.1 fixes compatibility issues with |
| 28 | Jinja2 versions 2.11 and 2.11.1. Several |
| 29 | other minor defects were also fixed. |
| 30 | |
| 31 | [trac:source:/tags/trac-1.4.1 View Tag] | [trac:milestone:1.4.1 View Milestone] |
| 32 | |
| 33 | === '''1.4 'Jinja'''' |
| 34 | |
| 35 | //(August 28, 2019)// |
| 36 | |
| 37 | Trac 1.4 is the first major release of Trac in almost 3 years. |
| 38 | |
| 39 | The following are some highlights from the release: |
| 40 | |
| 41 | * Jinja2 is the template engine, providing performance |
| 42 | improvements over Genshi. Genshi is still supported |
| 43 | until Trac 1.5.1 for rendering plugin templates. |
| 44 | * Custom navigation items can be added to the |
| 45 | main and meta navigation ([trac:#11317]). |
| 46 | * TracAdmin `convert_db` command for |
| 47 | converting to a new database backend while |
| 48 | preserving all environment data |
| 49 | ([trac:#12299]). |
| 50 | * Restyled wiki that allows toggling between |
| 51 | narrow and full width ([trac:#12640]). |
| 52 | |
| 53 | For more information see the [trac:wiki:TracDev/ApiChanges/1.4 API changes] and the detailed |
| 54 | release notes for [[trac:wiki:TracDev/ReleaseNotes/1.4|1.4]] and the change log for [#a1.3.xReleases 1.3.x Releases] below. |
| 55 | |
| 56 | [trac:source:/tags/trac-1.4 View Tag] | [trac:milestone:1.4 View Milestone] |
| 57 | |
| 58 | == 1.3.x Releases |
| 59 | |
| 60 | // ** No guarantees of feature and API compatibility is made from one 1.3.x release to the next. // |
| 61 | |
| 62 | For more information see the [trac:wiki:TracDev/ApiChanges/1.3 API changes] and the detailed |
| 63 | release notes for [[trac:wiki:TracDev/ReleaseNotes/1.3#DevelopmentReleases | 1.3]]. |
| 64 | |
| 65 | === 1.3.6 |
| 66 | |
| 67 | //(August 14, 2019)// |
| 68 | |
| 69 | Trac 1.3.6 provides several fixes and enhancements. |
| 70 | |
| 71 | * Permission groups added to the CC list will |
| 72 | be resolved to members of the group ([trac:#12808]). |
| 73 | * Auto preview timeout can be configured in user |
| 74 | preferences ([trac:#12970]). |
| 75 | * `TICKET_EDIT_CC` is required to edit the CC list |
| 76 | for a new ticket ([trac:#13093]). |
| 77 | |
| 78 | [trac:source:/tags/trac-1.3.6 View Tag] | [trac:milestone:1.3.6 View Milestone] |
| 79 | |
| 80 | === 1.3.5 |
| 81 | |
| 82 | //(July 17, 2019)// |
| 83 | |
| 84 | Trac 1.3.5 fixes a regression in the Ticket Clone feature. |
| 85 | |
| 86 | [trac:source:/tags/trac-1.3.5 View Tag] | [trac:milestone:1.3.5 View Milestone] |
| 87 | |
| 88 | === 1.3.4 |
| 89 | |
| 90 | //(July 17, 2019)// |
| 91 | |
| 92 | Trac 1.3.4 provides a few fixes for the Jinja2 |
| 93 | template engine and template conversions. |
| 94 | |
| 95 | Additional highlights of changes since 1.3.3: |
| 96 | * HTTPS support for TracStandalone (`tracd`) |
| 97 | ([trac:#12611]). |
| 98 | * Minor style improvements for ticket and wiki pages |
| 99 | ([trac:#13116]). |
| 100 | |
| 101 | See 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.3.4 contains the changes in 1.2.4 and 1.0.18). |
| 102 | |
| 103 | [trac:source:/tags/trac-1.3.4 View Tag] | [trac:milestone:1.3.4 View Milestone] |
| 104 | |
| 105 | === 1.3.3 |
| 106 | |
| 107 | //(July 20, 2018)// |
| 108 | |
| 109 | Trac 1.3.3 provides many fixes for the Jinja2 |
| 110 | template engine and template conversions. |
| 111 | |
| 112 | Additional highlights of changes since 1.3.2: |
| 113 | * The TracGuide is readonly by default ([trac:#12899]). |
| 114 | * The `trac-svn-hook` script can be configured using |
| 115 | SVN's hook script environment configuration ([trac:#12771]). |
| 116 | * Environment log level defaults to `INFO` and log type |
| 117 | defaults to `file` so that installation issue are captured |
| 118 | in the log when running `trac-admin initenv` ([trac:#12966]). |
| 119 | |
| 120 | [trac:source:/tags/trac-1.3.3 View Tag] | [trac:milestone:1.3.3 View Milestone] |
| 121 | |
| 122 | === 1.3.2 |
| 123 | |
| 124 | //(July 31, 2017)// |
| 125 | |
| 126 | Trac 1.3.2 is the first release to feature |
| 127 | Jinja2 as the template engine. Jinja2 provides |
| 128 | performance improvements and fixes several |
| 129 | long-standing issues that were encountered |
| 130 | using Genshi as the template engine. Genshi |
| 131 | is still supported until Trac 1.5.1 for |
| 132 | rendering plugin templates. |
| 133 | |
| 134 | Additional highlights of changes since 1.3.1: |
| 135 | * All textareas that support wiki markup provide |
| 136 | an auto-preview ([trac:#3776]) |
| 137 | * Ticket comments can be cloned to create a |
| 138 | new ticket using the optional component |
| 139 | `tracopt.ticket.clone` |
| 140 | ([trac:#10735]). |
| 141 | * Custom navigation items can be added to the |
| 142 | main and meta navigation ([trac:#11317]). |
| 143 | * Ticket validators are called when submitting |
| 144 | a batch modification request ([trac:#11723]), |
| 145 | and when editing a ticket comment |
| 146 | ([trac:#12725]). |
| 147 | * TracAdmin `convert_db` command for |
| 148 | converting to a new database backend while |
| 149 | preserving all environment data |
| 150 | ([trac:#12299]). |
| 151 | * Restyled wiki that allows toggling between |
| 152 | narrow and full width ([trac:#12640]). |
| 153 | |
| 154 | [trac:source:/tags/trac-1.3.2 View Tag] | [trac:milestone:1.3.2 View Milestone] |
| 155 | |
| 156 | === 1.3.1 |
| 157 | |
| 158 | //(November 15, 2016)// |
| 159 | |
| 160 | Trac 1.3.1 is the last release before the switch of the development branch to Jinja2. |
| 161 | |
| 162 | It is in sync with the version 1.2, and as such contains all its fixes and enhancements as well. |
| 163 | |
| 164 | Highlights of the changes since 1.2: |
| 165 | |
| 166 | * Modernized the code to support Python 2.7 idioms (earlier versions are no longer supported) |
| 167 | ([trac:#12046], [trac:#12148], [trac:#12558], [trac:#12569]) |
| 168 | * Removed lots of backward compatibility APIs from pre-1.0 days; |
| 169 | in particular, the database API is now exclusively based on the [[trac:wiki:TracDev/ApiChanges/1.1#DatabaseAPIChanges|context managers]] ([trac:#9612], [trac:#11901]) |
| 170 | * Ticket changes can be used to format the subject template ([trac:#12205]) |
| 171 | |
| 172 | [trac:source:/tags/trac-1.3.1 View Tag] | [trac:milestone:1.3.1 View Milestone] |
| 173 | |
| 174 | |
| 175 | == 1.2.x Releases |
| 176 | |
| 177 | This series correspond to the current stable release branch, i.e. [trac:source:branches/1.2-stable branches/1.2-stable]. |
| 178 | |
| 179 | === 1.2.5 |
| 180 | |
| 181 | //(August 27, 2019)// |
| 182 | |
| 183 | Trac 1.2.5 contains a few minor fixes. |
| 184 | |
| 185 | See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.5]]. |
| 186 | |
| 187 | [trac:source:/tags/trac-1.2.5 View Tag] | [trac:milestone:1.2.5 View Milestone] |
| 188 | |
| 189 | === 1.2.4 |
| 190 | |
| 191 | //(July 17, 2019)// |
| 192 | |
| 193 | Trac 1.2.4 provides a dozen minor fixes and enhancements. |
| 194 | |
| 195 | See 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). |
| 196 | |
| 197 | [trac:source:/tags/trac-1.2.4 View Tag] | [trac:milestone:1.2.4 View Milestone] |
| 198 | |
| 199 | === 1.2.3 |
| 200 | |
| 201 | //(July 29, 2018)// |
| 202 | |
| 203 | Trac 1.2.3 provides 2 dozen minor fixes and enhancements. |
| 204 | The following are some highlights: |
| 205 | |
| 206 | * Notification subscriber for New Tickets ([trac:#6613]). |
| 207 | * Configurable HTTP headers ([trac:#12964]). |
| 208 | |
| 209 | See 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). |
| 210 | |
| 211 | [trac:source:/tags/trac-1.2.3 View Tag] | [trac:milestone:1.2.3 View Milestone] |
| 212 | |
| 213 | === 1.2.2 |
| 214 | |
| 215 | //(June 21, 2017)// |
| 216 | |
| 217 | Trac 1.2.2 provides close to 2 dozen minor fixes and enhancements. |
| 218 | The following are some highlights: |
| 219 | |
| 220 | * Invalid logging configuration changes made through the |
| 221 | //Logging// admin page won't disable a Trac instance ([trac:#8790]). |
| 222 | * Fix for regression that prevented |
| 223 | [https://trac-hacks.org/wiki/PermRedirectPlugin PermRedirectPlugin] |
| 224 | from redirecting ([trac:#12818]) |
| 225 | |
| 226 | See 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). |
| 227 | |
| 228 | [trac:source:/tags/trac-1.2.2 View Tag] | [trac:milestone:1.2.2 View Milestone] |
| 229 | |
| 230 | === 1.2.1 |
| 231 | |
| 232 | //(March 29, 2017)// |
| 233 | |
| 234 | Trac 1.2.1, the first maintenance release in the 1.2.x series, |
| 235 | provides more than 30 minor fixes and enhancements. |
| 236 | The following are some highlights: |
| 237 | |
| 238 | * [WikiMacros#TracIni-macro TracIni macro] generates anchors for each option ([trac:#9401]) |
| 239 | and allows specifying exact options and sections to be rendered |
| 240 | ([trac:#12633]) |
| 241 | * Several fixes for the enhanced Trac notification system |
| 242 | ([trac:#11928], [trac:#12658], [trac:#12700]) |
| 243 | * Improved usability of ticket comment //Reply// and |
| 244 | //Edit// buttons ([trac:#12671]) |
| 245 | * Restored missing ticket change conflict markers |
| 246 | ([trac:#12730]) |
| 247 | |
| 248 | See 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). |
| 249 | |
| 250 | [trac:source:/tags/trac-1.2.1 View Tag] | [trac:milestone:1.2.1 View Milestone] |
| 251 | |
| 252 | === '''1.2 'Hermes'''' |
| 253 | |
| 254 | //(November 5, 2016)// |
| 255 | |
| 256 | Trac 1.2 is the first major release of Trac in more than 4 years. |
| 257 | |
| 258 | The following are some highlights from the release: |
| 259 | |
| 260 | * Extensible notification system ([trac:#3517]) |
| 261 | * Notification preference panel ([trac:#4056]) |
| 262 | * Usernames replaced with full names ([trac:#7339]) |
| 263 | * Restyled ticket changelog ([trac:#11835]) |
| 264 | * Workflow controls on the //New Ticket// page ([trac:#2045]) |
| 265 | * Editable wiki page version comments ([trac:#6573]) |
| 266 | * Datetime custom fields ([trac:#1942]) |
| 267 | |
| 268 | For more information see the [trac:wiki:TracDev/ApiChanges/1.2 API changes] and the detailed |
| 269 | release 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]] |
| 270 | (as 1.2 contains all the fixes done for 1.0.8 through 1.0.13). |
| 271 | |
| 272 | [trac:source:/tags/trac-1.2 View Tag] | [trac:milestone:1.2 View Milestone] |
| 273 | |
| 274 | == 1.1.x Releases |
| 275 | // 1.1.x releases were development releases leading to Trac 1.2. See them as kind of snapshots of [trac:source:trunk]. |
| 276 | |
| 277 | ** No guarantees of feature and API compatibility is made from one 1.1.x release to the next. // |
| 278 | |
| 279 | === 1.2rc1 |
| 280 | |
| 281 | //(September 14, 2016)// |
| 282 | |
| 283 | The first Trac 1.2 release candidate is the culmination of nearly 4 years of development. |
| 284 | |
| 285 | Highlights of the changes since 1.1.6: |
| 286 | |
| 287 | - Pygments lexer options can be specified as [WikiProcessors WikiProcessor] arguments and defaults can be set in the environment configuration ([trac:#5654]). |
| 288 | - Usernames are replaced with full names when `[trac]` `show_full_names` is true ([trac:#7339]). |
| 289 | - Enum tables on the Ticket Admin pages can be reordered by drag and drop. ([trac:#11682]). |
| 290 | - Ticket changelog is restyled and has a new //Show comments// preference ([trac:#11835]). |
| 291 | - Authentication cookies can be shared across subdomains when `[trac]` `auth_cookie_domain` is configured ([trac:#12251]). |
| 292 | |
| 293 | For more information see the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed |
| 294 | release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.2rc1]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.8 through 1.0.13]] |
| 295 | (as 1.2rc1 contains all the fixes done for 1.0.8 through 1.0.13). |
| 296 | |
| 297 | [trac:source:/tags/trac-1.2rc1 View Tag] | [trac:milestone:1.2 View Milestone] |
| 298 | |
| 299 | === 1.1.6 |
| 300 | |
| 301 | //(July 17, 2015)// |
| 302 | |
| 303 | Trac 1.1.6 contains more than a half dozen minor fixes and enhancements. |
| 304 | |
| 305 | For more information see the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed |
| 306 | release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.6]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.7]] |
| 307 | (as 1.1.6 contains all the fixes done for 1.0.7). |
| 308 | |
| 309 | [trac:source:/tags/trac-1.1.6 View Tag] | [trac:milestone:1.1.6 View Milestone] |
| 310 | |
| 311 | |
| 312 | === 1.1.5 |
| 313 | |
| 314 | //(May 18, 2015)// |
| 315 | |
| 316 | Highlights of the changes: |
| 317 | |
| 318 | - Corrected highlighting of unmodified values in //Config// section of the //About Trac// page ([trac:#6551]). |
| 319 | - New helper methods on `DatabaseManager` class for plugins to upgrade the database ([trac:#8172]). |
| 320 | - New `[notification-subscriber]` config section for general configuration of notification subscription defaults and `SubscriberList` macro ([trac:#11875]). |
| 321 | - Removed dependency on `ConfigObj` for TracFineGrainedPermissions ([trac:#11982]). |
| 322 | - `Image` macro supports InterWiki prefixes ([trac:#12025]). |
| 323 | |
| 324 | See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed |
| 325 | 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]] |
| 326 | (as 1.1.5 contains all the fixes done for 1.0.6 and 0.12.7). |
| 327 | |
| 328 | [trac:source:/tags/trac-1.1.5 View Tag] | [trac:milestone:1.1.5 View Milestone] |
| 329 | |
| 330 | === 1.1.4 |
| 331 | |
| 332 | //(March 24, 2015)// |
| 333 | |
| 334 | Highlights of the changes: |
| 335 | |
| 336 | - Performance improvements with MySQL/MariaDB ([trac:#3676]). |
| 337 | - Click on //Permissions// Admin page table row toggles all |
| 338 | checkboxes in the row ([trac:#11417]). |
| 339 | - Configuration sections are written to trac.ini when enabling a |
| 340 | component through TracAdmin or the web administration module |
| 341 | ([trac:#11437]). |
| 342 | - Subscription rules can be reordered by drag and drop ([trac:#11941]). |
| 343 | |
| 344 | See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed |
| 345 | release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.4]] |
| 346 | and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.4/1.0.5]] |
| 347 | (as 1.1.4 contains all the fixes done for 1.0.4 and 1.0.5). |
| 348 | |
| 349 | [trac:source:/tags/trac-1.1.4 View Tag] | [trac:milestone:1.1.4 View Milestone] |
| 350 | |
| 351 | === 1.1.3 |
| 352 | |
| 353 | //(January 13, 2015)// |
| 354 | |
| 355 | The following list contains highlights of the changes: |
| 356 | |
| 357 | - The ticket creation step can be configured in the TracWorkflow and the |
| 358 | workflow controls are present on the !NewTicket page ([trac:#2045]). |
| 359 | - New notification system that can be extended by plugins ([trac:#3517]). |
| 360 | - New preferences panel for notification subscriptions ([trac:#4056]). |
| 361 | - Wiki page version comments can be edited by users with `WIKI_ADMIN` ([trac:#6573]). |
| 362 | - Improved positioning of //Add Comment// section and //author// field |
| 363 | on the ticket form ([trac:#10207]). |
| 364 | - The delete confirmation pages warn if attachments will also be deleted |
| 365 | ([trac:#11542]). |
| 366 | - Removed support for [trac:SilverCity], Enscript and !PhpRenderer syntax |
| 367 | highlighters ([trac:#11795]). |
| 368 | - Combined //Date & Time// and //Language// preference panels as |
| 369 | //Localization// ([trac:#11813]). |
| 370 | - Groups and permissions can be used in the workflow `set_owner` attribute |
| 371 | ([trac:#11839]). |
| 372 | |
| 373 | 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 |
| 374 | for 1.0.3). |
| 375 | |
| 376 | [trac:source:/tags/trac-1.1.3 View Tag] | [trac:milestone:1.1.3 View Milestone] |
| 377 | |
| 378 | === 1.1.2 |
| 379 | |
| 380 | //(October 23, 2014)// |
| 381 | |
| 382 | The following list contains highlights of the changes: |
| 383 | |
| 384 | - Dropped support for Python 2.5. Trac can no longer be run on Python 2.5 as incompatible changes have been made in the source code ([trac:#11600]). |
| 385 | - The new ticket workflow action `may_set_owner` is similar to `set_owner` but the owner defaults to the existing ticket owner rather than the current user ([trac:#10018]). |
| 386 | - The new option `[ticket]` `optional_fields` specifies ticket select fields that are treated as optional (i.e. an empty value is allowed) ([trac:#10772]). |
| 387 | - Line number and row highlighting annotations can be specified for !WikiProcessor code blocks ([trac:#10834]). |
| 388 | - The //default handler// can be set as a session preference ([trac:#11597]), and the default value for all users can be set from the //Basic Settings// admin page ([trac:#11519]). |
| 389 | - Attachments can't be added to read-only wiki pages ([trac:#11244]). |
| 390 | - Tables on the admin pages have a //Select all// checkbox in the header ([trac:#10994]). |
| 391 | - Submit buttons are disabled if the required items are not selected ([trac:#11056]). |
| 392 | - The Admin //Permissions// page has a //Copy Permissions// form for copying permissions between users and groups ([trac:#11099]). |
| 393 | - The new option `[milestone]` `default_retarget_to` determines the default milestone for retargeting tickets when a milestone is deleted or closed, and can be specified from the //Milestone// admin page ([trac:#10010]). |
| 394 | - The //retarget// select is not shown when closing or deleting a milestone which has no tickets associated with it ([trac:#11366]). |
| 395 | - //Clear default// buttons allow the ticket system default values (e.g. `default_milestone`, `default_version`) to be cleared through the corresponding admin pages ([trac:#10772], [trac:#11300]). |
| 396 | - The `TitleIndex` macro supports relative path prefixes when used on wiki pages ([trac:#11455]). |
| 397 | - [trac:CommitTicketUpdater] will recognize a ticket reference that includes a trailing `#comment:N` or `#comment:description` ([trac:#11622]). |
| 398 | - The //Tickets// column of the milestone table on the //Milestone// admin page contains links to the query page showing all tickets associated with the milestone, grouped by status ([trac:#11661]). |
| 399 | - Authz policy can be used to restrict access to the //Report List// page using the resource id `-1` ([trac:#11697]). |
| 400 | |
| 401 | 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). |
| 402 | |
| 403 | [trac:source:/tags/trac-1.1.2 View Tag] | [trac:milestone:1.1.2 View Milestone] |
| 404 | |
| 405 | === 1.1.1 |
| 406 | |
| 407 | //(February 3, 2013)// |
| 408 | |
| 409 | Trac 1.1.1 starts the 1.1.x development line leading to 1.2 with some new features and a few not-so-disruptive changes. |
| 410 | |
| 411 | The following list contains only a few highlights: |
| 412 | |
| 413 | - Added support for custom ticket fields of type time ([trac:#1942]) |
| 414 | - In new tickets, custom time ticket fields may default to an absolute or relative date / time ([trac:#10853]) |
| 415 | - In TracBatchModify, custom time ticket fields can be changed with a date(time)picker popup control ([trac:#10854]) |
| 416 | - Optionally display the component of tickets in their timeline entries (`[timeline]` `ticket_show_component` setting) ([trac:#10885]) |
| 417 | - Fixed batch modification when no fields are changed ([trac:#10924]) |
| 418 | - Dynamic variables can be used in the report title and description ([trac:#10979]) |
| 419 | - jQuery upgraded to 1.8.3, jQuery UI upgraded to 1.9.2 and jQuery UI Timepicker upgraded to 1.1.1 ([trac:#10976]) |
| 420 | - 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 ;-) )// |
| 421 | |
| 422 | 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). |
| 423 | |
| 424 | [trac:source:/tags/trac-1.1.1 View Tag] | [trac:milestone:1.1.1 View Milestone] |
| 425 | |
| 426 | == 1.0.x Releases |
| 427 | |
| 428 | === 1.0.19 |
| 429 | |
| 430 | //(October 15, 2019)// |
| 431 | |
| 432 | Trac 1.0.19 provides a few bug fixes. The translation |
| 433 | catalogs have also been updated and merged with |
| 434 | those from Transifex. |
| 435 | |
| 436 | [trac:source:/tags/trac-1.0.19 View Tag] | [trac:milestone:1.0.19 View Milestone] |
| 437 | |
| 438 | === 1.0.18 |
| 439 | |
| 440 | //(July 18, 2019)// |
| 441 | |
| 442 | Trac 1.0.18 provides more than a dozen bug fixes and minor |
| 443 | enhancements. The following are some highlights: |
| 444 | |
| 445 | * Fixed query module regression when ordering |
| 446 | multiple columns ([trac:#13068]). |
| 447 | * Fixed regression preventing workflow status |
| 448 | changes for plugins ([trac:#13087]). |
| 449 | * Made compatible with MySQL 8.x ([trac:#13128]). |
| 450 | |
| 451 | [trac:source:/tags/trac-1.0.18 View Tag] | [trac:milestone:1.0.18 View Milestone] |
| 452 | |
| 453 | === 1.0.17 |
| 454 | |
| 455 | //(July 11, 2018)// |
| 456 | |
| 457 | Trac 1.0.17 provides more than 3 dozen bug fixes and minor |
| 458 | enhancements. The following are some highlights: |
| 459 | |
| 460 | * Fixed `ERR_BLOCKED_BY_XSS_AUDITOR` during preview for |
| 461 | certain content with Chrome browser ([trac:#12926]). |
| 462 | * Improved performance of query module when many custom |
| 463 | fields are used ([trac:#12967]). |
| 464 | * Fixed ticket description not rendered in wiki format in |
| 465 | query view ([trac:#13010]). |
| 466 | * Added submodule support for Git repository ([trac:#10603]) |
| 467 | |
| 468 | [trac:source:/tags/trac-1.0.17 View Tag] | [trac:milestone:1.0.17 View Milestone] |
| 469 | |
| 470 | === 1.0.16 |
| 471 | |
| 472 | //Not Released// |
| 473 | |
| 474 | === 1.0.15 |
| 475 | |
| 476 | //(June 16, 2017)// |
| 477 | |
| 478 | Trac 1.0.15 adds an option `[wiki]` `safe_origins`, for whitelisting URIs considered //safe cross-origin//. |
| 479 | |
| 480 | [trac:source:/tags/trac-1.0.15 View Tag] | [trac:milestone:1.0.15 View Milestone] |
| 481 | |
| 482 | === 1.0.14 |
| 483 | |
| 484 | //(June 9, 2017)// |
| 485 | |
| 486 | Trac 1.0.14 provides more than 3 dozen bug fixes and minor |
| 487 | enhancements. The following are some highlights: |
| 488 | |
| 489 | - Improved Git performance ([trac:#12545], [trac:#12694]). |
| 490 | - Reduced memory usage exporting a zip file ([trac:#12765]). |
| 491 | - Fixed batch modify not working for list fields |
| 492 | (regression in 1.0.11) ([trac:#12585]). |
| 493 | - Performance improvements to the Roadmap and Milestone |
| 494 | admin pages when there are many milestones and tickets |
| 495 | ([trac:#12609]). |
| 496 | - SECURITY: Possible XSS via reStructuredText link. |
| 497 | - SECURITY: Injection of password prompt using Image |
| 498 | macro or reStructuredText image. |
| 499 | |
| 500 | [trac:source:/tags/trac-1.0.14 View Tag] | [trac:milestone:1.0.14 View Milestone] |
| 501 | |
| 502 | === 1.0.13 |
| 503 | |
| 504 | //(September 11, 2016)// |
| 505 | |
| 506 | Trac 1.0.13 provides around a dozen bug fixes and minor |
| 507 | enhancements. The following are some highlights: |
| 508 | |
| 509 | - Use locale environment variables to negotiate locale |
| 510 | on console ([trac:#12418]). |
| 511 | - Fixed using incorrect revisions when downloading a zip |
| 512 | file via browser page from Git repository ([trac:#12557]). |
| 513 | |
| 514 | [trac:source:/tags/trac-1.0.13 View Tag] | [trac:milestone:1.0.13 View Milestone] |
| 515 | |
| 516 | === 1.0.12 |
| 517 | |
| 518 | //(July 4, 2016)// |
| 519 | |
| 520 | Trac 1.0.12 provides around 20 bug fixes and minor enhancements. The following are some highlights: |
| 521 | |
| 522 | - Reconnect to PostgreSQL server after restarting it |
| 523 | ([trac:#4984]). |
| 524 | - Workflow actions on the batch modify form are sorted |
| 525 | by the default attribute ([trac:#12447]). |
| 526 | - Fixed Pygments stylesheet not found when style name |
| 527 | contained a dash ([trac:#12505]). |
| 528 | - Fixed incorrect parsing of projects list file by |
| 529 | `GitwebProjectsRepositoryProvider` ([trac:#12518]). |
| 530 | - `TracIni` macro displays option documentation as |
| 531 | multi-line rather than one-liner ([trac:#12522]). |
| 532 | - Fixed regression with `GitConnector` leading to |
| 533 | `IOError: Too many open files` ([trac:#12524]). |
| 534 | |
| 535 | [trac:source:/tags/trac-1.0.12 View Tag] | [trac:milestone:1.0.12 View Milestone] |
| 536 | |
| 537 | === 1.0.11 |
| 538 | |
| 539 | //(May 7, 2016)// |
| 540 | |
| 541 | Trac 1.0.11 provides more than 30 bug fixes and minor |
| 542 | enhancements. As in 1.0.10, an area of focus has been to |
| 543 | eliminate tracebacks in the logs due to invalid requests. |
| 544 | The following are some additional highlights: |
| 545 | |
| 546 | - Fixed resetting //Oldest first// after auto-preview of |
| 547 | ticket change log ([trac:#12381]). |
| 548 | - Trac is now distributed as wheel package ([trac:#12391]). |
| 549 | - Fixed database exceptions in query system when |
| 550 | ''milestones/versions/enums'' are not defined and a custom |
| 551 | field of the same name is added ([trac:#12399]). |
| 552 | - Custom field //milestone// was not shown when |
| 553 | standard //milestone// field was hidden ([trac:#12400]). |
| 554 | - Query system now sorts by `enum.value` rather than |
| 555 | `ticket.type` for `order=type` ([trac:#12402]). |
| 556 | - Added support for Babel 2.3.2 (2.3.0 and 2.3.1 should |
| 557 | not be used) ([trac:#12445]). |
| 558 | |
| 559 | [trac:source:/tags/trac-1.0.11 View Tag] | [trac:milestone:1.0.11 View Milestone] |
| 560 | |
| 561 | === 1.0.10 |
| 562 | |
| 563 | //(February 20, 2016)// |
| 564 | |
| 565 | Trac 1.0.10 provides more than 30 bug fixes and minor enhancements. Two areas of focus |
| 566 | have been fixing test failures on Windows and eliminating tracebacks in the logs due to |
| 567 | invalid requests. |
| 568 | |
| 569 | See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.10]]. |
| 570 | |
| 571 | [trac:source:/tags/trac-1.0.10 View Tag] | [trac:milestone:1.0.10 View Milestone] |
| 572 | |
| 573 | === 1.0.9 |
| 574 | |
| 575 | //(September 10, 2015)// |
| 576 | |
| 577 | Trac 1.0.9 provides more than a dozen minor fixes and enhancements, including significantly reduced memory usage by the Git repository connector. |
| 578 | |
| 579 | See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.9]]. |
| 580 | |
| 581 | [trac:source:/tags/trac-1.0.9 View Tag] | [trac:milestone:1.0.9 View Milestone] |
| 582 | |
| 583 | === 1.0.8 |
| 584 | |
| 585 | //(July 24, 2015)// |
| 586 | |
| 587 | Trac 1.0.8 fixes a regression introduced in Trac 1.0.7: the session |
| 588 | for an authenticated username containing non-alphanumeric characters |
| 589 | could not be retrieved, resulting in the user being denied access to |
| 590 | every realm and resource ([trac:#12129]). |
| 591 | |
| 592 | See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.8]]. |
| 593 | |
| 594 | [trac:source:/tags/trac-1.0.8 View Tag] | [trac:milestone:1.0.8 View Milestone] |
| 595 | |
| 596 | === 1.0.7 |
| 597 | |
| 598 | //(July 17, 2015)// |
| 599 | |
| 600 | Trac 1.0.7 contains more than a dozen minor fixes and enhancements, including the following highlights: |
| 601 | - Custom `svn:keywords` definitions are expanded in Subversion 1.8 and later ([trac:#11364]). |
| 602 | - Fixed MySQL performance regression in query with custom fields ([trac:#12113]). |
| 603 | |
| 604 | See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.7]]. |
| 605 | |
| 606 | [trac:source:/tags/trac-1.0.7 View Tag] | [trac:milestone:1.0.7 View Milestone] |
| 607 | |
| 608 | === 1.0.6 |
| 609 | |
| 610 | //(May 20, 2015)// |
| 611 | |
| 612 | Trac 1.0.6 provides more than 20 fixes and enhancements. The following are some highlights: |
| 613 | - Hash changeset ids and branch names can be used in revision ranges ([trac:#11050]) |
| 614 | - Improved rendering performance using chunked response when `[trac]` `use_chunked_encoding` is `True` ([trac:#11802]) |
| 615 | - Improved performance of Git repositories ([trac:#11971]). |
| 616 | - 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]). |
| 617 | - Symbolic link can be used for `conf/trac.ini` in environment directory ([trac:#12000]). |
| 618 | - Hyphen character can be used in !WikiProcessor parameter name ([trac:#12023]). |
| 619 | |
| 620 | 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 also contains the changes in 0.12.7). |
| 621 | |
| 622 | [trac:source:/tags/trac-1.0.6 View Tag] | [trac:milestone:1.0.6 View Milestone] |
| 623 | |
| 624 | === 1.0.5 |
| 625 | |
| 626 | //(March 24, 2015)// |
| 627 | |
| 628 | Trac 1.0.5 provides several fixes. The following are some highlights: |
| 629 | |
| 630 | - Images are not rendered in the timeline ([trac:#10751]). |
| 631 | - Git tags are shown in the browser view ([trac:#11964]). |
| 632 | - Added support for `journal_mode` and `synchronous` pragmas |
| 633 | in `sqlite:` database connection string ([trac:#11967]). |
| 634 | |
| 635 | See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.5]]. |
| 636 | |
| 637 | [trac:source:/tags/trac-1.0.5 View Tag] | [trac:milestone:1.0.5 View Milestone] |
| 638 | |
| 639 | === 1.0.4 |
| 640 | |
| 641 | //(February 8, 2015)// |
| 642 | |
| 643 | Trac 1.0.4 contains a few fixes, including a fix for a regression in 1.0.3. |
| 644 | |
| 645 | - Workflow action labels were not displayed unless name attribute |
| 646 | was explicitly defined ([trac:#11930]). |
| 647 | |
| 648 | See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.4]]. |
| 649 | |
| 650 | [trac:source:/tags/trac-1.0.4 View Tag] | [trac:milestone:1.0.4 View Milestone] |
| 651 | |
| 652 | === 1.0.3 |
| 653 | |
| 654 | //(January 13, 2015)// |
| 655 | |
| 656 | Trac 1.0.3 is a maintenance release containing numerous fixes and minor |
| 657 | enhancements. The following are a few of the highlights: |
| 658 | |
| 659 | The following list contains only a few highlights: |
| 660 | |
| 661 | - Notification is sent when adding an attachment to a ticket ([trac:#2259]). |
| 662 | - Stylesheets and scripts are loaded during autopreview, resulting in proper |
| 663 | syntax highlighting when code WikiProcessors are added ([trac:#10470]) and display |
| 664 | of Workflow graphs without explicit autopreview ([trac:#10674]). |
| 665 | - Merge changesets are shown as differences against first parent, resulting |
| 666 | in less noisy changesets ([trac:#10740]). |
| 667 | - Pygments 2.0 is supported ([trac:#11796]). |
| 668 | - Fixed error when completing the `initenv` TracAdmin command ([trac:#11797]). |
| 669 | - Performance improvement on systems with many thousands of authenticated |
| 670 | users due to caching of Environment.get_known_users ([trac:#11868]). |
| 671 | - Distribution metadata of wheel package is supported and displayed on the |
| 672 | About page ([trac:#11877]). |
| 673 | - … and more than 3 dozen total fixes! |
| 674 | |
| 675 | See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.3]]. |
| 676 | |
| 677 | [trac:source:/tags/trac-1.0.3 View Tag] | [trac:milestone:1.0.3 View Milestone] |
| 678 | |
| 679 | |
| 680 | === 1.0.2 |
| 681 | |
| 682 | //(October 23, 2014)// |
| 683 | |
| 684 | Trac 1.0.2 contains a number of bug fixes and minor enhancements, as well as a major update for many translations. |
| 685 | |
| 686 | The following list contains only a few highlights: |
| 687 | |
| 688 | - Subversion keywords are expanded and EOL substitutions made when viewing a file in the repository browser and when downloading a file ([trac:#717]). |
| 689 | - Notification email is sent to the old owner when a ticket is reassigned ([trac:#2311]). |
| 690 | - Ticket change history is updated when renaming and deleting a milestone, and when retargeting tickets to another milestone ([trac:#4582], [trac:#5658]). |
| 691 | - Numerous fixes for the Authz permissions policy in the browser/repository ([trac:#10961], [trac:#11646]), wiki ([trac:#8976], [trac:#11067]), admin ([trac:#11069]) and report ([trac:#11176]) realms. |
| 692 | - Multiple forms submits are disallowed ([trac:#10138]). |
| 693 | - `ConfigurationError` is raised if any of the `permission_policies` can't be loaded, preventing possible information leakage due to internal and installation errors ([trac:#10285]). |
| 694 | - Wiki toolbars can be disabled through a configuration setting ([trac:#10837]) |
| 695 | - The number of entries in a table is shown next to heading on applicable admin pages ([trac:#11027]). |
| 696 | - //Cancel// buttons are consistently located on all pages ([trac:#11076]). |
| 697 | - Focus is placed on a text element when an edit page is loaded ([trac:#11084]). |
| 698 | - The //Edit conflict// and //Merge// warning messages are always visible in side-by-side edit mode ([trac:#11102]). |
| 699 | - Improvements to the layout of the Report ([trac:#11106], [trac:#11664]) and Ticket pages ([trac:#11471]). |
| 700 | - Genshi 0.7 compatibility ([trac:#11218]). |
| 701 | - Numerous minor fixes for Git repository support. |
| 702 | - … and more than a hundred more fixes! |
| 703 | |
| 704 | See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.2]] and [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.6]] (as 1.0.2 contains all the fixes done for 0.12.6). |
| 705 | |
| 706 | [trac:source:/tags/trac-1.0.2 View Tag] | [trac:milestone:1.0.2 View Milestone] |
| 707 | |
| 708 | |
| 709 | === 1.0.1 |
| 710 | |
| 711 | //(February 1, 2013)// |
| 712 | |
| 713 | Trac 1.0.1 contains a number of bug fixes and minor enhancements, as well as a major update for many translations. |
| 714 | |
| 715 | The following list contains only a few highlights: |
| 716 | |
| 717 | - Fix zip source download for large directories in Subversion repositories ([trac:#10840]) |
| 718 | - Performance improvement for the Roadmap, by caching milestone properties ([trac:#10879]) |
| 719 | - Added a ''select all'' checkbox to table of components for each plugin on the Plugins admin panel ([trac:#9609]) |
| 720 | - Restore the ''Modify'' link at the top of the ticket page, as it was in Trac 0.12 ([trac:#10856]) |
| 721 | - `ListOption` keeps values other than empty string and None in raw list as default ([trac:#10541]) |
| 722 | - Prevent possibility of multiple identical info or warning messages being presented to the user ([trac:#10987]) |
| 723 | - The !BatchModify select-all checkboxes are toggled with tri-state behavior when the ticket checkboxes are toggled ([trac:#10992]) |
| 724 | - Update the ticket changetime to the current time when deleting a ticket comment ([trac:#10486]) |
| 725 | |
| 726 | See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.1]] and [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.5]] (as 1.0.1 contains all the fixes done for 0.12.5). |
| 727 | |
| 728 | [trac:source:/tags/trac-1.0.1 View Tag] | [trac:milestone:1.0.1 View Milestone] |
| 729 | |
| 730 | |
| 731 | === '''1.0 'Cell' ''' |
| 732 | |
| 733 | //(September 7, 2012)// |
| 734 | |
| 735 | Trac 1.0 is a major release adding refreshed user interface and improved DVCS repository support as the most visible changes. |
| 736 | |
| 737 | The following list contains only a few highlights: |
| 738 | - The default theme looks more modern, especially on recent browsers (no effort has been made to make it look better on older browsers like IE6 or 7) |
| 739 | - The [TH:GitPlugin] has been donated by Herbert Valerio Riedel to the Trac project (many thanks!) and is now maintained here as an optional component |
| 740 | - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well |
| 741 | - The Git and Mercurial log view feature a visualization of the branching structure |
| 742 | - Usability improvements for the tickets, with a better support for conflict detection and resolution |
| 743 | - Integration of the [TH:BatchModifyPlugin], contributed by Brian Meeker (many thanks!) and is now maintained there as a default component |
| 744 | - jQuery/UI integration, featuring a date picker for date fields |
| 745 | - Improved integration with Pygments syntax highlighting |
| 746 | - ... and numerous smaller features added and bugs fixed since 0.12! |
| 747 | |
| 748 | See the full list in [trac:wiki:TracDev/ReleaseNotes/1.0 1.0]. |
| 749 | |
| 750 | [trac:source:/tags/trac-1.0 View Tag] | [trac:milestone:1.0 View Milestone] |
| 751 | |
| 752 | == Older Releases |
| 753 | |
| 754 | For releases prior to 1.0, see [trac:TracChangeLog@154#a0.12.xReleases TracChangeLog@154]. |
| 755 | |
| 756 | For releases prior to 0.12, see [trac:TracChangeLog@95#a0.11.xReleases TracChangeLog@95]. |