Changes between Version 1 and Version 2 of TracChangeLog


Ignore:
Timestamp:
1 Feb 2017, 00:38:40 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeLog

    v1 v2  
    66
    77
    8 == 1.0.x Releases ==
    9 
    10 == 1.0.5
    11 
    12 //(24 March, 2015)//
     8== 1.3.x Releases
     9
     10This series of releases correspond to the development branch i.e. [trac:source:trunk trunk], in preparation for the future 1.4.x stable releases.
     11
     12See [trac:wiki:1.3/TracChangeLog#a1.3.xReleases 1.3.x Releases].
     13
     14
     15== 1.2.x Releases
     16
     17This series correspond to the current stable release branch, i.e. [trac:source:branches/1.2-stable 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)//
    13320
    14321Trac 1.0.5 provides several fixes. The following are some highlights:
     
    23330[trac:source:/tags/trac-1.0.5 View Tag] | [trac:milestone:1.0.5 View Milestone]
    24331
    25 == 1.0.4
     332=== 1.0.4
    26333
    27334//(February 8, 2015)//
     
    138445== 0.12.x Releases
    139446
     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
    140458=== 0.12.6
    141459