Edgewall Software

Changes between Version 7 and Version 8 of TracDev/ApiChanges/1.1.2


Ignore:
Timestamp:
Aug 8, 2014, 1:26:04 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Some details about dependencies and #11581.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/1.1.2

    v7 v8  
    3535==== Babel (optional)
    3636
    37 The internationalization support (i18) for Trac is depending on [http://babel.edgewall.org/ Babel], version 1.0. (#10882) TODO
     37The internationalization support (i18) for Trac is depending on [http://babel.edgewall.org/ Babel], version 0.9.6 and later. Support has been added for Babel 1.0 through 1.3 (the most recent at the time of this release).
    3838
    39 //Babel 0.9.6 is still supported.//
    4039
    4140==== Genshi (mandatory)
    4241
    43 OPEN
    44 // '''Genshi 0.7''' //
    45 
    46 //Genshi 0.6.x is still supported.//
     42Genshi 0.6.x and 0.7 are supported.
    4743
    4844
     
    109105
    110106
     107== `ConnectionBase` class
     108
     109The `ConnectionBase` class defines an abstract interface that database backends must adhere to when implement a `Connection` class.
     110
    111111
    112112{{{#!comment