Changes between Initial Version and Version 1 of TracChangeLog


Ignore:
Timestamp:
Sep 20, 2016, 12:24:13 PM (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 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
     8== 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].
     10
     11** No guarantees of feature and API compatibility is made from one 1.1.x release to the next. //
     12
     13=== 1.2rc1
     14
     15//(September 14, 2016)//
     16
     17The first Trac 1.2 release candidate is the culmination of nearly 4 years of development.
     18
     19Highlights of the changes since 1.1.6:
     20
     21 - Pygments lexer options can be specified as [WikiProcessors WikiProcessor] arguments and defaults can be set in the environment configuration ([trac:#5654]).
     22 - Usernames are replaced with full names when `[trac]` `show_full_names` is true ([trac:#7339]).
     23 - Enum tables on the Ticket Admin pages can be reordered by drag and drop. ([trac:#11682]).
     24 - Ticket changelog is restyled and has a new //Show comments// preference ([trac:#11835]).
     25 - Authentication cookies can be shared across subdomains when `[trac]` `auth_cookie_domain` is configured ([trac:#12251]).
     26
     27For more information see the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
     28release 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).
     30
     31[trac:source:/tags/trac-1.2rc1 View Tag] | [trac:milestone:1.2 View Milestone]
     32
     33=== 1.1.6
     34
     35//(July 17, 2015)//
     36
     37Trac 1.1.6 contains more than a half dozen minor fixes and enhancements.
     38
     39For more information see the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
     40release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.6]] and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.7]]
     41(as 1.1.6 contains all the fixes done for 1.0.7).
     42
     43[trac:source:/tags/trac-1.1.6 View Tag] | [trac:milestone:1.1.6 View Milestone]
     44
     45
     46=== 1.1.5
     47
     48//(May 18, 2015)//
     49
     50Highlights of the changes:
     51
     52 - Corrected highlighting of unmodified values in //Config// section of the //About Trac// page ([trac:#6551]).
     53 - New helper methods on `DatabaseManager` class for plugins to upgrade the database ([trac:#8172]).
     54 - New `[notification-subscriber]` config section for general configuration of notification subscription defaults and `SubscriberList` macro ([trac:#11875]).
     55 - Removed dependency on `ConfigObj` for TracFineGrainedPermissions ([trac:#11982]).
     56 - `Image` macro supports InterWiki prefixes ([trac:#12025]).
     57
     58See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
     59release 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]]
     60(as 1.1.5 contains all the fixes done for 1.0.6 and 0.12.7).
     61
     62[trac:source:/tags/trac-1.1.5 View Tag] | [trac:milestone:1.1.5 View Milestone]
     63
     64=== 1.1.4
     65
     66//(March 24, 2015)//
     67
     68Highlights of the changes:
     69
     70 - Performance improvements with MySQL/MariaDB ([trac:#3676]).
     71 - Click on //Permissions// Admin page table row toggles all
     72   checkboxes in the row ([trac:#11417]).
     73 - Configuration sections are written to trac.ini when enabling a
     74   component through TracAdmin or the web administration module
     75   ([trac:#11437]).
     76 - Subscription rules can be reordered by drag and drop ([trac:#11941]).
     77
     78See also the [trac:wiki:TracDev/ApiChanges/1.1 API changes] and the detailed
     79release notes for [[trac:wiki:TracDev/ReleaseNotes/1.1#DevelopmentReleases | 1.1.4]]
     80and [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.4/1.0.5]]
     81(as 1.1.4 contains all the fixes done for 1.0.4 and 1.0.5).
     82
     83[trac:source:/tags/trac-1.1.4 View Tag] | [trac:milestone:1.1.4 View Milestone]
     84
     85=== 1.1.3
     86
     87//(January 13, 2015)//
     88
     89The following list contains highlights of the changes:
     90
     91 - The ticket creation step can be configured in the TracWorkflow and the
     92   workflow controls are present on the !NewTicket page ([trac:#2045]).
     93 - New notification system that can be extended by plugins ([trac:#3517]).
     94 - New preferences panel for notification subscriptions ([trac:#4056]).
     95 - Wiki page version comments can be edited by users with `WIKI_ADMIN` ([trac:#6573]).
     96 - Improved positioning of //Add Comment// section and //author// field
     97   on the ticket form ([trac:#10207]).
     98 - The delete confirmation pages warn if attachments will also be deleted
     99   ([trac:#11542]).
     100 - Removed support for [trac:SilverCity], Enscript and !PhpRenderer syntax
     101   highlighters ([trac:#11795]).
     102 - Combined //Date & Time// and //Language// preference panels as
     103   //Localization// ([trac:#11813]).
     104 - Groups and permissions can be used in the workflow `set_owner` attribute
     105   ([trac:#11839]).
     106
     107See 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
     108for 1.0.3).
     109
     110[trac:source:/tags/trac-1.1.3 View Tag] | [trac:milestone:1.1.3 View Milestone]
     111
     112=== 1.1.2
     113
     114//(October 23, 2014)//
     115
     116The following list contains highlights of the changes:
     117
     118 - 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]).
     119 - 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]).
     120 - The new option `[ticket]` `optional_fields` specifies ticket select fields that are treated as optional (i.e. an empty value is allowed) ([trac:#10772]).
     121 - Line number and row highlighting annotations can be specified for !WikiProcessor code blocks ([trac:#10834]).
     122 - 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]).
     123 - Attachments can't be added to read-only wiki pages ([trac:#11244]).
     124 - Tables on the admin pages have a //Select all// checkbox in the header ([trac:#10994]).
     125 - Submit buttons are disabled if the required items are not selected ([trac:#11056]).
     126 - The Admin //Permissions// page has a //Copy Permissions// form for copying permissions between users and groups ([trac:#11099]).
     127 - 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]).
     128 - The //retarget// select is not shown when closing or deleting a milestone which has no tickets associated with it ([trac:#11366]).
     129 - //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]).
     130 - The `TitleIndex` macro supports relative path prefixes when used on wiki pages ([trac:#11455]).
     131 - [trac:CommitTicketUpdater] will recognize a ticket reference that includes a trailing `#comment:N` or `#comment:description` ([trac:#11622]).
     132 - 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]).
     133 - Authz policy can be used to restrict access to the //Report List// page using the resource id `-1` ([trac:#11697]).
     134
     135See 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).
     136
     137[trac:source:/tags/trac-1.1.2 View Tag] | [trac:milestone:1.1.2 View Milestone]
     138
     139=== 1.1.1
     140
     141//(February 3, 2013)//
     142
     143Trac 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.
     144
     145The following list contains only a few highlights:
     146
     147 - Added support for custom ticket fields of type time ([trac:#1942])
     148 - In new tickets, custom time ticket fields may default to an absolute or relative date / time ([trac:#10853])
     149 - In TracBatchModify, custom time ticket fields can be changed with a date(time)picker popup control ([trac:#10854])
     150 - Optionally display the component of tickets in their timeline entries (`[timeline]` `ticket_show_component` setting) ([trac:#10885])
     151 - Fixed batch modification when no fields are changed ([trac:#10924])
     152 - Dynamic variables can be used in the report title and description ([trac:#10979])
     153 - jQuery upgraded to 1.8.3, jQuery UI upgraded to 1.9.2 and jQuery UI Timepicker upgraded to 1.1.1 ([trac:#10976])
     154 - 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 ;-) )//
     155
     156See 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).
     157
     158[trac:source:/tags/trac-1.1.1 View Tag] | [trac:milestone:1.1.1 View Milestone]
     159
     160== 1.0.x Releases
     161
     162=== 1.0.13
     163
     164//(September 11, 2016)//
     165
     166Trac 1.0.13 provides around a dozen bug fixes and minor
     167enhancements. The following are some highlights:
     168
     169 - Use locale environment variables to negotiate locale
     170   on console ([trac:#12418]).
     171 - Fixed using incorrect revisions when downloading a zip
     172   file via browser page from Git repository ([trac:#12557]).
     173
     174[trac:source:/tags/trac-1.0.13 View Tag] | [trac:milestone:1.0.13 View Milestone]
     175
     176=== 1.0.12
     177
     178//(July 4, 2016)//
     179
     180Trac 1.0.12 provides around 20 bug fixes and minor enhancements. The following are some highlights:
     181
     182 - Reconnect to PostgreSQL server after restarting it
     183   ([trac:#4984]).
     184 - Workflow actions on the batch modify form are sorted
     185   by the default attribute ([trac:#12447]).
     186 - Fixed Pygments stylesheet not found when style name
     187   contained a dash ([trac:#12505]).
     188 - Fixed incorrect parsing of projects list file by
     189   `GitwebProjectsRepositoryProvider` ([trac:#12518]).
     190 - `TracIni` macro displays option documentation as
     191   multi-line rather than one-liner ([trac:#12522]).
     192 - Fixed regression with `GitConnector` leading to
     193   `IOError: Too many open files` ([trac:#12524]).
     194
     195[trac:source:/tags/trac-1.0.12 View Tag] | [trac:milestone:1.0.12 View Milestone]
     196
     197=== 1.0.11
     198
     199//(May 7, 2016)//
     200
     201Trac 1.0.11 provides more than 30 bug fixes and minor
     202enhancements. As in 1.0.10, an area of focus has been to
     203eliminate tracebacks in the logs due to invalid requests.
     204The following are some additional highlights:
     205
     206 - Fixed resetting //Oldest first// after auto-preview of
     207   ticket change log ([trac:#12381]).
     208 - Trac is now distributed as wheel package ([trac:#12391]).
     209 - Fixed database exceptions in query system when
     210   ''milestones/versions/enums'' are not defined and a custom
     211   field of the same name is added ([trac:#12399]).
     212 - Custom field //milestone// was not shown when
     213   standard //milestone// field was hidden ([trac:#12400]).
     214 - Query system now sorts by `enum.value` rather than
     215   `ticket.type` for `order=type` ([trac:#12402]).
     216 - Added support for Babel 2.3.2 (2.3.0 and 2.3.1 should
     217   not be used)  ([trac:#12445]).
     218
     219[trac:source:/tags/trac-1.0.11 View Tag] | [trac:milestone:1.0.11 View Milestone]
     220
     221=== 1.0.10
     222
     223//(February 20, 2016)//
     224
     225Trac 1.0.10 provides more than 30 bug fixes and minor enhancements. Two areas of focus
     226have been fixing test failures on Windows and eliminating tracebacks in the logs due to
     227invalid requests.
     228
     229See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.10]].
     230
     231[trac:source:/tags/trac-1.0.10 View Tag] | [trac:milestone:1.0.10 View Milestone]
     232
     233=== 1.0.9
     234
     235//(September 10, 2015)//
     236
     237Trac 1.0.9 provides more than a dozen minor fixes and enhancements, including significantly reduced memory usage by the Git repository connector.
     238
     239See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.9]].
     240
     241[trac:source:/tags/trac-1.0.9 View Tag] | [trac:milestone:1.0.9 View Milestone]
     242
     243=== 1.0.8
     244
     245//(July 24, 2015)//
     246
     247Trac 1.0.8 fixes a regression introduced in Trac 1.0.7: the session
     248for an authenticated username containing non-alphanumeric characters
     249could not be retrieved, resulting in the user being denied access to
     250every realm and resource ([trac:#12129]).
     251
     252See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.8]].
     253
     254[trac:source:/tags/trac-1.0.8 View Tag] | [trac:milestone:1.0.8 View Milestone]
     255
     256=== 1.0.7
     257
     258//(July 17, 2015)//
     259
     260Trac 1.0.7 contains more than a dozen minor fixes and enhancements, including the following highlights:
     261 - Custom `svn:keywords` definitions are expanded in Subversion 1.8 and later ([trac:#11364]).
     262 - Fixed MySQL performance regression in query with custom fields ([trac:#12113]).
     263
     264See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.7]].
     265
     266[trac:source:/tags/trac-1.0.7 View Tag] | [trac:milestone:1.0.7 View Milestone]
     267
     268=== 1.0.6
     269
     270//(May 20, 2015)//
     271
     272Trac 1.0.6 provides more than 20 fixes and enhancements. The following are some highlights:
     273 - Hash changeset ids and branch names can be used in revision ranges ([trac:#11050])
     274 - Improved rendering performance using chunked response when `[trac]` `use_chunked_encoding` is `True` ([trac:#11802])
     275 - Improved performance of Git repositories ([trac:#11971]).
     276 - 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]).
     277 - Symbolic link can be used for `conf/trac.ini` in environment directory ([trac:#12000]).
     278 - Hyphen character can be used in !WikiProcessor parameter name ([trac:#12023]).
     279
     280See 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).
     281
     282[trac:source:/tags/trac-1.0.6 View Tag] | [trac:milestone:1.0.6 View Milestone]
     283
     284=== 1.0.5
     285
     286//(March 24, 2015)//
     287
     288Trac 1.0.5 provides several fixes. The following are some highlights:
     289
     290 - Images are not rendered in the timeline ([trac:#10751]).
     291 - Git tags are shown in the browser view ([trac:#11964]).
     292 - Added support for `journal_mode` and `synchronous` pragmas
     293   in `sqlite:` database connection string ([trac:#11967]).
     294
     295See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.5]].
     296
     297[trac:source:/tags/trac-1.0.5 View Tag] | [trac:milestone:1.0.5 View Milestone]
     298
     299=== 1.0.4
     300
     301//(February 8, 2015)//
     302
     303Trac 1.0.4 contains a few fixes, including a fix for a regression in 1.0.3.
     304
     305 - Workflow action labels were not displayed unless name attribute
     306   was explicitly defined ([trac:#11930]).
     307
     308See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.4]].
     309
     310[trac:source:/tags/trac-1.0.4 View Tag] | [trac:milestone:1.0.4 View Milestone]
     311
     312=== 1.0.3
     313
     314//(January 13, 2015)//
     315
     316Trac 1.0.3 is a maintenance release containing numerous fixes and minor
     317enhancements. The following are a few of the highlights:
     318
     319The following list contains only a few highlights:
     320
     321 - Notification is sent when adding an attachment to a ticket ([trac:#2259]).
     322 - Stylesheets and scripts are loaded during autopreview, resulting in proper
     323   syntax highlighting when code WikiProcessors are added ([trac:#10470]) and display
     324   of Workflow graphs without explicit autopreview ([trac:#10674]).
     325 - Merge changesets are shown as differences against first parent, resulting
     326   in less noisy changesets ([trac:#10740]).
     327 - Pygments 2.0 is supported ([trac:#11796]).
     328 - Fixed error when completing the `initenv` TracAdmin command ([trac:#11797]).
     329 - Performance improvement on systems with many thousands of authenticated
     330   users due to caching of Environment.get_known_users ([trac:#11868]).
     331 - Distribution metadata of wheel package is supported and displayed on the
     332   About page ([trac:#11877]).
     333 - … and more than 3 dozen total fixes!
     334
     335See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.3]].
     336
     337[trac:source:/tags/trac-1.0.3 View Tag] | [trac:milestone:1.0.3 View Milestone]
     338
     339
     340=== 1.0.2
     341
     342//(October 23, 2014)//
     343
     344Trac 1.0.2 contains a number of bug fixes and minor enhancements, as well as a major update for many translations.
     345
     346The following list contains only a few highlights:
     347
     348 - Subversion keywords are expanded and EOL substitutions made when viewing a file in the repository browser and when downloading a file ([trac:#717]).
     349 - Notification email is sent to the old owner when a ticket is reassigned ([trac:#2311]).
     350 - Ticket change history is updated when renaming and deleting a milestone, and when retargeting tickets to another milestone ([trac:#4582], [trac:#5658]).
     351 - 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.
     352 - Multiple forms submits are disallowed ([trac:#10138]).
     353 - `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]).
     354 - Wiki toolbars can be disabled through a configuration setting ([trac:#10837])
     355 - The number of entries in a table is shown next to heading on applicable admin pages ([trac:#11027]).
     356 - //Cancel// buttons are consistently located on all pages ([trac:#11076]).
     357 - Focus is placed on a text element when an edit page is loaded ([trac:#11084]).
     358 - The //Edit conflict// and //Merge// warning messages are always visible in side-by-side edit mode ([trac:#11102]).
     359 - Improvements to the layout of the Report ([trac:#11106], [trac:#11664]) and Ticket pages ([trac:#11471]).
     360 - Genshi 0.7 compatibility ([trac:#11218]).
     361 - Numerous minor fixes for Git repository support.
     362 - … and more than a hundred more fixes!
     363
     364See 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).
     365
     366[trac:source:/tags/trac-1.0.2 View Tag] | [trac:milestone:1.0.2 View Milestone]
     367
     368
     369=== 1.0.1
     370
     371//(February 1, 2013)//
     372
     373Trac 1.0.1 contains a number of bug fixes and minor enhancements, as well as a major update for many translations.
     374
     375The following list contains only a few highlights:
     376
     377 - Fix zip source download for large directories in Subversion repositories ([trac:#10840])
     378 - Performance improvement for the Roadmap, by caching milestone properties ([trac:#10879])
     379 - Added a ''select all'' checkbox to table of components for each plugin on the Plugins admin panel ([trac:#9609])
     380 - Restore the ''Modify'' link at the top of the ticket page, as it was in Trac 0.12 ([trac:#10856])
     381 - `ListOption` keeps values other than empty string and None in raw list as default ([trac:#10541])
     382 - Prevent possibility of multiple identical info or warning messages being presented to the user ([trac:#10987])
     383 - The !BatchModify select-all checkboxes are toggled with tri-state behavior when the ticket checkboxes are toggled ([trac:#10992])
     384 - Update the ticket changetime to the current time when deleting a ticket comment ([trac:#10486])
     385
     386See 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).
     387
     388[trac:source:/tags/trac-1.0.1 View Tag] | [trac:milestone:1.0.1 View Milestone]
     389
     390
     391=== '''1.0 'Cell' '''
     392
     393//(September 7, 2012)//
     394
     395Trac 1.0 is a major release adding refreshed user interface and improved DVCS repository support as the most visible changes.
     396
     397The 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
     400 - 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
     402 - 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
     404 - jQuery/UI integration, featuring a date picker for date fields
     405 - Improved integration with Pygments syntax highlighting
     406 - ... and numerous smaller features added and bugs fixed since 0.12!
     407
     408See the full list in [trac:wiki:TracDev/ReleaseNotes/1.0 1.0].
     409
     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
     418Trac 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
     421See 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
     429Trac 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
     443See 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
     451Trac 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
     464Trac 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
     472Trac 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
     486Trac 0.12.2 contains a few minor fixes and a few minor features.
     487
     488This 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
     507Trac 0.12.1 contains a few important performance improvements, some minor fixes and a few minor features.
     508
     509This 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
     525Trac 0.12 is a major release introducing i18n and multiple repository support as the most visible changes.
     526
     527The 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]
     538
     539== Older Releases
     540
     541For releases prior to 0.12, see [trac:TracChangeLog@95].
Back to Top