Changes between Initial Version and Version 1 of TracChangeLog


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