| 1 | == Roadmap == |
|---|
| 2 | |
|---|
| 3 | see http://www.clever-age.org/trac/roadmap |
|---|
| 4 | |
|---|
| 5 | == Changelog == |
|---|
| 6 | |
|---|
| 7 | === 2008-02-19 | trunk === |
|---|
| 8 | |
|---|
| 9 | * First refactor round : dedicated modules for `client`, `project`, `environment` and various helpers |
|---|
| 10 | * Implemented test cases (58% of code covered so far) : |
|---|
| 11 | * client |
|---|
| 12 | * project |
|---|
| 13 | * environment |
|---|
| 14 | * Started implementing ANSI colored output |
|---|
| 15 | * Updated documentation |
|---|
| 16 | * Created a module holding all filesystem helpers |
|---|
| 17 | * Fixed bug occurring when launching commands in non interactive mode |
|---|
| 18 | * Implemented safer permissions when creating projects |
|---|
| 19 | * Fixed bug with default shell answers in project.py |
|---|
| 20 | * Client and projects can now be generated without human interaction |
|---|
| 21 | * Fixed trac.ini string substitution |
|---|
| 22 | * Enhanced documentation |
|---|
| 23 | |
|---|
| 24 | === 2008-05-14 | 0.4.4-beta === |
|---|
| 25 | |
|---|
| 26 | see http://www.clever-age.org/trac/milestone/cleverbox-0.4.4 for details. |
|---|
| 27 | |
|---|
| 28 | ==== Fixes ==== |
|---|
| 29 | |
|---|
| 30 | * fixed Cleverbox does not work if trac-admin script is in a non standard location (#48) |
|---|
| 31 | * fixed trac version dependency in setup.py |
|---|
| 32 | * debian packaging : binary-install actions should go in postinst file (#46) |
|---|
| 33 | * debian packaging : added `python-setuptools` to build dependencies |
|---|
| 34 | |
|---|
| 35 | === 2008-02-29 | 0.4.3-beta === |
|---|
| 36 | |
|---|
| 37 | see http://www.clever-age.org/trac/milestone/cleverbox-0.4.3 for details. |
|---|
| 38 | |
|---|
| 39 | ==== Fixes ==== |
|---|
| 40 | |
|---|
| 41 | * Fixed version number displayed by cleverbox-admin (#37) |
|---|
| 42 | |
|---|
| 43 | ==== Enhancements ==== |
|---|
| 44 | |
|---|
| 45 | * Explicitely forbid cleverbox from running with trac-0.10.3 (#43) |
|---|
| 46 | |
|---|
| 47 | === 2008-02-24 | 0.4.2-beta === |
|---|
| 48 | |
|---|
| 49 | see http://www.clever-age.org/trac/milestone/cleverbox-0.4.2 for details. |
|---|
| 50 | |
|---|
| 51 | ==== Fixes ==== |
|---|
| 52 | |
|---|
| 53 | * Fixed `permissions.ini` handling (#21) |
|---|
| 54 | |
|---|
| 55 | ==== Enhancements ==== |
|---|
| 56 | |
|---|
| 57 | * Added licence information to project files (#28) |
|---|
| 58 | * Implemented deb packaging (http://www.clever-age.org/trac/wiki/cleverbox/downloads#DebianUbuntu) |
|---|
| 59 | * `cleverbox-admin` now displays version information in various places (#29) |
|---|
| 60 | * Enhanced default configuration profile (#32) |
|---|
| 61 | |
|---|
| 62 | === 2007-08-12 | 0.4.1-beta === |
|---|
| 63 | |
|---|
| 64 | * Added documentation about design |
|---|
| 65 | * Removed hardcoded paths in apache configuration templates (backported to 0.3) |
|---|
| 66 | * Rewrote documentation for new "configuration profiles". Tried to make it a bit clearer |
|---|
| 67 | * '''[BC BREAK]''' Implemented "[ticket:2 Rework apache templates handling]" |
|---|
| 68 | * implemented [ticket:1 trac.ini-defaults variable substitution] |
|---|
| 69 | * implemented [ticket:4 setuptools for distributing the package] |
|---|
| 70 | * implemented [ticket:13 upgrade scripts framework] |
|---|
| 71 | |
|---|
| 72 | === 2007-08-07 | 0.3-beta === |
|---|
| 73 | |
|---|
| 74 | * '''[BC BREAK]''' Implemented overridable trac and apache configuration |
|---|
| 75 | * Wrote better documentation |
|---|
| 76 | * Got read of hardcoded Clever Age stuff |
|---|
| 77 | * Implemented distutils installation |
|---|
| 78 | * Adopted GPLv3 |
|---|
| 79 | * Fixed "Iteration over a non-sequence" bug |
|---|