Changes between Version 3 and Version 4 of TracChangeLog
- Timestamp:
- Jul 5, 2016, 9:22:38 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracChangeLog
v3 v4 7 7 8 8 == 1.0.x Releases == 9 10 === 1.0.12 11 12 //(July 4, 2016)// 13 14 Trac 1.0.12 provides around 20 bug fixes and minor enhancements. The following are some highlights: 15 16 - Reconnect to PostgreSQL server after restarting it 17 ([trac:#4984]). 18 - Workflow actions on the batch modify form are sorted 19 by the default attribute ([trac:#12447]). 20 - Fixed Pygments stylesheet not found when style name 21 contained a dash ([trac:#12505]). 22 - Fixed incorrect parsing of projects list file by 23 `GitwebProjectsRepositoryProvider` ([trac:#12518]). 24 - `TracIni` macro displays option documentation as 25 multi-line rather than one-liner ([trac:#12522]). 26 - Fixed regression with `GitConnector` leading to 27 `IOError: Too many open files` ([trac:#12524]). 28 29 [trac:source:/tags/trac-1.0.12 View Tag] | [trac:milestone:1.0.12 View Milestone] 9 30 10 31 === 1.0.11 … … 17 38 The following are some additional highlights: 18 39 19 - Fix resetting //Oldest first// after auto-preview of40 - Fixed resetting //Oldest first// after auto-preview of 20 41 ticket change log ([trac:#12381]). 21 42 - Trac is now distributed as wheel package ([trac:#12391]). … … 23 44 ''milestones/versions/enums'' are not defined and a custom 24 45 field of the same name is added ([trac:#12399]). 25 - Custom field //milestone// w ould not beshown when46 - Custom field //milestone// was not shown when 26 47 standard //milestone// field was hidden ([trac:#12400]). 27 48 - Query system now sorts by `enum.value` rather than 28 49 `ticket.type` for `order=type` ([trac:#12402]). 29 - Added support for Babel 2.3.2 (2.3.0 and 2.3.1 should not be used) ([trac:#12445]). 50 - Added support for Babel 2.3.2 (2.3.0 and 2.3.1 should 51 not be used) ([trac:#12445]). 52 53 [trac:source:/tags/trac-1.0.11 View Tag] | [trac:milestone:1.0.11 View Milestone] 30 54 31 55 === 1.0.10