Changes between Version 2 and Version 3 of TracChangeLog


Ignore:
Timestamp:
May 8, 2022, 3:10:12 PM (2 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeLog

    v2 v3  
    55To see where Trac is going in future releases, see the [trac:roadmap Roadmap].
    66
     7== 1.4.x Releases
     8
     9=== 1.4.2
     10
     11//(June 17, 2020)//
     12
     13Trac 1.4.2 has more than a dozen minor fixes and
     14improvements, including the following highlights:
     15
     16* Batch modify has autopreview for comment textarea
     17  and better form styling ([trac:#13285]).
     18* TracAdmin `config remove <section>` command
     19  deletes a configuration section ([trac:#13305]).
     20
     21[trac:source:/tags/trac-1.4.2 View Tag] | [trac:milestone:1.4.2 View Milestone]
     22
     23=== 1.4.1
     24
     25//(February 12, 2020)//
     26
     27Trac 1.4.1 fixes compatibility issues with
     28Jinja2 versions 2.11 and 2.11.1. Several
     29other minor defects were also fixed.
     30
     31[trac:source:/tags/trac-1.4.1 View Tag] | [trac:milestone:1.4.1 View Milestone]
     32
     33=== '''1.4 'Jinja''''
     34
     35//(August 28, 2019)//
     36
     37Trac 1.4 is the first major release of Trac in almost 3 years.
     38
     39The following are some highlights from the release:
     40
     41* Jinja2 is the template engine, providing performance
     42  improvements over Genshi. Genshi is still supported
     43  until Trac 1.5.1 for rendering plugin templates.
     44* Custom navigation items can be added to the
     45  main and meta navigation ([trac:#11317]).
     46* TracAdmin `convert_db` command for
     47  converting to a new database backend while
     48  preserving all environment data
     49  ([trac:#12299]).
     50* Restyled wiki that allows toggling between
     51  narrow and full width ([trac:#12640]).
     52
     53For more information see the [trac:wiki:TracDev/ApiChanges/1.4 API changes] and the detailed
     54release notes for [[trac:wiki:TracDev/ReleaseNotes/1.4|1.4]] and the change log for [#a1.3.xReleases 1.3.x Releases] below.
     55
     56[trac:source:/tags/trac-1.4 View Tag] | [trac:milestone:1.4 View Milestone]
    757
    858== 1.3.x Releases
    959
    10 This series of releases correspond to the development branch i.e. [trac:source:trunk trunk], in preparation for the future 1.4.x stable releases.
    11 
    12 See [trac:wiki:1.3/TracChangeLog#a1.3.xReleases 1.3.x Releases].
     60// ** No guarantees of feature and API compatibility is made from one 1.3.x release to the next. //
     61
     62For more information see the [trac:wiki:TracDev/ApiChanges/1.3 API changes] and the detailed
     63release notes for [[trac:wiki:TracDev/ReleaseNotes/1.3#DevelopmentReleases | 1.3]].
     64
     65=== 1.3.6
     66
     67//(August 14, 2019)//
     68
     69Trac 1.3.6 provides several fixes and enhancements.
     70
     71* Permission groups added to the CC list will
     72  be resolved to members of the group ([trac:#12808]).
     73* Auto preview timeout can be configured in user
     74  preferences ([trac:#12970]).
     75* `TICKET_EDIT_CC` is required to edit the CC list
     76  for a new ticket ([trac:#13093]).
     77
     78[trac:source:/tags/trac-1.3.6 View Tag] | [trac:milestone:1.3.6 View Milestone]
     79
     80=== 1.3.5
     81
     82//(July 17, 2019)//
     83
     84Trac 1.3.5 fixes a regression in the Ticket Clone feature.
     85
     86[trac:source:/tags/trac-1.3.5 View Tag] | [trac:milestone:1.3.5 View Milestone]
     87
     88=== 1.3.4
     89
     90//(July 17, 2019)//
     91
     92Trac 1.3.4 provides a few fixes for the Jinja2
     93template engine and template conversions.
     94
     95Additional highlights of changes since 1.3.3:
     96* HTTPS support for TracStandalone (`tracd`)
     97  ([trac:#12611]).
     98* Minor style improvements for ticket and wiki pages
     99  ([trac:#13116]).
     100
     101See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.4]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.18]] (as 1.3.4 contains the changes in 1.2.4 and 1.0.18).
     102
     103[trac:source:/tags/trac-1.3.4 View Tag] | [trac:milestone:1.3.4 View Milestone]
     104
     105=== 1.3.3
     106
     107//(July 20, 2018)//
     108
     109Trac 1.3.3 provides many fixes for the Jinja2
     110template engine and template conversions.
     111
     112Additional highlights of changes since 1.3.2:
     113* The TracGuide is readonly by default ([trac:#12899]).
     114* The `trac-svn-hook` script can be configured using
     115  SVN's hook script environment configuration ([trac:#12771]).
     116* Environment log level defaults to `INFO` and log type
     117  defaults to `file` so that installation issue are captured
     118  in the log when running `trac-admin initenv` ([trac:#12966]).
     119
     120[trac:source:/tags/trac-1.3.3 View Tag] | [trac:milestone:1.3.3 View Milestone]
     121
     122=== 1.3.2
     123
     124//(July 31, 2017)//
     125
     126Trac 1.3.2 is the first release to feature
     127Jinja2 as the template engine. Jinja2 provides
     128performance improvements and fixes several
     129long-standing issues that were encountered
     130using Genshi as the template engine. Genshi
     131is still supported until Trac 1.5.1 for
     132rendering plugin templates.
     133
     134Additional highlights of changes since 1.3.1:
     135* All textareas that support wiki markup provide
     136  an auto-preview ([trac:#3776])
     137* Ticket comments can be cloned to create a
     138  new ticket using the optional component
     139  `tracopt.ticket.clone`
     140  ([trac:#10735]).
     141* Custom navigation items can be added to the
     142  main and meta navigation ([trac:#11317]).
     143* Ticket validators are called when submitting
     144  a batch modification request ([trac:#11723]),
     145  and when editing a ticket comment
     146  ([trac:#12725]).
     147* TracAdmin `convert_db` command for
     148  converting to a new database backend while
     149  preserving all environment data
     150  ([trac:#12299]).
     151* Restyled wiki that allows toggling between
     152  narrow and full width ([trac:#12640]).
     153
     154[trac:source:/tags/trac-1.3.2 View Tag] | [trac:milestone:1.3.2 View Milestone]
     155
     156=== 1.3.1
     157
     158//(November 15, 2016)//
     159
     160Trac 1.3.1 is the last release before the switch of the development branch to Jinja2.
     161
     162It is in sync with the version 1.2, and as such contains all its fixes and enhancements as well.
     163
     164Highlights of the changes since 1.2:
     165
     166* Modernized the code to support Python 2.7 idioms (earlier versions are no longer supported)
     167  ([trac:#12046], [trac:#12148], [trac:#12558], [trac:#12569])
     168* Removed lots of backward compatibility APIs from pre-1.0 days;
     169  in particular, the database API is now exclusively based on the [[trac:wiki:TracDev/ApiChanges/1.1#DatabaseAPIChanges|context managers]] ([trac:#9612], [trac:#11901])
     170* Ticket changes can be used to format the subject template ([trac:#12205])
     171
     172[trac:source:/tags/trac-1.3.1 View Tag] | [trac:milestone:1.3.1 View Milestone]
    13173
    14174
     
    17177This series correspond to the current stable release branch, i.e. [trac:source:branches/1.2-stable branches/1.2-stable].
    18178
    19 === 1.2 'Hermes'
     179=== 1.2.5
     180
     181//(August 27, 2019)//
     182
     183Trac 1.2.5 contains a few minor fixes.
     184
     185See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.5]].
     186
     187[trac:source:/tags/trac-1.2.5 View Tag] | [trac:milestone:1.2.5 View Milestone]
     188
     189=== 1.2.4
     190
     191//(July 17, 2019)//
     192
     193Trac 1.2.4 provides a dozen minor fixes and enhancements.
     194
     195See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.4]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.18]] (as 1.2.4 also contains the changes in 1.0.18).
     196
     197[trac:source:/tags/trac-1.2.4 View Tag] | [trac:milestone:1.2.4 View Milestone]
     198
     199=== 1.2.3
     200
     201//(July 29, 2018)//
     202
     203Trac 1.2.3 provides 2 dozen minor fixes and enhancements.
     204The following are some highlights:
     205
     206* Notification subscriber for New Tickets ([trac:#6613]).
     207* Configurable HTTP headers ([trac:#12964]).
     208
     209See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.3]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.17]] (as 1.2.3 also contains the changes in 1.0.17).
     210
     211[trac:source:/tags/trac-1.2.3 View Tag] | [trac:milestone:1.2.3 View Milestone]
     212
     213=== 1.2.2
     214
     215//(June 21, 2017)//
     216
     217Trac 1.2.2 provides close to 2 dozen minor fixes and enhancements.
     218The following are some highlights:
     219
     220* Invalid logging configuration changes made through the
     221  //Logging// admin page won't disable a Trac instance ([trac:#8790]).
     222* Fix for regression that prevented
     223  [https://trac-hacks.org/wiki/PermRedirectPlugin PermRedirectPlugin]
     224  from redirecting ([trac:#12818])
     225
     226See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.2]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.14]] through [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.15]] (as 1.2.2 also contains the changes in 1.0.14 and 1.0.15).
     227
     228[trac:source:/tags/trac-1.2.2 View Tag] | [trac:milestone:1.2.2 View Milestone]
     229
     230=== 1.2.1
     231
     232//(March 29, 2017)//
     233
     234Trac 1.2.1, the first maintenance release in the 1.2.x series,
     235provides more than 30 minor fixes and enhancements.
     236The following are some highlights:
     237
     238* [WikiMacros#TracIni-macro TracIni macro] generates anchors for each option ([trac:#9401])
     239 and allows specifying exact options and sections to be rendered
     240 ([trac:#12633])
     241* Several fixes for the enhanced Trac notification system
     242 ([trac:#11928], [trac:#12658], [trac:#12700])
     243* Improved usability of ticket comment //Reply// and
     244 //Edit// buttons ([trac:#12671])
     245* Restored missing ticket change conflict markers
     246 ([trac:#12730])
     247
     248See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.1]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.14]] (as 1.2.1 also contains the changes in 1.0.14).
     249
     250[trac:source:/tags/trac-1.2.1 View Tag] | [trac:milestone:1.2.1 View Milestone]
     251
     252=== '''1.2 'Hermes''''
    20253
    21254//(November 5, 2016)//
     
    34267
    35268For more information see the [trac:wiki:TracDev/ApiChanges/1.2 API changes] and the detailed
    36 release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#DevelopmentReleases | 1.2]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.8 through 1.0.13]]
     269release 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]]
    37270(as 1.2 contains all the fixes done for 1.0.8 through 1.0.13).
    38271
     
    138371   ([trac:#11839]).
    139372
    140 See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.3]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.3]] (as 1.1.3 contains all the fixes done 
     373See 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
    141374for 1.0.3).
    142375
     
    193426== 1.0.x Releases
    194427
     428=== 1.0.19
     429
     430//(October 15, 2019)//
     431
     432Trac 1.0.19 provides a few bug fixes. The translation
     433catalogs have also been updated and merged with
     434those from Transifex.
     435
     436[trac:source:/tags/trac-1.0.19 View Tag] | [trac:milestone:1.0.19 View Milestone]
     437
     438=== 1.0.18
     439
     440//(July 18, 2019)//
     441
     442Trac 1.0.18 provides more than a dozen bug fixes and minor
     443enhancements. The following are some highlights:
     444
     445 * Fixed query module regression when ordering
     446   multiple columns ([trac:#13068]).
     447 * Fixed regression preventing workflow status
     448   changes for plugins ([trac:#13087]).
     449 * Made compatible with MySQL 8.x ([trac:#13128]).
     450
     451[trac:source:/tags/trac-1.0.18 View Tag] | [trac:milestone:1.0.18 View Milestone]
     452
     453=== 1.0.17
     454
     455//(July 11, 2018)//
     456
     457Trac 1.0.17 provides more than 3 dozen bug fixes and minor
     458enhancements. The following are some highlights:
     459
     460 * Fixed `ERR_BLOCKED_BY_XSS_AUDITOR` during preview for
     461   certain content with Chrome browser ([trac:#12926]).
     462 * Improved performance of query module when many custom
     463   fields are used ([trac:#12967]).
     464 * Fixed ticket description not rendered in wiki format in
     465   query view ([trac:#13010]).
     466 * Added submodule support for Git repository ([trac:#10603])
     467
     468[trac:source:/tags/trac-1.0.17 View Tag] | [trac:milestone:1.0.17 View Milestone]
     469
     470=== 1.0.16
     471
     472//Not Released//
     473
     474=== 1.0.15
     475
     476//(June 16, 2017)//
     477
     478Trac 1.0.15 adds an option `[wiki]` `safe_origins`, for whitelisting URIs considered //safe cross-origin//.
     479
     480[trac:source:/tags/trac-1.0.15 View Tag] | [trac:milestone:1.0.15 View Milestone]
     481
     482=== 1.0.14
     483
     484//(June 9, 2017)//
     485
     486Trac 1.0.14 provides more than 3 dozen bug fixes and minor
     487enhancements. The following are some highlights:
     488
     489 - Improved Git performance ([trac:#12545], [trac:#12694]).
     490 - Reduced memory usage exporting a zip file ([trac:#12765]).
     491 - Fixed batch modify not working for list fields
     492   (regression in 1.0.11) ([trac:#12585]).
     493 - Performance improvements to the Roadmap and Milestone
     494   admin pages when there are many milestones and tickets
     495   ([trac:#12609]).
     496 - SECURITY: Possible XSS via reStructuredText link.
     497 - SECURITY: Injection of password prompt using Image
     498   macro or reStructuredText image.
     499
     500[trac:source:/tags/trac-1.0.14 View Tag] | [trac:milestone:1.0.14 View Milestone]
     501
    195502=== 1.0.13
    196503
     
    200507enhancements. The following are some highlights:
    201508
    202  - Use locale environment variables to negotiate locale 
     509 - Use locale environment variables to negotiate locale
    203510   on console ([trac:#12418]).
    204511 - Fixed using incorrect revisions when downloading a zip
     
    221528 - Fixed incorrect parsing of projects list file by
    222529   `GitwebProjectsRepositoryProvider` ([trac:#12518]).
    223  - `TracIni` macro displays option documentation as 
     530 - `TracIni` macro displays option documentation as
    224531   multi-line rather than one-liner ([trac:#12522]).
    225532 - Fixed regression with `GitConnector` leading to
     
    240547   ticket change log ([trac:#12381]).
    241548 - Trac is now distributed as wheel package ([trac:#12391]).
    242  - Fixed database exceptions in query system when 
     549 - Fixed database exceptions in query system when
    243550   ''milestones/versions/enums'' are not defined and a custom
    244551   field of the same name is added ([trac:#12399]).
     
    246553   standard //milestone// field was hidden ([trac:#12400]).
    247554 - Query system now sorts by `enum.value` rather than
    248    `ticket.type` for `order=type` ([trac:#12402]). 
     555   `ticket.type` for `order=type` ([trac:#12402]).
    249556 - Added support for Babel 2.3.2 (2.3.0 and 2.3.1 should
    250557   not be used)  ([trac:#12445]).
     
    379686The following list contains only a few highlights:
    380687
    381  - Subversion keywords are expanded and EOL substitutions made when viewing a file in the repository browser and when downloading a file ([trac:#717]). 
     688 - Subversion keywords are expanded and EOL substitutions made when viewing a file in the repository browser and when downloading a file ([trac:#717]).
    382689 - Notification email is sent to the old owner when a ticket is reassigned ([trac:#2311]).
    383690 - Ticket change history is updated when renaming and deleting a milestone, and when retargeting tickets to another milestone ([trac:#4582], [trac:#5658]).
     
    429736
    430737The following list contains only a few highlights:
    431  - 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) 
     738 - The default theme looks more modern, especially on recent browsers (no effort has been made to make it look better on older browsers like IE6 or 7)
    432739 - 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
    433740 - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well
    434  - The Git and Mercurial log view feature a visualization of the branching structure 
     741 - The Git and Mercurial log view feature a visualization of the branching structure
    435742 - Usability improvements for the tickets, with a better support for conflict detection and resolution
    436743 - Integration of the [TH:BatchModifyPlugin], contributed by Brian Meeker (many thanks!) and is now maintained there as a default component
     
    441748See the full list in [trac:wiki:TracDev/ReleaseNotes/1.0 1.0].
    442749
    443 [[trac:source:/tags/trac-1.0 View Tag]] | [[trac:milestone:1.0 View Milestone]]
    444 
    445 == 0.12.x Releases
    446 
    447 === 0.12.7
    448 
    449 //(July 12, 2015)//
    450 
    451 Trac 0.12.7 fixes a minor security issue, as well as a half dozen other minor issues:
    452  - InterWiki filters links through `[wiki] safe_schemes` option if `[wiki] render_unsafe_content` is disabled ([trac:#12053]).
    453 
    454 See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.7]].
    455 
    456 [trac:source:/tags/trac-0.12.7 View Tag] | [trac:milestone:0.12.7 View Milestone]
    457 
    458 === 0.12.6
    459 
    460 //(October 23, 2014)//
    461 
    462 Trac 0.12.6 contains fixes for a few issues:
    463  - Subversion blame would fail for a path with URL-encoded characters ([trac:#10386]), a lower-case drive letter on Windows ([trac:#10514]), or a non-ascii filename with Subversion 1.7 ([trac:#11167]).
    464  - Improved performance rendering `svn:mergeinfo` properties in browser view ([trac:#8459]) and changeset view ([trac:#11219]).
    465  - Query with many custom fields would fail ([trac:#11140]).
    466  - Zip archive had a timestamp with no timezone information ([trac:#11162]).
    467  - Failure or incorrect ranges rendering log TracLinks ([trac:#11308], [trac:#11346]).
    468  - Textareas in ticket view did not wrap correctly in IE 11 ([trac:#11376]).
    469  - Emails were not being obfuscated in owner field on CSV export from ticket and query pages ([trac:#11594]).
    470  - Locale data was not being included in egg in Distribute 0.6.29 and later ([trac:#11640]).
    471  - Deleting a milestone would not delete its attachments ([trac:#11672]).
    472  - Added support for Babel 1.0 and later ([trac:#11258], [trac:#11345]).
    473  - Added support for `ConfigObj` 5.0 and later ([trac:#11498]).
    474  - … and dozens more fixes!
    475 
    476 See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.6]].
    477 
    478 [trac:source:/tags/trac-0.12.6 View Tag] | [trac:milestone:0.12.6 View Milestone]
    479 
    480 === 0.12.5
    481 
    482 //(January 15, 2013)//
    483 
    484 Trac 0.12.5 contains fixes for a few issues:
    485  - upload of .mht files ([Wikipedia:MHTML] web page archive files) now works ([trac:#9880])
    486  - more robust parsing of attachment URLs ([trac:#10280]) and uploaded file names ([trac:#10850])
    487  - lots of improvement to the date formatting code, which is now much more robust when timezone and daylight saving time computations are involved ([trac:#10768], [trac:#10863], [trac:#10864], [trac:#10912], [trac:#10920])
    488  - no longer generate invalid JSON encoded data with Python 2.4 and 2.5 ([trac:#10877])
    489  - ... and fix a couple more minor defects ([trac:#10967], [trac:#10892], [trac:#10923], [trac:#10858], [trac:#10835])
    490 
    491 [trac:source:/tags/trac-0.12.5 View Tag] | [trac:milestone:0.12.5 View Milestone]
    492 
    493 === 0.12.4
    494 
    495 //(September 7, 2012)//
    496 
    497 Trac 0.12.4 contains only a handful of minor fixes.
    498 
    499 [trac:source:/tags/trac-0.12.4 View Tag] | [trac:milestone:0.12.4 View Milestone]
    500 
    501 === 0.12.3 ===
    502 
    503 //(February 6, 2012)//
    504 
    505 Trac 0.12.3 contains a few minor fixes and a few minor features.
    506  - compatibility with Subversion 1.7 ([trac:#10414])
    507  - easier troubleshooting of common startup errors ([trac:#10024])
    508  - jQuery upgraded to 1.4.4 ([trac:#10001])
    509  - improve fine-grained permission handling in the source browser ([trac:#9976], [trac:#10208], [trac:#10110])
    510  - added compatibility with MySQL 5.5.3 utf8mb4 databases ([trac:#9766])
    511  - ... and dozens more fixes!
    512 
    513 [trac:source:/tags/trac-0.12.3 View Tag] | [trac:milestone:0.12.3 View Milestone]
    514 
    515 === 0.12.2
    516 
    517 //(January 31, 2011)//
    518 
    519 Trac 0.12.2 contains a few minor fixes and a few minor features.
    520 
    521 This list contains only a few highlights:
    522  - install: improved robustness of Trac installation if Babel is
    523    installed after the fact ([trac:#9439], [trac:#9595], [trac:#9961])
    524  - notifications: support for Asian character width ([trac:#4717])
    525  - roadmap: fix display of progress bar in some corner cases ([trac:#9718])
    526    and respect the overall_completion milestone group setting ([trac:#9721])
    527  - reports: reports and queries look much better, as the columns now
    528    keep the same width across groups; the absence of word wrapping in
    529    reports has been fixed ([trac:#9825])
    530  - web admin: improved layout ([trac:#8866], [trac:#9963])
    531  - web: it's now possible to log in different Trac instances sharing
    532    the same URL prefix (e.g. /project and /project-test) ([trac:#9951])
    533 
    534 [trac:source:/tags/trac-0.12.2 View Tag] | [trac:milestone:0.12.2 View Milestone]
    535 
    536 === 0.12.1
    537 
    538 //(October 9, 2010)//
    539 
    540 Trac 0.12.1 contains a few important performance improvements, some minor fixes and a few minor features.
    541 
    542 This list contains only a few highlights:
    543  - db: improve concurrency behavior ([trac:#9111])
    544  - fcgi: add an environment variable `TRAC_USE_FLUP` to control the usage of flup vs. bundled _fcgi.py (defaults to 0, i.e. use bundled as before)
    545  - svn authz: improve compatibility with svn 1.5 format ([trac:#8289])
    546  - milestone: allow to set the time for the due date ([trac:#6369], [trac:#9582])
    547  - ticket: fixes for the CC: property ([trac:#8597], [trac:#9522])
    548  - notification: improved the formatting of ticket fields in notification e-mails ([trac:#9484], [trac:#9494])
    549  - i18n: added a configuration option to set the default language ([trac:#8117])
    550  - several fixes for upgrade ([trac:#9400], [trac:#9416], [trac:#9483], [trac:#9556])
    551 
    552 [trac:source:/tags/trac-0.12.1 View Tag] | [trac:milestone:0.12.1 View Milestone]
    553 
    554 === ''' 0.12 'Babel' '''
    555 
    556 //(June 13, 2010)//
    557 
    558 Trac 0.12 is a major release introducing i18n and multiple repository support as the most visible changes.
    559 
    560 The following list contains only a few highlights:
    561  - The user interface is translated in a dozen of languages, provided the [Babel:] package is installed
    562  - Multiple repositories can be associated to a single Trac environment; the repositories can be of heterogeneous types (svn, hg, git, darcs...)
    563  - Usability improvements for the Wiki, with a nice side-by-side edit mode with automatic preview
    564  - Richer Wiki syntax, with much improved support for tables, partial [trac:WikiCreole] compatibility and numerous smaller improvements
    565  - Usability improvements for the Ticket module, with automatic preview of comments while you type and possibility to edit or remove them later
    566  - Improved Custom Queries (time fields, multiple disjoint conditions, a.k.a. OR queries)
    567  - Timeline filtering by user
    568  - ... and numerous smaller features added and bugs fixed since 0.11!
    569 
    570 [trac:source:/tags/trac-0.12 View Tag] | [trac:milestone:0.12 View Milestone]
     750[trac:source:/tags/trac-1.0 View Tag] | [trac:milestone:1.0 View Milestone]
    571751
    572752== Older Releases
    573753
    574 For releases prior to 0.12, see [trac:TracChangeLog@95].
     754For releases prior to 1.0, see [trac:TracChangeLog@154#a0.12.xReleases TracChangeLog@154].
     755
     756For releases prior to 0.12, see [trac:TracChangeLog@95#a0.11.xReleases TracChangeLog@95].