Edgewall Software

Changes between Version 88 and Version 89 of TracChangeLog


Ignore:
Timestamp:
Aug 16, 2014, 6:04:07 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Consistent use of outline character.

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeLog

    v88 v89  
    128128
    129129Trac 0.12.6 contains fixes for a few issues:
    130  * Subversion blame would fail for a path with URL-encoded characters (#10386), a lower-case drive letter on Windows (#10514), or a non-ascii filename with Subversion 1.7 (#11167).
    131  * Improved performance rendering `svn:mergeinfo` properties in browser view (#8459) and changeset view (#11219).
    132  * Query with many custom fields would fail (#11140).
    133  * Zip archive had a timestamp with no timezone information (#11162).
    134  * Failure or incorrect ranges rendering log TracLinks (#11308, #11346).
    135  * Textareas in ticket view did not wrap correctly in IE 11 (#11376).
    136  * Emails were not being obfuscated in owner field on CSV export from ticket and query pages (#11594).
    137  * Locale data was not being included in egg in Distribute 0.6.29 and later (#11640).
    138  * Deleting a milestone would not delete its attachments (#11672).
    139  * Added support for Babel 1.0 and later (#11258, #11345).
    140  * Added support for `ConfigObj` 5.0 and later (#11498).
    141  * … and dozens more fixes!
     130 - Subversion blame would fail for a path with URL-encoded characters (#10386), a lower-case drive letter on Windows (#10514), or a non-ascii filename with Subversion 1.7 (#11167).
     131 - Improved performance rendering `svn:mergeinfo` properties in browser view (#8459) and changeset view (#11219).
     132 - Query with many custom fields would fail (#11140).
     133 - Zip archive had a timestamp with no timezone information (#11162).
     134 - Failure or incorrect ranges rendering log TracLinks (#11308, #11346).
     135 - Textareas in ticket view did not wrap correctly in IE 11 (#11376).
     136 - Emails were not being obfuscated in owner field on CSV export from ticket and query pages (#11594).
     137 - Locale data was not being included in egg in Distribute 0.6.29 and later (#11640).
     138 - Deleting a milestone would not delete its attachments (#11672).
     139 - Added support for Babel 1.0 and later (#11258, #11345).
     140 - Added support for `ConfigObj` 5.0 and later (#11498).
     141 - … and dozens more fixes!
    142142
    143143See the detailed release notes for [[TracDev/ReleaseNotes/0.12#MaintenanceReleases | 0.12.6]].