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