| 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] |
| 30 | |
| 31 | === 1.0.11 |
| 32 | |
| 33 | //(May 7, 2016)// |
| 34 | |
| 35 | Trac 1.0.11 provides more than 30 bug fixes and minor |
| 36 | enhancements. As in 1.0.10, an area of focus has been to |
| 37 | eliminate tracebacks in the logs due to invalid requests. |
| 38 | The following are some additional highlights: |
| 39 | |
| 40 | - Fixed resetting //Oldest first// after auto-preview of |
| 41 | ticket change log ([trac:#12381]). |
| 42 | - Trac is now distributed as wheel package ([trac:#12391]). |
| 43 | - Fixed database exceptions in query system when |
| 44 | ''milestones/versions/enums'' are not defined and a custom |
| 45 | field of the same name is added ([trac:#12399]). |
| 46 | - Custom field //milestone// was not shown when |
| 47 | standard //milestone// field was hidden ([trac:#12400]). |
| 48 | - Query system now sorts by `enum.value` rather than |
| 49 | `ticket.type` for `order=type` ([trac:#12402]). |
| 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] |
| 54 | |
| 55 | === 1.0.10 |
| 56 | |
| 57 | //(February 20, 2016)// |
| 58 | |
| 59 | Trac 1.0.10 provides more than 30 bug fixes and minor enhancements. Two areas of focus |
| 60 | have been fixing test failures on Windows and eliminating tracebacks in the logs due to |
| 61 | invalid requests. |
| 62 | |
| 63 | See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.0#MaintenanceReleases | 1.0.10]]. |
| 64 | |
| 65 | [trac:source:/tags/trac-1.0.10 View Tag] | [trac:milestone:1.0.10 View Milestone] |