Edgewall Software

Changes between Initial Version and Version 1 of 1.3/TracChangeLog


Ignore:
Timestamp:
Nov 5, 2016, 3:07:05 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Copied from TracChangeLog@129.

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/TracChangeLog

    v1 v1  
     1[[PageOutline(2-3)]]
     2= Change Log
     3This is a rough list of changes between released versions.
     4
     5To see where Trac is going in future releases, see the [trac:roadmap Roadmap].
     6
     7== 1.3.x Releases
     8
     9//Forthcoming//.
     10
     11== 1.2.x Releases
     12
     13=== 1.2 'Hermes'
     14
     15//(November 5, 2016)//
     16
     17Trac 1.2 is the first major release of Trac in more than 4 years.
     18
     19The following are some highlights from the release:
     20
     21* Extensible notification system ([trac:#3517])
     22* Notification preference panel ([trac:#4056])
     23* Usernames replaced with full names ([trac:#7339])
     24* Restyled ticket changelog ([trac:#11835])
     25* Workflow controls on the //New Ticket// page ([trac:#2045])
     26* Editable wiki page version comments ([trac:#6573])
     27* Datetime custom fields ([trac:#1942])
     28
     29For more information see the [trac:wiki:TracDev/ApiChanges/1.2 API changes] and the detailed
     30release 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]]
     31(as 1.2 contains all the fixes done for 1.0.8 through 1.0.13).
     32
     33[trac:source:/tags/trac-1.2 View Tag] | [trac:milestone:1.2 View Milestone]
     34
     35== 1.1.x Releases
     36// 1.1.x releases are development releases leading eventually to Trac 1.2. See them as kind of snapshots of [trac:source:trunk].
     37
     38** No guarantees of feature and API compatibility is made from one 1.1.x release to the next. //
     39
     40=== 1.2rc1
     41
     42//(September 14, 2016)//
     43
     44The first Trac 1.2 release candidate is the culmination of nearly 4 years of development.
     45
     46Highlights of the changes since 1.1.6:
     47
     48 - Pygments lexer options can be specified as [WikiProcessors WikiProcessor] arguments and defaults can be set in the environment configuration ([trac:#5654]).
     49 - Usernames are replaced with full names when `[trac]` `show_full_names` is true ([trac:#7339]).
     50 - Enum tables on the Ticket Admin pages can be reordered by drag and drop. ([trac:#11682]).
     51 - Ticket changelog is restyled and has a new //Show comments// preference ([trac:#11835]).
     52 - Authentication cookies can be shared across subdomains when `[trac]` `auth_cookie_domain` is configured ([trac:#12251]).
     53
     54For more information see the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
     55release 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]]
     56(as 1.2rc1 contains all the fixes done for 1.0.8 through 1.0.13).
     57
     58[trac:source:/tags/trac-1.2rc1 View Tag] | [trac:milestone:1.2 View Milestone]
     59
     60=== 1.1.6
     61
     62//(July 17, 2015)//
     63
     64Trac 1.1.6 contains more than a half dozen minor fixes and enhancements.
     65
     66For more information see the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
     67release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.6]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.7]]
     68(as 1.1.6 contains all the fixes done for 1.0.7).
     69
     70[trac:source:/tags/trac-1.1.6 View Tag] | [trac:milestone:1.1.6 View Milestone]
     71
     72
     73=== 1.1.5
     74
     75//(May 18, 2015)//
     76
     77Highlights of the changes:
     78
     79 - Corrected highlighting of unmodified values in //Config// section of the //About Trac// page ([trac:#6551]).
     80 - New helper methods on `DatabaseManager` class for plugins to upgrade the database ([trac:#8172]).
     81 - New `[notification-subscriber]` config section for general configuration of notification subscription defaults and `SubscriberList` macro ([trac:#11875]).
     82 - Removed dependency on `ConfigObj` for TracFineGrainedPermissions ([trac:#11982]).
     83 - `Image` macro supports InterWiki prefixes ([trac:#12025]).
     84
     85See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
     86release 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]]
     87(as 1.1.5 contains all the fixes done for 1.0.6 and 0.12.7).
     88
     89[trac:source:/tags/trac-1.1.5 View Tag] | [trac:milestone:1.1.5 View Milestone]
     90
     91=== 1.1.4
     92
     93//(March 24, 2015)//
     94
     95Highlights of the changes:
     96
     97 - Performance improvements with MySQL/MariaDB ([trac:#3676]).
     98 - Click on //Permissions// Admin page table row toggles all
     99   checkboxes in the row ([trac:#11417]).
     100 - Configuration sections are written to trac.ini when enabling a
     101   component through TracAdmin or the web administration module
     102   ([trac:#11437]).
     103 - Subscription rules can be reordered by drag and drop ([trac:#11941]).
     104
     105See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
     106release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.4]]
     107and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.4/1.0.5]]
     108(as 1.1.4 contains all the fixes done for 1.0.4 and 1.0.5).
     109
     110[trac:source:/tags/trac-1.1.4 View Tag] | [trac:milestone:1.1.4 View Milestone]
     111
     112=== 1.1.3
     113
     114//(January 13, 2015)//
     115
     116The following list contains highlights of the changes:
     117
     118 - The ticket creation step can be configured in the TracWorkflow and the
     119   workflow controls are present on the !NewTicket page ([trac:#2045]).
     120 - New notification system that can be extended by plugins ([trac:#3517]).
     121 - New preferences panel for notification subscriptions ([trac:#4056]).
     122 - Wiki page version comments can be edited by users with `WIKI_ADMIN` ([trac:#6573]).
     123 - Improved positioning of //Add Comment// section and //author// field
     124   on the ticket form ([trac:#10207]).
     125 - The delete confirmation pages warn if attachments will also be deleted
     126   ([trac:#11542]).
     127 - Removed support for [trac:SilverCity], Enscript and !PhpRenderer syntax
     128   highlighters ([trac:#11795]).
     129 - Combined //Date & Time// and //Language// preference panels as
     130   //Localization// ([trac:#11813]).
     131 - Groups and permissions can be used in the workflow `set_owner` attribute
     132   ([trac:#11839]).
     133
     134See 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
     135for 1.0.3).
     136
     137[trac:source:/tags/trac-1.1.3 View Tag] | [trac:milestone:1.1.3 View Milestone]
     138
     139=== 1.1.2
     140
     141//(October 23, 2014)//
     142
     143The following list contains highlights of the changes:
     144
     145 - 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]).
     146 - 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]).
     147 - The new option `[ticket]` `optional_fields` specifies ticket select fields that are treated as optional (i.e. an empty value is allowed) ([trac:#10772]).
     148 - Line number and row highlighting annotations can be specified for !WikiProcessor code blocks ([trac:#10834]).
     149 - 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]).
     150 - Attachments can't be added to read-only wiki pages ([trac:#11244]).
     151 - Tables on the admin pages have a //Select all// checkbox in the header ([trac:#10994]).
     152 - Submit buttons are disabled if the required items are not selected ([trac:#11056]).
     153 - The Admin //Permissions// page has a //Copy Permissions// form for copying permissions between users and groups ([trac:#11099]).
     154 - 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]).
     155 - The //retarget// select is not shown when closing or deleting a milestone which has no tickets associated with it ([trac:#11366]).
     156 - //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]).
     157 - The `TitleIndex` macro supports relative path prefixes when used on wiki pages ([trac:#11455]).
     158 - [trac:CommitTicketUpdater] will recognize a ticket reference that includes a trailing `#comment:N` or `#comment:description` ([trac:#11622]).
     159 - 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]).
     160 - Authz policy can be used to restrict access to the //Report List// page using the resource id `-1` ([trac:#11697]).
     161
     162See 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).
     163
     164[trac:source:/tags/trac-1.1.2 View Tag] | [trac:milestone:1.1.2 View Milestone]
     165
     166=== 1.1.1
     167
     168//(February 3, 2013)//
     169
     170Trac 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.
     171
     172The following list contains only a few highlights:
     173
     174 - Added support for custom ticket fields of type time ([trac:#1942])
     175 - In new tickets, custom time ticket fields may default to an absolute or relative date / time ([trac:#10853])
     176 - In TracBatchModify, custom time ticket fields can be changed with a date(time)picker popup control ([trac:#10854])
     177 - Optionally display the component of tickets in their timeline entries (`[timeline]` `ticket_show_component` setting) ([trac:#10885])
     178 - Fixed batch modification when no fields are changed ([trac:#10924])
     179 - Dynamic variables can be used in the report title and description ([trac:#10979])
     180 - jQuery upgraded to 1.8.3, jQuery UI upgraded to 1.9.2 and jQuery UI Timepicker upgraded to 1.1.1 ([trac:#10976])
     181 - 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 ;-) )//
     182
     183See 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).
     184
     185[trac:source:/tags/trac-1.1.1 View Tag] | [trac:milestone:1.1.1 View Milestone]
     186
     187== 1.0.x Releases
     188
     189=== 1.0.13
     190
     191//(September 11, 2016)//
     192
     193Trac 1.0.13 provides around a dozen bug fixes and minor
     194enhancements. The following are some highlights:
     195
     196 - Use locale environment variables to negotiate locale
     197   on console ([trac:#12418]).
     198 - Fixed using incorrect revisions when downloading a zip
     199   file via browser page from Git repository ([trac:#12557]).
     200
     201[trac:source:/tags/trac-1.0.13 View Tag] | [trac:milestone:1.0.13 View Milestone]
     202
     203=== 1.0.12
     204
     205//(July 4, 2016)//
     206
     207Trac 1.0.12 provides around 20 bug fixes and minor enhancements. The following are some highlights:
     208
     209 - Reconnect to PostgreSQL server after restarting it
     210   ([trac:#4984]).
     211 - Workflow actions on the batch modify form are sorted
     212   by the default attribute ([trac:#12447]).
     213 - Fixed Pygments stylesheet not found when style name
     214   contained a dash ([trac:#12505]).
     215 - Fixed incorrect parsing of projects list file by
     216   `GitwebProjectsRepositoryProvider` ([trac:#12518]).
     217 - `TracIni` macro displays option documentation as
     218   multi-line rather than one-liner ([trac:#12522]).
     219 - Fixed regression with `GitConnector` leading to
     220   `IOError: Too many open files` ([trac:#12524]).
     221
     222[trac:source:/tags/trac-1.0.12 View Tag] | [trac:milestone:1.0.12 View Milestone]
     223
     224=== 1.0.11
     225
     226//(May 7, 2016)//
     227
     228Trac 1.0.11 provides more than 30 bug fixes and minor
     229enhancements. As in 1.0.10, an area of focus has been to
     230eliminate tracebacks in the logs due to invalid requests.
     231The following are some additional highlights:
     232
     233 - Fixed resetting //Oldest first// after auto-preview of
     234   ticket change log ([trac:#12381]).
     235 - Trac is now distributed as wheel package ([trac:#12391]).
     236 - Fixed database exceptions in query system when
     237   ''milestones/versions/enums'' are not defined and a custom
     238   field of the same name is added ([trac:#12399]).
     239 - Custom field //milestone// was not shown when
     240   standard //milestone// field was hidden ([trac:#12400]).
     241 - Query system now sorts by `enum.value` rather than
     242   `ticket.type` for `order=type` ([trac:#12402]).
     243 - Added support for Babel 2.3.2 (2.3.0 and 2.3.1 should
     244   not be used)  ([trac:#12445]).
     245
     246[trac:source:/tags/trac-1.0.11 View Tag] | [trac:milestone:1.0.11 View Milestone]
     247
     248=== 1.0.10
     249
     250//(February 20, 2016)//
     251
     252Trac 1.0.10 provides more than 30 bug fixes and minor enhancements. Two areas of focus
     253have been fixing test failures on Windows and eliminating tracebacks in the logs due to
     254invalid requests.
     255
     256See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.10]].
     257
     258[trac:source:/tags/trac-1.0.10 View Tag] | [trac:milestone:1.0.10 View Milestone]
     259
     260=== 1.0.9
     261
     262//(September 10, 2015)//
     263
     264Trac 1.0.9 provides more than a dozen minor fixes and enhancements, including significantly reduced memory usage by the Git repository connector.
     265
     266See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.9]].
     267
     268[trac:source:/tags/trac-1.0.9 View Tag] | [trac:milestone:1.0.9 View Milestone]
     269
     270=== 1.0.8
     271
     272//(July 24, 2015)//
     273
     274Trac 1.0.8 fixes a regression introduced in Trac 1.0.7: the session
     275for an authenticated username containing non-alphanumeric characters
     276could not be retrieved, resulting in the user being denied access to
     277every realm and resource ([trac:#12129]).
     278
     279See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.8]].
     280
     281[trac:source:/tags/trac-1.0.8 View Tag] | [trac:milestone:1.0.8 View Milestone]
     282
     283=== 1.0.7
     284
     285//(July 17, 2015)//
     286
     287Trac 1.0.7 contains more than a dozen minor fixes and enhancements, including the following highlights:
     288 - Custom `svn:keywords` definitions are expanded in Subversion 1.8 and later ([trac:#11364]).
     289 - Fixed MySQL performance regression in query with custom fields ([trac:#12113]).
     290
     291See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.7]].
     292
     293[trac:source:/tags/trac-1.0.7 View Tag] | [trac:milestone:1.0.7 View Milestone]
     294
     295=== 1.0.6
     296
     297//(May 20, 2015)//
     298
     299Trac 1.0.6 provides more than 20 fixes and enhancements. The following are some highlights:
     300 - Hash changeset ids and branch names can be used in revision ranges ([trac:#11050])
     301 - Improved rendering performance using chunked response when `[trac]` `use_chunked_encoding` is `True` ([trac:#11802])
     302 - Improved performance of Git repositories ([trac:#11971]).
     303 - Header to send when `[trac]` `use_xsendfile` is `True` can be specified through the option `[trac]` `xsendfile_header`. X-Sendfile is supported in Nginx by specifying `X-Accel-Redirect` for the header ([trac:#11981]).
     304 - Symbolic link can be used for `conf/trac.ini` in environment directory ([trac:#12000]).
     305 - Hyphen character can be used in !WikiProcessor parameter name ([trac:#12023]).
     306
     307See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.6]] and [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.7]] (as 1.0.6 also contains the changes in 0.12.7).
     308
     309[trac:source:/tags/trac-1.0.6 View Tag] | [trac:milestone:1.0.6 View Milestone]
     310
     311=== 1.0.5
     312
     313//(March 24, 2015)//
     314
     315Trac 1.0.5 provides several fixes. The following are some highlights:
     316
     317 - Images are not rendered in the timeline ([trac:#10751]).
     318 - Git tags are shown in the browser view ([trac:#11964]).
     319 - Added support for `journal_mode` and `synchronous` pragmas
     320   in `sqlite:` database connection string ([trac:#11967]).
     321
     322See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.5]].
     323
     324[trac:source:/tags/trac-1.0.5 View Tag] | [trac:milestone:1.0.5 View Milestone]
     325
     326=== 1.0.4
     327
     328//(February 8, 2015)//
     329
     330Trac 1.0.4 contains a few fixes, including a fix for a regression in 1.0.3.
     331
     332 - Workflow action labels were not displayed unless name attribute
     333   was explicitly defined ([trac:#11930]).
     334
     335See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.4]].
     336
     337[trac:source:/tags/trac-1.0.4 View Tag] | [trac:milestone:1.0.4 View Milestone]
     338
     339=== 1.0.3
     340
     341//(January 13, 2015)//
     342
     343Trac 1.0.3 is a maintenance release containing numerous fixes and minor
     344enhancements. The following are a few of the highlights:
     345
     346The following list contains only a few highlights:
     347
     348 - Notification is sent when adding an attachment to a ticket ([trac:#2259]).
     349 - Stylesheets and scripts are loaded during autopreview, resulting in proper
     350   syntax highlighting when code WikiProcessors are added ([trac:#10470]) and display
     351   of Workflow graphs without explicit autopreview ([trac:#10674]).
     352 - Merge changesets are shown as differences against first parent, resulting
     353   in less noisy changesets ([trac:#10740]).
     354 - Pygments 2.0 is supported ([trac:#11796]).
     355 - Fixed error when completing the `initenv` TracAdmin command ([trac:#11797]).
     356 - Performance improvement on systems with many thousands of authenticated
     357   users due to caching of Environment.get_known_users ([trac:#11868]).
     358 - Distribution metadata of wheel package is supported and displayed on the
     359   About page ([trac:#11877]).
     360 - … and more than 3 dozen total fixes!
     361
     362See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.3]].
     363
     364[trac:source:/tags/trac-1.0.3 View Tag] | [trac:milestone:1.0.3 View Milestone]
     365
     366
     367=== 1.0.2
     368
     369//(October 23, 2014)//
     370
     371Trac 1.0.2 contains a number of bug fixes and minor enhancements, as well as a major update for many translations.
     372
     373The following list contains only a few highlights:
     374
     375 - Subversion keywords are expanded and EOL substitutions made when viewing a file in the repository browser and when downloading a file ([trac:#717]).
     376 - Notification email is sent to the old owner when a ticket is reassigned ([trac:#2311]).
     377 - Ticket change history is updated when renaming and deleting a milestone, and when retargeting tickets to another milestone ([trac:#4582], [trac:#5658]).
     378 - Numerous fixes for the Authz permissions policy in the browser/repository ([trac:#10961], [trac:#11646]), wiki ([trac:#8976], [trac:#11067]), admin ([trac:#11069]) and report ([trac:#11176]) realms.
     379 - Multiple forms submits are disallowed ([trac:#10138]).
     380 - `ConfigurationError` is raised if any of the `permission_policies` can't be loaded, preventing possible information leakage due to internal and installation errors ([trac:#10285]).
     381 - Wiki toolbars can be disabled through a configuration setting ([trac:#10837])
     382 - The number of entries in a table is shown next to heading on applicable admin pages ([trac:#11027]).
     383 - //Cancel// buttons are consistently located on all pages ([trac:#11076]).
     384 - Focus is placed on a text element when an edit page is loaded ([trac:#11084]).
     385 - The //Edit conflict// and //Merge// warning messages are always visible in side-by-side edit mode ([trac:#11102]).
     386 - Improvements to the layout of the Report ([trac:#11106], [trac:#11664]) and Ticket pages ([trac:#11471]).
     387 - Genshi 0.7 compatibility ([trac:#11218]).
     388 - Numerous minor fixes for Git repository support.
     389 - … and more than a hundred more fixes!
     390
     391See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.2]] and [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.6]] (as 1.0.2 contains all the fixes done for 0.12.6).
     392
     393[trac:source:/tags/trac-1.0.2 View Tag] | [trac:milestone:1.0.2 View Milestone]
     394
     395
     396=== 1.0.1
     397
     398//(February 1, 2013)//
     399
     400Trac 1.0.1 contains a number of bug fixes and minor enhancements, as well as a major update for many translations.
     401
     402The following list contains only a few highlights:
     403
     404 - Fix zip source download for large directories in Subversion repositories ([trac:#10840])
     405 - Performance improvement for the Roadmap, by caching milestone properties ([trac:#10879])
     406 - Added a ''select all'' checkbox to table of components for each plugin on the Plugins admin panel ([trac:#9609])
     407 - Restore the ''Modify'' link at the top of the ticket page, as it was in Trac 0.12 ([trac:#10856])
     408 - `ListOption` keeps values other than empty string and None in raw list as default ([trac:#10541])
     409 - Prevent possibility of multiple identical info or warning messages being presented to the user ([trac:#10987])
     410 - The !BatchModify select-all checkboxes are toggled with tri-state behavior when the ticket checkboxes are toggled ([trac:#10992])
     411 - Update the ticket changetime to the current time when deleting a ticket comment ([trac:#10486])
     412
     413See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.1]] and [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.5]] (as 1.0.1 contains all the fixes done for 0.12.5).
     414
     415[trac:source:/tags/trac-1.0.1 View Tag] | [trac:milestone:1.0.1 View Milestone]
     416
     417
     418=== '''1.0 'Cell' '''
     419
     420//(September 7, 2012)//
     421
     422Trac 1.0 is a major release adding refreshed user interface and improved DVCS repository support as the most visible changes.
     423
     424The following list contains only a few highlights:
     425 - 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)
     426 - 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
     427 - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well
     428 - The Git and Mercurial log view feature a visualization of the branching structure
     429 - Usability improvements for the tickets, with a better support for conflict detection and resolution
     430 - Integration of the [TH:BatchModifyPlugin], contributed by Brian Meeker (many thanks!) and is now maintained there as a default component
     431 - jQuery/UI integration, featuring a date picker for date fields
     432 - Improved integration with Pygments syntax highlighting
     433 - ... and numerous smaller features added and bugs fixed since 0.12!
     434
     435See the full list in [trac:wiki:TracDev/ReleaseNotes/1.0 1.0].
     436
     437[[trac:source:/tags/trac-1.0 View Tag]] | [[trac:milestone:1.0 View Milestone]]
     438
     439== 0.12.x Releases
     440
     441=== 0.12.7
     442
     443//(July 12, 2015)//
     444
     445Trac 0.12.7 fixes a minor security issue, as well as a half dozen other minor issues:
     446 - InterWiki filters links through `[wiki] safe_schemes` option if `[wiki] render_unsafe_content` is disabled ([trac:#12053]).
     447
     448See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.7]].
     449
     450[trac:source:/tags/trac-0.12.7 View Tag] | [trac:milestone:0.12.7 View Milestone]
     451
     452=== 0.12.6
     453
     454//(October 23, 2014)//
     455
     456Trac 0.12.6 contains fixes for a few issues:
     457 - 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]).
     458 - Improved performance rendering `svn:mergeinfo` properties in browser view ([trac:#8459]) and changeset view ([trac:#11219]).
     459 - Query with many custom fields would fail ([trac:#11140]).
     460 - Zip archive had a timestamp with no timezone information ([trac:#11162]).
     461 - Failure or incorrect ranges rendering log TracLinks ([trac:#11308], [trac:#11346]).
     462 - Textareas in ticket view did not wrap correctly in IE 11 ([trac:#11376]).
     463 - Emails were not being obfuscated in owner field on CSV export from ticket and query pages ([trac:#11594]).
     464 - Locale data was not being included in egg in Distribute 0.6.29 and later ([trac:#11640]).
     465 - Deleting a milestone would not delete its attachments ([trac:#11672]).
     466 - Added support for Babel 1.0 and later ([trac:#11258], [trac:#11345]).
     467 - Added support for `ConfigObj` 5.0 and later ([trac:#11498]).
     468 - … and dozens more fixes!
     469
     470See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.6]].
     471
     472[trac:source:/tags/trac-0.12.6 View Tag] | [trac:milestone:0.12.6 View Milestone]
     473
     474=== 0.12.5
     475
     476//(January 15, 2013)//
     477
     478Trac 0.12.5 contains fixes for a few issues:
     479 - upload of .mht files ([Wikipedia:MHTML] web page archive files) now works ([trac:#9880])
     480 - more robust parsing of attachment URLs ([trac:#10280]) and uploaded file names ([trac:#10850])
     481 - 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])
     482 - no longer generate invalid JSON encoded data with Python 2.4 and 2.5 ([trac:#10877])
     483 - ... and fix a couple more minor defects ([trac:#10967], [trac:#10892], [trac:#10923], [trac:#10858], [trac:#10835])
     484
     485[trac:source:/tags/trac-0.12.5 View Tag] | [trac:milestone:0.12.5 View Milestone]
     486
     487=== 0.12.4
     488
     489//(September 7, 2012)//
     490
     491Trac 0.12.4 contains only a handful of minor fixes.
     492
     493[trac:source:/tags/trac-0.12.4 View Tag] | [trac:milestone:0.12.4 View Milestone]
     494
     495=== 0.12.3 ===
     496
     497//(February 6, 2012)//
     498
     499Trac 0.12.3 contains a few minor fixes and a few minor features.
     500 - compatibility with Subversion 1.7 ([trac:#10414])
     501 - easier troubleshooting of common startup errors ([trac:#10024])
     502 - jQuery upgraded to 1.4.4 ([trac:#10001])
     503 - improve fine-grained permission handling in the source browser ([trac:#9976], [trac:#10208], [trac:#10110])
     504 - added compatibility with MySQL 5.5.3 utf8mb4 databases ([trac:#9766])
     505 - ... and dozens more fixes!
     506
     507[trac:source:/tags/trac-0.12.3 View Tag] | [trac:milestone:0.12.3 View Milestone]
     508
     509=== 0.12.2
     510
     511//(January 31, 2011)//
     512
     513Trac 0.12.2 contains a few minor fixes and a few minor features.
     514
     515This list contains only a few highlights:
     516 - install: improved robustness of Trac installation if Babel is
     517   installed after the fact ([trac:#9439], [trac:#9595], [trac:#9961])
     518 - notifications: support for Asian character width ([trac:#4717])
     519 - roadmap: fix display of progress bar in some corner cases ([trac:#9718])
     520   and respect the overall_completion milestone group setting ([trac:#9721])
     521 - reports: reports and queries look much better, as the columns now
     522   keep the same width across groups; the absence of word wrapping in
     523   reports has been fixed ([trac:#9825])
     524 - web admin: improved layout ([trac:#8866], [trac:#9963])
     525 - web: it's now possible to log in different Trac instances sharing
     526   the same URL prefix (e.g. /project and /project-test) ([trac:#9951])
     527
     528[trac:source:/tags/trac-0.12.2 View Tag] | [trac:milestone:0.12.2 View Milestone]
     529
     530=== 0.12.1
     531
     532//(October 9, 2010)//
     533
     534Trac 0.12.1 contains a few important performance improvements, some minor fixes and a few minor features.
     535
     536This list contains only a few highlights:
     537 - db: improve concurrency behavior ([trac:#9111])
     538 - 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)
     539 - svn authz: improve compatibility with svn 1.5 format ([trac:#8289])
     540 - milestone: allow to set the time for the due date ([trac:#6369], [trac:#9582])
     541 - ticket: fixes for the CC: property ([trac:#8597], [trac:#9522])
     542 - notification: improved the formatting of ticket fields in notification e-mails ([trac:#9484], [trac:#9494])
     543 - i18n: added a configuration option to set the default language ([trac:#8117])
     544 - several fixes for upgrade ([trac:#9400], [trac:#9416], [trac:#9483], [trac:#9556])
     545
     546[trac:source:/tags/trac-0.12.1 View Tag] | [trac:milestone:0.12.1 View Milestone]
     547
     548=== ''' 0.12 'Babel' '''
     549
     550//(June 13, 2010)//
     551
     552Trac 0.12 is a major release introducing i18n and multiple repository support as the most visible changes.
     553
     554The following list contains only a few highlights:
     555 - The user interface is translated in a dozen of languages, provided the [Babel:] package is installed
     556 - Multiple repositories can be associated to a single Trac environment; the repositories can be of heterogeneous types (svn, hg, git, darcs...)
     557 - Usability improvements for the Wiki, with a nice side-by-side edit mode with automatic preview
     558 - Richer Wiki syntax, with much improved support for tables, partial [trac:WikiCreole] compatibility and numerous smaller improvements
     559 - Usability improvements for the Ticket module, with automatic preview of comments while you type and possibility to edit or remove them later
     560 - Improved Custom Queries (time fields, multiple disjoint conditions, a.k.a. OR queries)
     561 - Timeline filtering by user
     562 - ... and numerous smaller features added and bugs fixed since 0.11!
     563
     564[trac:source:/tags/trac-0.12 View Tag] | [trac:milestone:0.12 View Milestone]
     565
     566== Older Releases
     567
     568For releases prior to 0.12, see [trac:TracChangeLog@95].