Edgewall Software

Changes between Version 79 and Version 80 of TracChangeLog


Ignore:
Timestamp:
Feb 2, 2013, 7:18:04 PM (11 years ago)
Author:
Christian Boos
Comment:

prepare notes for 1.1.1

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeLog

    v79 v80  
    66To see where Trac is going in future releases, see the [/roadmap Roadmap].
    77
     8
     9== 1.1.x Releases ==
     10// 1.1.x releases are development releases leading eventually to Trac 1.2. See them as kind of snapshots of [source:trunk]. ** No guarantee of feature and API compatibility is made from one 1.1.x release to the next. //
     11
     12=== 1.1.1
     13
     14Trac 1.1.1 starts the 1.1.x line leading to 1.2 with some features and a few not-so-disruptive changes.
     15
     16The following list contains only a few highlights:
     17
     18 - Added support for custom ticket fields of type time (#1942)
     19 - In new tickets, custom time ticket fields may default to an absolute or relative date / time (#10853)
     20 - In TracBatchModify, custom time ticket fields can be changed with a date(time)picker popup control. (#10854)
     21 - Optionally display the component of tickets in their timeline entries ([timeline] ticket_show_component setting) (#10885)
     22 - Fixed batch modification when no fields are changed (#10924)
     23 - Dynamic variables can be used in the report title and description (#10979)
     24 - jQuery upgraded to 1.8.3, jQuery UI upgraded to 1.9.2 and jQuery UI Timepicker upgraded to 1.1.1 (#10976)
     25 - 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 ;-) )//
     26
     27See also the [[TracDev/ApiChanges/1.1.1]].
     28
     29[source:/tags/trac-1.1.1 View Tag] | [milestone:1.1.1 View Milestone]
    830
    931== 1.0.x Releases ==