Edgewall Software

Changes between Initial Version and Version 1 of 1.5/TracChangeLog


Ignore:
Timestamp:
May 26, 2020, 2:03:14 AM (4 years ago)
Author:
Ryan J Ollos
Comment:

Copy TracChangeLog@155.

Legend:

Unmodified
Added
Removed
Modified
  • 1.5/TracChangeLog

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