Changes between Initial Version and Version 1 of TracChangeLog


Ignore:
Timestamp:
11/16/2023 05:53:16 AM (6 months ago)
Author:
trac
Comment:

--

Legend:

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