| 1 | == Roadmap == |
|---|
| 2 | |
|---|
| 3 | === 0.5-beta === |
|---|
| 4 | |
|---|
| 5 | * [ticket:15 Write developer documentation] |
|---|
| 6 | * [ticket:3 Integrate import / export capabilities] |
|---|
| 7 | * [ticket:9 More integrity checking] |
|---|
| 8 | * [ticket:14 Add unit tests] |
|---|
| 9 | * [ticket:16 Release on Pypi] |
|---|
| 10 | * [ticket:17 Release on Ohloh.net] |
|---|
| 11 | |
|---|
| 12 | === 0.4-beta === |
|---|
| 13 | |
|---|
| 14 | * [ticket:1 trac.ini-defaults should be interpolated] |
|---|
| 15 | * [ticket:2 Rework apache templates handling] |
|---|
| 16 | * [ticket:4 Use setuptools over distutils] |
|---|
| 17 | * [ticket:10 Subversion hooks handling] |
|---|
| 18 | * [ticket:13 Write upgrade script for 0.3] |
|---|
| 19 | |
|---|
| 20 | == Changelog == |
|---|
| 21 | |
|---|
| 22 | === 2007-08-12 | 0.4-beta === |
|---|
| 23 | |
|---|
| 24 | * Added documentation about design |
|---|
| 25 | * Removed hardcoded paths in apache configuration templates (backported to 0.3) |
|---|
| 26 | * Rewrote documentation for new "configuration profiles". Tried to make it a bit clearer |
|---|
| 27 | * '''[BC BREAK]''' Implemented "[ticket:2 Rework apache templates handling]" |
|---|
| 28 | * fixed [ticket:10 Subversion hooks handling] : http://trac-hacks.org/wiki/TracSvnHooksPlugin is enabled by default |
|---|
| 29 | * implemented [ticket:1 trac.ini-defaults variable substitution] |
|---|
| 30 | * implemented [ticket:4 setuptools for distributing the package] |
|---|
| 31 | * implemented [ticket:13 upgrade scripts framework] |
|---|
| 32 | |
|---|
| 33 | === 2007-08-07 | 0.3-beta === |
|---|
| 34 | |
|---|
| 35 | * '''[BC BREAK]''' Implemented overridable trac and apache configuration |
|---|
| 36 | * Wrote better documentation |
|---|
| 37 | * Got read of hardcoded Clever Age stuff |
|---|
| 38 | * Implemented distutils installation |
|---|
| 39 | * Adopted GPLv3 |
|---|
| 40 | * Fixed "Iteration over a non-sequence" bug |
|---|