Changes between Version 1 and Version 2 of TracChangeLog


Ignore:
Timestamp:
Apr 6, 2020, 3:52:37 AM (4 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeLog

    v1 v2  
    55To see where Trac is going in future releases, see the [trac:roadmap Roadmap].
    66
    7 
    8 == 1.0.x Releases ==
     7== 1.4.x Releases
     8
     9=== '''1.4 'Jinja''''
     10
     11//(August 28, 2019)//
     12
     13Trac 1.4 is the first major release of Trac in almost 3 years.
     14
     15The 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
     29For more information see the [trac:wiki:TracDev/ApiChanges/1.4 API changes] and the detailed
     30release 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
     38For more information see the [trac:wiki:TracDev/ApiChanges/1.3 API changes] and the detailed
     39release notes for [[trac:wiki:TracDev/ReleaseNotes/1.3#DevelopmentReleases | 1.3]].
     40
     41=== 1.3.6
     42
     43//(August 14, 2019)//
     44
     45Trac 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
     60Trac 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
     68Trac 1.3.4 provides a few fixes for the Jinja2
     69template engine and template conversions.
     70
     71Additional 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
     77See 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
     85Trac 1.3.3 provides many fixes for the Jinja2
     86template engine and template conversions.
     87
     88Additional 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
     102Trac 1.3.2 is the first release to feature
     103Jinja2 as the template engine. Jinja2 provides
     104performance improvements and fixes several
     105long-standing issues that were encountered
     106using Genshi as the template engine. Genshi
     107is still supported until Trac 1.5.1 for
     108rendering plugin templates.
     109
     110Additional 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
     136Trac 1.3.1 is the last release before the switch of the development branch to Jinja2.
     137
     138It is in sync with the version 1.2, and as such contains all its fixes and enhancements as well.
     139
     140Highlights 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
     153This 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
     159Trac 1.2.5 contains a few minor fixes.
     160
     161See 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
     169Trac 1.2.4 provides a dozen minor fixes and enhancements.
     170
     171See 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
     179Trac 1.2.3 provides 2 dozen minor fixes and enhancements.
     180The following are some highlights:
     181
     182* Notification subscriber for New Tickets ([trac:#6613]).
     183* Configurable HTTP headers ([trac:#12964]).
     184
     185See 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
     193Trac 1.2.2 provides close to 2 dozen minor fixes and enhancements.
     194The 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
     202See 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
     210Trac 1.2.1, the first maintenance release in the 1.2.x series,
     211provides more than 30 minor fixes and enhancements.
     212The 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
     224See 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
     232Trac 1.2 is the first major release of Trac in more than 4 years.
     233
     234The 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
     244For more information see the [trac:wiki:TracDev/ApiChanges/1.2 API changes] and the detailed
     245release 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
     259The first Trac 1.2 release candidate is the culmination of nearly 4 years of development.
     260
     261Highlights 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
     269For more information see the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
     270release 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
     279Trac 1.1.6 contains more than a half dozen minor fixes and enhancements.
     280
     281For more information see the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
     282release 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
     292Highlights 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
     300See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
     301release 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
     310Highlights 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
     320See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
     321release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.4]]
     322and [[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
     331The 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
     349See 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
     350for 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
     358The 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
     377See 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
     385Trac 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
     387The 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
     398See 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
     408Trac 1.0.18 provides more than a dozen bug fixes and minor
     409enhancements. 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
     423Trac 1.0.17 provides more than 3 dozen bug fixes and minor
     424enhancements. 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
     444Trac 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
     452Trac 1.0.14 provides more than 3 dozen bug fixes and minor
     453enhancements. 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
     472Trac 1.0.13 provides around a dozen bug fixes and minor
     473enhancements. 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
     486Trac 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]
    9502
    10503=== 1.0.11
     
    17510The following are some additional highlights:
    18511
    19  - Fix resetting //Oldest first// after auto-preview of
     512 - Fixed resetting //Oldest first// after auto-preview of
    20513   ticket change log ([trac:#12381]).
    21514 - Trac is now distributed as wheel package ([trac:#12391]).
     
    23516   ''milestones/versions/enums'' are not defined and a custom
    24517   field of the same name is added ([trac:#12399]).
    25  - Custom field //milestone// would not be shown when
     518 - Custom field //milestone// was not shown when
    26519   standard //milestone// field was hidden ([trac:#12400]).
    27520 - Query system now sorts by `enum.value` rather than
    28521   `ticket.type` for `order=type` ([trac:#12402]).
    29  - Added support for Babel 2.3.2 (2.3.0 and 2.3.1 should not be used) ([trac:#12445]).
     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]
    30526
    31527=== 1.0.10