Changes between Version 1 and Version 2 of TracChangeLog


Ignore:
Timestamp:
03/29/23 10:13:40 (13 months 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== 1.5.x Releases
     8
     9=== 1.5.4
     10
     11//(Feb 11, 2023)//
     12
     13Fixed several compatibility issues with
     14Python 3 releases and Jinja2. Upgraded jQuery
     15to version 3.6.3 and jQuery UI to version 1.13.
     16
     17[trac:source:/tags/trac-1.5.4 View Tag] | [trac:milestone:1.5.4 View Milestone]
     18
     19=== 1.5.3
     20
     21//(May 9, 2021)//
     22
     23Fixed several regressions and compatibility
     24issues in the Python 3 conversion.
     25
     26[trac:source:/tags/trac-1.5.3 View Tag] | [trac:milestone:1.5.3 View Milestone]
     27
     28=== 1.5.2
     29
     30//(December 19, 2020)//
     31
     32Support for Python 2.7 has been dropped.
     33Python 3.5+ is supported.
     34
     35[trac:source:/tags/trac-1.5.2 View Tag] | [trac:milestone:1.5.2 View Milestone]
     36
     37=== 1.5.1
     38
     39//(May 25, 2020)//
     40
     41* Tickets can be retargeted from the milestone
     42  admin page ([trac:#3754]).
     43* Removed deprecated code ([trac:#12787]).
     44  Plugins that use Genshi can't be used
     45  and must be migrated to Jinja2.
     46
     47Additionally, this release includes all of the
     48changes in the [trac:milestone:1.4.1] release and
     49changes committed to date for the forthcoming [trac:milestone:1.4.2] release.
     50
     51This will be the only release in the 1.5.x
     52release line that supports Python 2.7. Future
     53releases will support Python 3.5+.
     54
     55[trac:source:/tags/trac-1.5.1 View Tag] | [trac:milestone:1.5.1 View Milestone]
     56
     57== 1.4.x Releases
     58
     59=== 1.4.1
     60
     61//(February 12, 2020)//
     62
     63Trac 1.4.1 fixes compatibility issues with
     64Jinja2 versions 2.11 and 2.11.1. Several
     65other minor defects were also fixed.
     66
     67[trac:source:/tags/trac-1.4.1 View Tag] | [trac:milestone:1.4.1 View Milestone]
     68
     69=== '''1.4 'Jinja''''
     70
     71//(August 28, 2019)//
     72
     73Trac 1.4 is the first major release of Trac in almost 3 years.
     74
     75The following are some highlights from the release:
     76
     77* Jinja2 is the template engine, providing performance
     78  improvements over Genshi. Genshi is still supported
     79  until Trac 1.5.1 for rendering plugin templates.
     80* Custom navigation items can be added to the
     81  main and meta navigation ([trac:#11317]).
     82* TracAdmin `convert_db` command for
     83  converting to a new database backend while
     84  preserving all environment data
     85  ([trac:#12299]).
     86* Restyled wiki that allows toggling between
     87  narrow and full width ([trac:#12640]).
     88
     89For more information see the [trac:wiki:TracDev/ApiChanges/1.4 API changes] and the detailed
     90release notes for [[trac:wiki:TracDev/ReleaseNotes/1.4|1.4]] and the change log for [#a1.3.xReleases 1.3.x Releases] below.
     91
     92[trac:source:/tags/trac-1.4 View Tag] | [trac:milestone:1.4 View Milestone]
    793
    894== 1.3.x Releases
    995
    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].
     96// ** No guarantees of feature and API compatibility is made from one 1.3.x release to the next. //
     97
     98For more information see the [trac:wiki:TracDev/ApiChanges/1.3 API changes] and the detailed
     99release notes for [[trac:wiki:TracDev/ReleaseNotes/1.3#DevelopmentReleases | 1.3]].
     100
     101=== 1.3.6
     102
     103//(August 14, 2019)//
     104
     105Trac 1.3.6 provides several fixes and enhancements.
     106
     107* Permission groups added to the CC list will
     108  be resolved to members of the group ([trac:#12808]).
     109* Auto preview timeout can be configured in user
     110  preferences ([trac:#12970]).
     111* `TICKET_EDIT_CC` is required to edit the CC list
     112  for a new ticket ([trac:#13093]).
     113
     114[trac:source:/tags/trac-1.3.6 View Tag] | [trac:milestone:1.3.6 View Milestone]
     115
     116=== 1.3.5
     117
     118//(July 17, 2019)//
     119
     120Trac 1.3.5 fixes a regression in the Ticket Clone feature.
     121
     122[trac:source:/tags/trac-1.3.5 View Tag] | [trac:milestone:1.3.5 View Milestone]
     123
     124=== 1.3.4
     125
     126//(July 17, 2019)//
     127
     128Trac 1.3.4 provides a few fixes for the Jinja2
     129template engine and template conversions.
     130
     131Additional highlights of changes since 1.3.3:
     132* HTTPS support for TracStandalone (`tracd`)
     133  ([trac:#12611]).
     134* Minor style improvements for ticket and wiki pages
     135  ([trac:#13116]).
     136
     137See 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).
     138
     139[trac:source:/tags/trac-1.3.4 View Tag] | [trac:milestone:1.3.4 View Milestone]
     140
     141=== 1.3.3
     142
     143//(July 20, 2018)//
     144
     145Trac 1.3.3 provides many fixes for the Jinja2
     146template engine and template conversions.
     147
     148Additional highlights of changes since 1.3.2:
     149* The TracGuide is readonly by default ([trac:#12899]).
     150* The `trac-svn-hook` script can be configured using
     151  SVN's hook script environment configuration ([trac:#12771]).
     152* Environment log level defaults to `INFO` and log type
     153  defaults to `file` so that installation issue are captured
     154  in the log when running `trac-admin initenv` ([trac:#12966]).
     155
     156[trac:source:/tags/trac-1.3.3 View Tag] | [trac:milestone:1.3.3 View Milestone]
     157
     158=== 1.3.2
     159
     160//(July 31, 2017)//
     161
     162Trac 1.3.2 is the first release to feature
     163Jinja2 as the template engine. Jinja2 provides
     164performance improvements and fixes several
     165long-standing issues that were encountered
     166using Genshi as the template engine. Genshi
     167is still supported until Trac 1.5.1 for
     168rendering plugin templates.
     169
     170Additional highlights of changes since 1.3.1:
     171* All textareas that support wiki markup provide
     172  an auto-preview ([trac:#3776])
     173* Ticket comments can be cloned to create a
     174  new ticket using the optional component
     175  `tracopt.ticket.clone`
     176  ([trac:#10735]).
     177* Custom navigation items can be added to the
     178  main and meta navigation ([trac:#11317]).
     179* Ticket validators are called when submitting
     180  a batch modification request ([trac:#11723]),
     181  and when editing a ticket comment
     182  ([trac:#12725]).
     183* TracAdmin `convert_db` command for
     184  converting to a new database backend while
     185  preserving all environment data
     186  ([trac:#12299]).
     187* Restyled wiki that allows toggling between
     188  narrow and full width ([trac:#12640]).
     189
     190[trac:source:/tags/trac-1.3.2 View Tag] | [trac:milestone:1.3.2 View Milestone]
     191
     192=== 1.3.1
     193
     194//(November 15, 2016)//
     195
     196Trac 1.3.1 is the last release before the switch of the development branch to Jinja2.
     197
     198It is in sync with the version 1.2, and as such contains all its fixes and enhancements as well.
     199
     200Highlights of the changes since 1.2:
     201
     202* Modernized the code to support Python 2.7 idioms (earlier versions are no longer supported)
     203  ([trac:#12046], [trac:#12148], [trac:#12558], [trac:#12569])
     204* Removed lots of backward compatibility APIs from pre-1.0 days;
     205  in particular, the database API is now exclusively based on the [[trac:wiki:TracDev/ApiChanges/1.1#DatabaseAPIChanges|context managers]] ([trac:#9612], [trac:#11901])
     206* Ticket changes can be used to format the subject template ([trac:#12205])
     207
     208[trac:source:/tags/trac-1.3.1 View Tag] | [trac:milestone:1.3.1 View Milestone]
    13209
    14210
     
    16212
    17213This series correspond to the current stable release branch, i.e. [trac:source:branches/1.2-stable branches/1.2-stable].
     214
     215=== 1.2.6
     216
     217//(July 1, 2020)//
     218
     219Trac 1.2.6 contains a few minor fixes, inluding a
     220fix for ticket autopreview triggering without a
     221form change.
     222
     223See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.6]].
     224
     225[trac:source:/tags/trac-1.2.6 View Tag] | [trac:milestone:1.2.6 View Milestone]
     226
     227=== 1.2.5
     228
     229//(August 27, 2019)//
     230
     231Trac 1.2.5 contains a few minor fixes.
     232
     233See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.5]].
     234
     235[trac:source:/tags/trac-1.2.5 View Tag] | [trac:milestone:1.2.5 View Milestone]
     236
     237=== 1.2.4
     238
     239//(July 17, 2019)//
     240
     241Trac 1.2.4 provides a dozen minor fixes and enhancements.
     242
     243See 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).
     244
     245[trac:source:/tags/trac-1.2.4 View Tag] | [trac:milestone:1.2.4 View Milestone]
     246
     247=== 1.2.3
     248
     249//(July 29, 2018)//
     250
     251Trac 1.2.3 provides 2 dozen minor fixes and enhancements.
     252The following are some highlights:
     253
     254* Notification subscriber for New Tickets ([trac:#6613]).
     255* Configurable HTTP headers ([trac:#12964]).
     256
     257See 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).
     258
     259[trac:source:/tags/trac-1.2.3 View Tag] | [trac:milestone:1.2.3 View Milestone]
    18260
    19261=== 1.2.2
     
    56298[trac:source:/tags/trac-1.2.1 View Tag] | [trac:milestone:1.2.1 View Milestone]
    57299
    58 === **1.2 'Hermes'**
     300=== '''1.2 'Hermes''''
    59301
    60302//(November 5, 2016)//
     
    177419   ([trac:#11839]).
    178420
    179 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 
     421See 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
    180422for 1.0.3).
    181423
     
    232474== 1.0.x Releases
    233475
     476=== 1.0.20
     477
     478//(June 29, 2020)//
     479
     480Trac 1.0.20 provides a few bug fixes. The translation
     481catalogs have also been updated and merged with
     482those from Transifex.
     483
     484[trac:source:/tags/trac-1.0.20 View Tag] | [trac:milestone:1.0.20 View Milestone]
     485
     486=== 1.0.19
     487
     488//(October 15, 2019)//
     489
     490Trac 1.0.19 provides a few bug fixes. The translation
     491catalogs have also been updated and merged with
     492those from Transifex.
     493
     494[trac:source:/tags/trac-1.0.19 View Tag] | [trac:milestone:1.0.19 View Milestone]
     495
     496=== 1.0.18
     497
     498//(July 18, 2019)//
     499
     500Trac 1.0.18 provides more than a dozen bug fixes and minor
     501enhancements. The following are some highlights:
     502
     503 * Fixed query module regression when ordering
     504   multiple columns ([trac:#13068]).
     505 * Fixed regression preventing workflow status
     506   changes for plugins ([trac:#13087]).
     507 * Made compatible with MySQL 8.x ([trac:#13128]).
     508
     509[trac:source:/tags/trac-1.0.18 View Tag] | [trac:milestone:1.0.18 View Milestone]
     510
     511=== 1.0.17
     512
     513//(July 11, 2018)//
     514
     515Trac 1.0.17 provides more than 3 dozen bug fixes and minor
     516enhancements. The following are some highlights:
     517
     518 * Fixed `ERR_BLOCKED_BY_XSS_AUDITOR` during preview for
     519   certain content with Chrome browser ([trac:#12926]).
     520 * Improved performance of query module when many custom
     521   fields are used ([trac:#12967]).
     522 * Fixed ticket description not rendered in wiki format in
     523   query view ([trac:#13010]).
     524 * Added submodule support for Git repository ([trac:#10603])
     525
     526[trac:source:/tags/trac-1.0.17 View Tag] | [trac:milestone:1.0.17 View Milestone]
     527
     528=== 1.0.16
     529
     530//Not Released//
     531
    234532=== 1.0.15
    235533
     
    251549 - Fixed batch modify not working for list fields
    252550   (regression in 1.0.11) ([trac:#12585]).
    253  - Performance improvements to the Roadmap and Milestone 
     551 - Performance improvements to the Roadmap and Milestone
    254552   admin pages when there are many milestones and tickets
    255553   ([trac:#12609]).
     
    267565enhancements. The following are some highlights:
    268566
    269  - Use locale environment variables to negotiate locale 
     567 - Use locale environment variables to negotiate locale
    270568   on console ([trac:#12418]).
    271569 - Fixed using incorrect revisions when downloading a zip
     
    288586 - Fixed incorrect parsing of projects list file by
    289587   `GitwebProjectsRepositoryProvider` ([trac:#12518]).
    290  - `TracIni` macro displays option documentation as 
     588 - `TracIni` macro displays option documentation as
    291589   multi-line rather than one-liner ([trac:#12522]).
    292590 - Fixed regression with `GitConnector` leading to
     
    307605   ticket change log ([trac:#12381]).
    308606 - Trac is now distributed as wheel package ([trac:#12391]).
    309  - Fixed database exceptions in query system when 
     607 - Fixed database exceptions in query system when
    310608   ''milestones/versions/enums'' are not defined and a custom
    311609   field of the same name is added ([trac:#12399]).
     
    313611   standard //milestone// field was hidden ([trac:#12400]).
    314612 - Query system now sorts by `enum.value` rather than
    315    `ticket.type` for `order=type` ([trac:#12402]). 
     613   `ticket.type` for `order=type` ([trac:#12402]).
    316614 - Added support for Babel 2.3.2 (2.3.0 and 2.3.1 should
    317615   not be used)  ([trac:#12445]).
     
    446744The following list contains only a few highlights:
    447745
    448  - Subversion keywords are expanded and EOL substitutions made when viewing a file in the repository browser and when downloading a file ([trac:#717]). 
     746 - Subversion keywords are expanded and EOL substitutions made when viewing a file in the repository browser and when downloading a file ([trac:#717]).
    449747 - Notification email is sent to the old owner when a ticket is reassigned ([trac:#2311]).
    450748 - Ticket change history is updated when renaming and deleting a milestone, and when retargeting tickets to another milestone ([trac:#4582], [trac:#5658]).
     
    496794
    497795The following list contains only a few highlights:
    498  - 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) 
    499  - 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
     796 - 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)
     797 - 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
    500798 - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well
    501  - The Git and Mercurial log view feature a visualization of the branching structure 
     799 - The Git and Mercurial log view feature a visualization of the branching structure
    502800 - Usability improvements for the tickets, with a better support for conflict detection and resolution
    503  - Integration of the [TH:BatchModifyPlugin], contributed by Brian Meeker (many thanks!) and is now maintained there as a default component
     801 - 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
    504802 - jQuery/UI integration, featuring a date picker for date fields
    505803 - Improved integration with Pygments syntax highlighting
     
    508806See the full list in [trac:wiki:TracDev/ReleaseNotes/1.0 1.0].
    509807
    510 [[trac:source:/tags/trac-1.0 View Tag]] | [[trac:milestone:1.0 View Milestone]]
    511 
    512 == 0.12.x Releases
    513 
    514 === 0.12.7
    515 
    516 //(July 12, 2015)//
    517 
    518 Trac 0.12.7 fixes a minor security issue, as well as a half dozen other minor issues:
    519  - InterWiki filters links through `[wiki] safe_schemes` option if `[wiki] render_unsafe_content` is disabled ([trac:#12053]).
    520 
    521 See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.7]].
    522 
    523 [trac:source:/tags/trac-0.12.7 View Tag] | [trac:milestone:0.12.7 View Milestone]
    524 
    525 === 0.12.6
    526 
    527 //(October 23, 2014)//
    528 
    529 Trac 0.12.6 contains fixes for a few issues:
    530  - 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]).
    531  - Improved performance rendering `svn:mergeinfo` properties in browser view ([trac:#8459]) and changeset view ([trac:#11219]).
    532  - Query with many custom fields would fail ([trac:#11140]).
    533  - Zip archive had a timestamp with no timezone information ([trac:#11162]).
    534  - Failure or incorrect ranges rendering log TracLinks ([trac:#11308], [trac:#11346]).
    535  - Textareas in ticket view did not wrap correctly in IE 11 ([trac:#11376]).
    536  - Emails were not being obfuscated in owner field on CSV export from ticket and query pages ([trac:#11594]).
    537  - Locale data was not being included in egg in Distribute 0.6.29 and later ([trac:#11640]).
    538  - Deleting a milestone would not delete its attachments ([trac:#11672]).
    539  - Added support for Babel 1.0 and later ([trac:#11258], [trac:#11345]).
    540  - Added support for `ConfigObj` 5.0 and later ([trac:#11498]).
    541  - … and dozens more fixes!
    542 
    543 See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.6]].
    544 
    545 [trac:source:/tags/trac-0.12.6 View Tag] | [trac:milestone:0.12.6 View Milestone]
    546 
    547 === 0.12.5
    548 
    549 //(January 15, 2013)//
    550 
    551 Trac 0.12.5 contains fixes for a few issues:
    552  - upload of .mht files ([Wikipedia:MHTML] web page archive files) now works ([trac:#9880])
    553  - more robust parsing of attachment URLs ([trac:#10280]) and uploaded file names ([trac:#10850])
    554  - 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])
    555  - no longer generate invalid JSON encoded data with Python 2.4 and 2.5 ([trac:#10877])
    556  - ... and fix a couple more minor defects ([trac:#10967], [trac:#10892], [trac:#10923], [trac:#10858], [trac:#10835])
    557 
    558 [trac:source:/tags/trac-0.12.5 View Tag] | [trac:milestone:0.12.5 View Milestone]
    559 
    560 === 0.12.4
    561 
    562 //(September 7, 2012)//
    563 
    564 Trac 0.12.4 contains only a handful of minor fixes.
    565 
    566 [trac:source:/tags/trac-0.12.4 View Tag] | [trac:milestone:0.12.4 View Milestone]
    567 
    568 === 0.12.3 ===
    569 
    570 //(February 6, 2012)//
    571 
    572 Trac 0.12.3 contains a few minor fixes and a few minor features.
    573  - compatibility with Subversion 1.7 ([trac:#10414])
    574  - easier troubleshooting of common startup errors ([trac:#10024])
    575  - jQuery upgraded to 1.4.4 ([trac:#10001])
    576  - improve fine-grained permission handling in the source browser ([trac:#9976], [trac:#10208], [trac:#10110])
    577  - added compatibility with MySQL 5.5.3 utf8mb4 databases ([trac:#9766])
    578  - ... and dozens more fixes!
    579 
    580 [trac:source:/tags/trac-0.12.3 View Tag] | [trac:milestone:0.12.3 View Milestone]
    581 
    582 === 0.12.2
    583 
    584 //(January 31, 2011)//
    585 
    586 Trac 0.12.2 contains a few minor fixes and a few minor features.
    587 
    588 This list contains only a few highlights:
    589  - install: improved robustness of Trac installation if Babel is
    590    installed after the fact ([trac:#9439], [trac:#9595], [trac:#9961])
    591  - notifications: support for Asian character width ([trac:#4717])
    592  - roadmap: fix display of progress bar in some corner cases ([trac:#9718])
    593    and respect the overall_completion milestone group setting ([trac:#9721])
    594  - reports: reports and queries look much better, as the columns now
    595    keep the same width across groups; the absence of word wrapping in
    596    reports has been fixed ([trac:#9825])
    597  - web admin: improved layout ([trac:#8866], [trac:#9963])
    598  - web: it's now possible to log in different Trac instances sharing
    599    the same URL prefix (e.g. /project and /project-test) ([trac:#9951])
    600 
    601 [trac:source:/tags/trac-0.12.2 View Tag] | [trac:milestone:0.12.2 View Milestone]
    602 
    603 === 0.12.1
    604 
    605 //(October 9, 2010)//
    606 
    607 Trac 0.12.1 contains a few important performance improvements, some minor fixes and a few minor features.
    608 
    609 This list contains only a few highlights:
    610  - db: improve concurrency behavior ([trac:#9111])
    611  - 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)
    612  - svn authz: improve compatibility with svn 1.5 format ([trac:#8289])
    613  - milestone: allow to set the time for the due date ([trac:#6369], [trac:#9582])
    614  - ticket: fixes for the CC: property ([trac:#8597], [trac:#9522])
    615  - notification: improved the formatting of ticket fields in notification e-mails ([trac:#9484], [trac:#9494])
    616  - i18n: added a configuration option to set the default language ([trac:#8117])
    617  - several fixes for upgrade ([trac:#9400], [trac:#9416], [trac:#9483], [trac:#9556])
    618 
    619 [trac:source:/tags/trac-0.12.1 View Tag] | [trac:milestone:0.12.1 View Milestone]
    620 
    621 === ''' 0.12 'Babel' '''
    622 
    623 //(June 13, 2010)//
    624 
    625 Trac 0.12 is a major release introducing i18n and multiple repository support as the most visible changes.
    626 
    627 The following list contains only a few highlights:
    628  - The user interface is translated in a dozen of languages, provided the [Babel:] package is installed
    629  - Multiple repositories can be associated to a single Trac environment; the repositories can be of heterogeneous types (svn, hg, git, darcs...)
    630  - Usability improvements for the Wiki, with a nice side-by-side edit mode with automatic preview
    631  - Richer Wiki syntax, with much improved support for tables, partial [trac:WikiCreole] compatibility and numerous smaller improvements
    632  - Usability improvements for the Ticket module, with automatic preview of comments while you type and possibility to edit or remove them later
    633  - Improved Custom Queries (time fields, multiple disjoint conditions, a.k.a. OR queries)
    634  - Timeline filtering by user
    635  - ... and numerous smaller features added and bugs fixed since 0.11!
    636 
    637 [trac:source:/tags/trac-0.12 View Tag] | [trac:milestone:0.12 View Milestone]
     808[trac:source:/tags/trac-1.0 View Tag] | [trac:milestone:1.0 View Milestone]
    638809
    639810== Older Releases
    640811
    641 For releases prior to 0.12, see [trac:TracChangeLog@95].
     812For releases prior to 1.0, see [trac:TracChangeLog@154#a0.12.xReleases TracChangeLog@154].
     813
     814For releases prior to 0.12, see [trac:TracChangeLog@95#a0.11.xReleases TracChangeLog@95].