Changes between Version 1 and Version 2 of TracChangeLog


Ignore:
Timestamp:
Jan 24, 2024, 9:58:09 AM (3 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.4.x Releases
     8
     9=== 1.4.4
     10
     11//(August 11, 2023)//
     12
     13Trac 1.4.4 contains about a dozen minor fixes
     14and improvements.
     15
     16[trac:source:/tags/trac-1.4.4 View Tag] | [trac:milestone:1.4.4 View Milestone]
     17
     18=== 1.4.3
     19
     20//(May 9, 2021)//
     21
     22Trac 1.4.3 contains about a dozen minor fixes
     23and improvements.
     24
     25[trac:source:/tags/trac-1.4.3 View Tag] | [trac:milestone:1.4.3 View Milestone]
     26
     27=== 1.4.2
     28
     29//(June 17, 2020)//
     30
     31Trac 1.4.2 has more than a dozen minor fixes and
     32improvements, including the following highlights:
     33
     34* Batch modify has autopreview for comment textarea
     35  and better form styling ([trac:#13285]).
     36* TracAdmin `config remove <section>` command
     37  deletes a configuration section ([trac:#13305]).
     38
     39[trac:source:/tags/trac-1.4.2 View Tag] | [trac:milestone:1.4.2 View Milestone]
     40
     41=== 1.4.1
     42
     43//(February 12, 2020)//
     44
     45Trac 1.4.1 fixes compatibility issues with
     46Jinja2 versions 2.11 and 2.11.1. Several
     47other minor defects were also fixed.
     48
     49[trac:source:/tags/trac-1.4.1 View Tag] | [trac:milestone:1.4.1 View Milestone]
     50
     51=== '''1.4 'Jinja''''
     52
     53//(August 28, 2019)//
     54
     55Trac 1.4 is the first major release of Trac in almost 3 years.
     56
     57The following are some highlights from the release:
     58
     59* Jinja2 is the template engine, providing performance
     60  improvements over Genshi. Genshi is still supported
     61  until Trac 1.5.1 for rendering plugin templates.
     62* Custom navigation items can be added to the
     63  main and meta navigation ([trac:#11317]).
     64* TracAdmin `convert_db` command for
     65  converting to a new database backend while
     66  preserving all environment data
     67  ([trac:#12299]).
     68* Restyled wiki that allows toggling between
     69  narrow and full width ([trac:#12640]).
     70
     71For more information see the [trac:wiki:TracDev/ApiChanges/1.4 API changes] and the detailed
     72release notes for [[trac:wiki:TracDev/ReleaseNotes/1.4|1.4]] and the change log for [#a1.3.xReleases 1.3.x Releases] below.
     73
     74[trac:source:/tags/trac-1.4 View Tag] | [trac:milestone:1.4 View Milestone]
     75
     76== 1.3.x Releases
     77
     78// ** No guarantees of feature and API compatibility is made from one 1.3.x release to the next. //
     79
     80For more information see the [trac:wiki:TracDev/ApiChanges/1.3 API changes] and the detailed
     81release notes for [[trac:wiki:TracDev/ReleaseNotes/1.3#DevelopmentReleases | 1.3]].
     82
     83=== 1.3.6
     84
     85//(August 14, 2019)//
     86
     87Trac 1.3.6 provides several fixes and enhancements.
     88
     89* Permission groups added to the CC list will
     90  be resolved to members of the group ([trac:#12808]).
     91* Auto preview timeout can be configured in user
     92  preferences ([trac:#12970]).
     93* `TICKET_EDIT_CC` is required to edit the CC list
     94  for a new ticket ([trac:#13093]).
     95
     96[trac:source:/tags/trac-1.3.6 View Tag] | [trac:milestone:1.3.6 View Milestone]
     97
     98=== 1.3.5
     99
     100//(July 17, 2019)//
     101
     102Trac 1.3.5 fixes a regression in the Ticket Clone feature.
     103
     104[trac:source:/tags/trac-1.3.5 View Tag] | [trac:milestone:1.3.5 View Milestone]
     105
     106=== 1.3.4
     107
     108//(July 17, 2019)//
     109
     110Trac 1.3.4 provides a few fixes for the Jinja2
     111template engine and template conversions.
     112
     113Additional highlights of changes since 1.3.3:
     114* HTTPS support for TracStandalone (`tracd`)
     115  ([trac:#12611]).
     116* Minor style improvements for ticket and wiki pages
     117  ([trac:#13116]).
     118
     119See 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).
     120
     121[trac:source:/tags/trac-1.3.4 View Tag] | [trac:milestone:1.3.4 View Milestone]
     122
     123=== 1.3.3
     124
     125//(July 20, 2018)//
     126
     127Trac 1.3.3 provides many fixes for the Jinja2
     128template engine and template conversions.
     129
     130Additional highlights of changes since 1.3.2:
     131* The TracGuide is readonly by default ([trac:#12899]).
     132* The `trac-svn-hook` script can be configured using
     133  SVN's hook script environment configuration ([trac:#12771]).
     134* Environment log level defaults to `INFO` and log type
     135  defaults to `file` so that installation issue are captured
     136  in the log when running `trac-admin initenv` ([trac:#12966]).
     137
     138[trac:source:/tags/trac-1.3.3 View Tag] | [trac:milestone:1.3.3 View Milestone]
     139
     140=== 1.3.2
     141
     142//(July 31, 2017)//
     143
     144Trac 1.3.2 is the first release to feature
     145Jinja2 as the template engine. Jinja2 provides
     146performance improvements and fixes several
     147long-standing issues that were encountered
     148using Genshi as the template engine. Genshi
     149is still supported until Trac 1.5.1 for
     150rendering plugin templates.
     151
     152Additional highlights of changes since 1.3.1:
     153* All textareas that support wiki markup provide
     154  an auto-preview ([trac:#3776])
     155* Ticket comments can be cloned to create a
     156  new ticket using the optional component
     157  `tracopt.ticket.clone`
     158  ([trac:#10735]).
     159* Custom navigation items can be added to the
     160  main and meta navigation ([trac:#11317]).
     161* Ticket validators are called when submitting
     162  a batch modification request ([trac:#11723]),
     163  and when editing a ticket comment
     164  ([trac:#12725]).
     165* TracAdmin `convert_db` command for
     166  converting to a new database backend while
     167  preserving all environment data
     168  ([trac:#12299]).
     169* Restyled wiki that allows toggling between
     170  narrow and full width ([trac:#12640]).
     171
     172[trac:source:/tags/trac-1.3.2 View Tag] | [trac:milestone:1.3.2 View Milestone]
     173
     174=== 1.3.1
     175
     176//(November 15, 2016)//
     177
     178Trac 1.3.1 is the last release before the switch of the development branch to Jinja2.
     179
     180It is in sync with the version 1.2, and as such contains all its fixes and enhancements as well.
     181
     182Highlights of the changes since 1.2:
     183
     184* Modernized the code to support Python 2.7 idioms (earlier versions are no longer supported)
     185  ([trac:#12046], [trac:#12148], [trac:#12558], [trac:#12569])
     186* Removed lots of backward compatibility APIs from pre-1.0 days;
     187  in particular, the database API is now exclusively based on the [[trac:wiki:TracDev/ApiChanges/1.1#DatabaseAPIChanges|context managers]] ([trac:#9612], [trac:#11901])
     188* Ticket changes can be used to format the subject template ([trac:#12205])
     189
     190[trac:source:/tags/trac-1.3.1 View Tag] | [trac:milestone:1.3.1 View Milestone]
     191
     192
     193== 1.2.x Releases
     194
     195This series correspond to the current stable release branch, i.e. [trac:source:branches/1.2-stable branches/1.2-stable].
     196
     197=== 1.2.6
     198
     199//(July 1, 2020)//
     200
     201Trac 1.2.6 contains a few minor fixes, inluding a
     202fix for ticket autopreview triggering without a
     203form change.
     204
     205See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.6]].
     206
     207[trac:source:/tags/trac-1.2.6 View Tag] | [trac:milestone:1.2.6 View Milestone]
     208
     209=== 1.2.5
     210
     211//(August 27, 2019)//
     212
     213Trac 1.2.5 contains a few minor fixes.
     214
     215See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.5]].
     216
     217[trac:source:/tags/trac-1.2.5 View Tag] | [trac:milestone:1.2.5 View Milestone]
     218
     219=== 1.2.4
     220
     221//(July 17, 2019)//
     222
     223Trac 1.2.4 provides a dozen minor fixes and enhancements.
     224
     225See 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).
     226
     227[trac:source:/tags/trac-1.2.4 View Tag] | [trac:milestone:1.2.4 View Milestone]
     228
     229=== 1.2.3
     230
     231//(July 29, 2018)//
     232
     233Trac 1.2.3 provides 2 dozen minor fixes and enhancements.
     234The following are some highlights:
     235
     236* Notification subscriber for New Tickets ([trac:#6613]).
     237* Configurable HTTP headers ([trac:#12964]).
     238
     239See 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).
     240
     241[trac:source:/tags/trac-1.2.3 View Tag] | [trac:milestone:1.2.3 View Milestone]
     242
     243=== 1.2.2
     244
     245//(June 21, 2017)//
     246
     247Trac 1.2.2 provides close to 2 dozen minor fixes and enhancements.
     248The following are some highlights:
     249
     250* Invalid logging configuration changes made through the
     251  //Logging// admin page won't disable a Trac instance ([trac:#8790]).
     252* Fix for regression that prevented
     253  [https://trac-hacks.org/wiki/PermRedirectPlugin PermRedirectPlugin]
     254  from redirecting ([trac:#12818])
     255
     256See 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).
     257
     258[trac:source:/tags/trac-1.2.2 View Tag] | [trac:milestone:1.2.2 View Milestone]
     259
     260=== 1.2.1
     261
     262//(March 29, 2017)//
     263
     264Trac 1.2.1, the first maintenance release in the 1.2.x series,
     265provides more than 30 minor fixes and enhancements.
     266The following are some highlights:
     267
     268* [WikiMacros#TracIni-macro TracIni macro] generates anchors for each option ([trac:#9401])
     269 and allows specifying exact options and sections to be rendered
     270 ([trac:#12633])
     271* Several fixes for the enhanced Trac notification system
     272 ([trac:#11928], [trac:#12658], [trac:#12700])
     273* Improved usability of ticket comment //Reply// and
     274 //Edit// buttons ([trac:#12671])
     275* Restored missing ticket change conflict markers
     276 ([trac:#12730])
     277
     278See 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).
     279
     280[trac:source:/tags/trac-1.2.1 View Tag] | [trac:milestone:1.2.1 View Milestone]
     281
     282=== '''1.2 'Hermes''''
     283
     284//(November 5, 2016)//
     285
     286Trac 1.2 is the first major release of Trac in more than 4 years.
     287
     288The following are some highlights from the release:
     289
     290* Extensible notification system ([trac:#3517])
     291* Notification preference panel ([trac:#4056])
     292* Usernames replaced with full names ([trac:#7339])
     293* Restyled ticket changelog ([trac:#11835])
     294* Workflow controls on the //New Ticket// page ([trac:#2045])
     295* Editable wiki page version comments ([trac:#6573])
     296* Datetime custom fields ([trac:#1942])
     297
     298For more information see the [trac:wiki:TracDev/ApiChanges/1.2 API changes] and the detailed
     299release 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]]
     300(as 1.2 contains all the fixes done for 1.0.8 through 1.0.13).
     301
     302[trac:source:/tags/trac-1.2 View Tag] | [trac:milestone:1.2 View Milestone]
    7303
    8304== 1.1.x Releases
    9 // 1.1.x releases are development releases leading eventually to Trac 1.2. See them as kind of snapshots of [trac:source:trunk].
     305// 1.1.x releases were development releases leading to Trac 1.2. See them as kind of snapshots of [trac:source:trunk].
    10306
    11307** No guarantees of feature and API compatibility is made from one 1.1.x release to the next. //
     
    26322
    27323For more information see the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
    28 release 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.12]]
    29 (as 1.2rc1 contains all the fixes done for 1.0.8 through 1.0.12).
     324release 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]]
     325(as 1.2rc1 contains all the fixes done for 1.0.8 through 1.0.13).
    30326
    31327[trac:source:/tags/trac-1.2rc1 View Tag] | [trac:milestone:1.2 View Milestone]
     
    105401   ([trac:#11839]).
    106402
    107 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 
     403See 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
    108404for 1.0.3).
    109405
     
    160456== 1.0.x Releases
    161457
     458=== 1.0.20
     459
     460//(June 29, 2020)//
     461
     462Trac 1.0.20 provides a few bug fixes. The translation
     463catalogs have also been updated and merged with
     464those from Transifex.
     465
     466[trac:source:/tags/trac-1.0.20 View Tag] | [trac:milestone:1.0.20 View Milestone]
     467
     468=== 1.0.19
     469
     470//(October 15, 2019)//
     471
     472Trac 1.0.19 provides a few bug fixes. The translation
     473catalogs have also been updated and merged with
     474those from Transifex.
     475
     476[trac:source:/tags/trac-1.0.19 View Tag] | [trac:milestone:1.0.19 View Milestone]
     477
     478=== 1.0.18
     479
     480//(July 18, 2019)//
     481
     482Trac 1.0.18 provides more than a dozen bug fixes and minor
     483enhancements. The following are some highlights:
     484
     485 * Fixed query module regression when ordering
     486   multiple columns ([trac:#13068]).
     487 * Fixed regression preventing workflow status
     488   changes for plugins ([trac:#13087]).
     489 * Made compatible with MySQL 8.x ([trac:#13128]).
     490
     491[trac:source:/tags/trac-1.0.18 View Tag] | [trac:milestone:1.0.18 View Milestone]
     492
     493=== 1.0.17
     494
     495//(July 11, 2018)//
     496
     497Trac 1.0.17 provides more than 3 dozen bug fixes and minor
     498enhancements. The following are some highlights:
     499
     500 * Fixed `ERR_BLOCKED_BY_XSS_AUDITOR` during preview for
     501   certain content with Chrome browser ([trac:#12926]).
     502 * Improved performance of query module when many custom
     503   fields are used ([trac:#12967]).
     504 * Fixed ticket description not rendered in wiki format in
     505   query view ([trac:#13010]).
     506 * Added submodule support for Git repository ([trac:#10603])
     507
     508[trac:source:/tags/trac-1.0.17 View Tag] | [trac:milestone:1.0.17 View Milestone]
     509
     510=== 1.0.16
     511
     512//Not Released//
     513
     514=== 1.0.15
     515
     516//(June 16, 2017)//
     517
     518Trac 1.0.15 adds an option `[wiki]` `safe_origins`, for whitelisting URIs considered //safe cross-origin//.
     519
     520[trac:source:/tags/trac-1.0.15 View Tag] | [trac:milestone:1.0.15 View Milestone]
     521
     522=== 1.0.14
     523
     524//(June 9, 2017)//
     525
     526Trac 1.0.14 provides more than 3 dozen bug fixes and minor
     527enhancements. The following are some highlights:
     528
     529 - Improved Git performance ([trac:#12545], [trac:#12694]).
     530 - Reduced memory usage exporting a zip file ([trac:#12765]).
     531 - Fixed batch modify not working for list fields
     532   (regression in 1.0.11) ([trac:#12585]).
     533 - Performance improvements to the Roadmap and Milestone
     534   admin pages when there are many milestones and tickets
     535   ([trac:#12609]).
     536 - SECURITY: Possible XSS via reStructuredText link.
     537 - SECURITY: Injection of password prompt using Image
     538   macro or reStructuredText image.
     539
     540[trac:source:/tags/trac-1.0.14 View Tag] | [trac:milestone:1.0.14 View Milestone]
     541
    162542=== 1.0.13
    163543
     
    167547enhancements. The following are some highlights:
    168548
    169  - Use locale environment variables to negotiate locale 
     549 - Use locale environment variables to negotiate locale
    170550   on console ([trac:#12418]).
    171551 - Fixed using incorrect revisions when downloading a zip
     
    188568 - Fixed incorrect parsing of projects list file by
    189569   `GitwebProjectsRepositoryProvider` ([trac:#12518]).
    190  - `TracIni` macro displays option documentation as 
     570 - `TracIni` macro displays option documentation as
    191571   multi-line rather than one-liner ([trac:#12522]).
    192572 - Fixed regression with `GitConnector` leading to
     
    207587   ticket change log ([trac:#12381]).
    208588 - Trac is now distributed as wheel package ([trac:#12391]).
    209  - Fixed database exceptions in query system when 
     589 - Fixed database exceptions in query system when
    210590   ''milestones/versions/enums'' are not defined and a custom
    211591   field of the same name is added ([trac:#12399]).
     
    213593   standard //milestone// field was hidden ([trac:#12400]).
    214594 - Query system now sorts by `enum.value` rather than
    215    `ticket.type` for `order=type` ([trac:#12402]). 
     595   `ticket.type` for `order=type` ([trac:#12402]).
    216596 - Added support for Babel 2.3.2 (2.3.0 and 2.3.1 should
    217597   not be used)  ([trac:#12445]).
     
    346726The following list contains only a few highlights:
    347727
    348  - Subversion keywords are expanded and EOL substitutions made when viewing a file in the repository browser and when downloading a file ([trac:#717]). 
     728 - Subversion keywords are expanded and EOL substitutions made when viewing a file in the repository browser and when downloading a file ([trac:#717]).
    349729 - Notification email is sent to the old owner when a ticket is reassigned ([trac:#2311]).
    350730 - Ticket change history is updated when renaming and deleting a milestone, and when retargeting tickets to another milestone ([trac:#4582], [trac:#5658]).
     
    396776
    397777The following list contains only a few highlights:
    398  - 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) 
    399  - 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
     778 - 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)
     779 - 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
    400780 - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well
    401  - The Git and Mercurial log view feature a visualization of the branching structure 
     781 - The Git and Mercurial log view feature a visualization of the branching structure
    402782 - Usability improvements for the tickets, with a better support for conflict detection and resolution
    403  - Integration of the [TH:BatchModifyPlugin], contributed by Brian Meeker (many thanks!) and is now maintained there as a default component
     783 - 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
    404784 - jQuery/UI integration, featuring a date picker for date fields
    405785 - Improved integration with Pygments syntax highlighting
     
    408788See the full list in [trac:wiki:TracDev/ReleaseNotes/1.0 1.0].
    409789
    410 [[trac:source:/tags/trac-1.0 View Tag]] | [[trac:milestone:1.0 View Milestone]]
    411 
    412 == 0.12.x Releases
    413 
    414 === 0.12.7
    415 
    416 //(July 12, 2015)//
    417 
    418 Trac 0.12.7 fixes a minor security issue, as well as a half dozen other minor issues:
    419  - InterWiki filters links through `[wiki] safe_schemes` option if `[wiki] render_unsafe_content` is disabled ([trac:#12053]).
    420 
    421 See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.7]].
    422 
    423 [trac:source:/tags/trac-0.12.7 View Tag] | [trac:milestone:0.12.7 View Milestone]
    424 
    425 === 0.12.6
    426 
    427 //(October 23, 2014)//
    428 
    429 Trac 0.12.6 contains fixes for a few issues:
    430  - 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]).
    431  - Improved performance rendering `svn:mergeinfo` properties in browser view ([trac:#8459]) and changeset view ([trac:#11219]).
    432  - Query with many custom fields would fail ([trac:#11140]).
    433  - Zip archive had a timestamp with no timezone information ([trac:#11162]).
    434  - Failure or incorrect ranges rendering log TracLinks ([trac:#11308], [trac:#11346]).
    435  - Textareas in ticket view did not wrap correctly in IE 11 ([trac:#11376]).
    436  - Emails were not being obfuscated in owner field on CSV export from ticket and query pages ([trac:#11594]).
    437  - Locale data was not being included in egg in Distribute 0.6.29 and later ([trac:#11640]).
    438  - Deleting a milestone would not delete its attachments ([trac:#11672]).
    439  - Added support for Babel 1.0 and later ([trac:#11258], [trac:#11345]).
    440  - Added support for `ConfigObj` 5.0 and later ([trac:#11498]).
    441  - … and dozens more fixes!
    442 
    443 See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.6]].
    444 
    445 [trac:source:/tags/trac-0.12.6 View Tag] | [trac:milestone:0.12.6 View Milestone]
    446 
    447 === 0.12.5
    448 
    449 //(January 15, 2013)//
    450 
    451 Trac 0.12.5 contains fixes for a few issues:
    452  - upload of .mht files ([Wikipedia:MHTML] web page archive files) now works ([trac:#9880])
    453  - more robust parsing of attachment URLs ([trac:#10280]) and uploaded file names ([trac:#10850])
    454  - 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])
    455  - no longer generate invalid JSON encoded data with Python 2.4 and 2.5 ([trac:#10877])
    456  - ... and fix a couple more minor defects ([trac:#10967], [trac:#10892], [trac:#10923], [trac:#10858], [trac:#10835])
    457 
    458 [trac:source:/tags/trac-0.12.5 View Tag] | [trac:milestone:0.12.5 View Milestone]
    459 
    460 === 0.12.4
    461 
    462 //(September 7, 2012)//
    463 
    464 Trac 0.12.4 contains only a handful of minor fixes.
    465 
    466 [trac:source:/tags/trac-0.12.4 View Tag] | [trac:milestone:0.12.4 View Milestone]
    467 
    468 === 0.12.3 ===
    469 
    470 //(February 6, 2012)//
    471 
    472 Trac 0.12.3 contains a few minor fixes and a few minor features.
    473  - compatibility with Subversion 1.7 ([trac:#10414])
    474  - easier troubleshooting of common startup errors ([trac:#10024])
    475  - jQuery upgraded to 1.4.4 ([trac:#10001])
    476  - improve fine-grained permission handling in the source browser ([trac:#9976], [trac:#10208], [trac:#10110])
    477  - added compatibility with MySQL 5.5.3 utf8mb4 databases ([trac:#9766])
    478  - ... and dozens more fixes!
    479 
    480 [trac:source:/tags/trac-0.12.3 View Tag] | [trac:milestone:0.12.3 View Milestone]
    481 
    482 === 0.12.2
    483 
    484 //(January 31, 2011)//
    485 
    486 Trac 0.12.2 contains a few minor fixes and a few minor features.
    487 
    488 This list contains only a few highlights:
    489  - install: improved robustness of Trac installation if Babel is
    490    installed after the fact ([trac:#9439], [trac:#9595], [trac:#9961])
    491  - notifications: support for Asian character width ([trac:#4717])
    492  - roadmap: fix display of progress bar in some corner cases ([trac:#9718])
    493    and respect the overall_completion milestone group setting ([trac:#9721])
    494  - reports: reports and queries look much better, as the columns now
    495    keep the same width across groups; the absence of word wrapping in
    496    reports has been fixed ([trac:#9825])
    497  - web admin: improved layout ([trac:#8866], [trac:#9963])
    498  - web: it's now possible to log in different Trac instances sharing
    499    the same URL prefix (e.g. /project and /project-test) ([trac:#9951])
    500 
    501 [trac:source:/tags/trac-0.12.2 View Tag] | [trac:milestone:0.12.2 View Milestone]
    502 
    503 === 0.12.1
    504 
    505 //(October 9, 2010)//
    506 
    507 Trac 0.12.1 contains a few important performance improvements, some minor fixes and a few minor features.
    508 
    509 This list contains only a few highlights:
    510  - db: improve concurrency behavior ([trac:#9111])
    511  - 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)
    512  - svn authz: improve compatibility with svn 1.5 format ([trac:#8289])
    513  - milestone: allow to set the time for the due date ([trac:#6369], [trac:#9582])
    514  - ticket: fixes for the CC: property ([trac:#8597], [trac:#9522])
    515  - notification: improved the formatting of ticket fields in notification e-mails ([trac:#9484], [trac:#9494])
    516  - i18n: added a configuration option to set the default language ([trac:#8117])
    517  - several fixes for upgrade ([trac:#9400], [trac:#9416], [trac:#9483], [trac:#9556])
    518 
    519 [trac:source:/tags/trac-0.12.1 View Tag] | [trac:milestone:0.12.1 View Milestone]
    520 
    521 === ''' 0.12 'Babel' '''
    522 
    523 //(June 13, 2010)//
    524 
    525 Trac 0.12 is a major release introducing i18n and multiple repository support as the most visible changes.
    526 
    527 The following list contains only a few highlights:
    528  - The user interface is translated in a dozen of languages, provided the [Babel:] package is installed
    529  - Multiple repositories can be associated to a single Trac environment; the repositories can be of heterogeneous types (svn, hg, git, darcs...)
    530  - Usability improvements for the Wiki, with a nice side-by-side edit mode with automatic preview
    531  - Richer Wiki syntax, with much improved support for tables, partial [trac:WikiCreole] compatibility and numerous smaller improvements
    532  - Usability improvements for the Ticket module, with automatic preview of comments while you type and possibility to edit or remove them later
    533  - Improved Custom Queries (time fields, multiple disjoint conditions, a.k.a. OR queries)
    534  - Timeline filtering by user
    535  - ... and numerous smaller features added and bugs fixed since 0.11!
    536 
    537 [trac:source:/tags/trac-0.12 View Tag] | [trac:milestone:0.12 View Milestone]
     790[trac:source:/tags/trac-1.0 View Tag] | [trac:milestone:1.0 View Milestone]
    538791
    539792== Older Releases
    540793
    541 For releases prior to 0.12, see [trac:TracChangeLog@95].
     794For releases prior to 1.0, see [trac:TracChangeLog@154#a0.12.xReleases TracChangeLog@154].
     795
     796For releases prior to 0.12, see [trac:TracChangeLog@95#a0.11.xReleases TracChangeLog@95].
Back to Top