Edgewall Software

Changes between Version 22 and Version 23 of TracDev/ReleaseNotes/0.11


Ignore:
Timestamp:
Dec 10, 2007, 12:26:33 PM (16 years ago)
Author:
Christian Boos
Comment:

Remove sub-sections in #Developer-visiblechanges, as the details are to be found elsewhere

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ReleaseNotes/0.11

    v22 v23  
    152152== Developer-visible changes ==
    153153
    154 === Genshi template engine ===
    155 
    156 Trac now uses the [http://genshi.edgewall.org Genshi] template engine instead of ClearSilver.
    157 Plugins using the latter will still be supported in Trac 0.11, but probably not longer.
    158 
    159 === `datetime` everywhere ===
    160 
    161 Trac used to handle time informations as `int` timestamps.
    162 Now we're using `datetime` objects.
    163 
    164 === Internal API changes ===
     154Many changes happened under the hood, among them:
     155 - Trac now uses the [http://genshi.edgewall.org Genshi] template engine instead of ClearSilver.
     156   Plugins using the latter will still be supported in Trac 0.11, but probably not longer.
     157 - Trac used to handle time informations as `int` timestamps.
     158   Now we're using `datetime` objects.
    165159
    166160A detailed view of the API changes since 0.10.x can be found in ["TracDev/ApiChanges/0.11"].