Edgewall Software

Changes between Initial Version and Version 1 of 1.0/TracChangeLog


Ignore:
Timestamp:
Nov 13, 2016, 12:25:26 AM (7 years ago)
Author:
trac
Comment:

Legend:

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