- Timestamp:
- 02/24/08 15:43:39 (4 years ago)
- Location:
- cleverbox
- Files:
-
- 3 modified
-
branches/0.4/docs/CHANGELOG (modified) (2 diffs)
-
branches/0.4/setup.py (modified) (2 diffs)
-
trunk/docs/CHANGELOG (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.4/docs/CHANGELOG
r226 r268 2 2 3 3 see http://www.clever-age.org/trac/roadmap 4 5 === 0.4-beta ===6 7 * [ticket:1 trac.ini-defaults should be interpolated]8 * [ticket:2 Rework apache templates handling]9 * [ticket:4 Use setuptools over distutils]10 * [ticket:10 Subversion hooks handling]11 * [ticket:13 Write upgrade script for 0.3]12 4 13 5 == Changelog == 14 6 15 === 2007-08-12 | 0.4-beta === 7 === 2008-02-24 | 0.4.2-beta === 8 9 see http://www.clever-age.org/trac/milestone/cleverbox-0.4.2 for details. 10 11 ==== Fixes ==== 12 13 * Fixed `permissions.ini` handling (#21) 14 15 ==== Enhancements ==== 16 17 * Added licence information to project files (#28) 18 * Implemented deb packaging (http://www.clever-age.org/trac/wiki/cleverbox/downloads#DebianUbuntu) 19 * `cleverbox-admin` now displays version information in various places (#29) 20 * Enhanced default configuration profile (#32) 21 22 === 2007-08-12 | 0.4.1-beta === 16 23 17 24 * Added documentation about design … … 19 26 * Rewrote documentation for new "configuration profiles". Tried to make it a bit clearer 20 27 * '''[BC BREAK]''' Implemented "[ticket:2 Rework apache templates handling]" 21 * fixed [ticket:10 Subversion hooks handling] : http://trac-hacks.org/wiki/TracSvnHooksPlugin is enabled by default22 28 * implemented [ticket:1 trac.ini-defaults variable substitution] 23 29 * implemented [ticket:4 setuptools for distributing the package] -
cleverbox/branches/0.4/setup.py
r260 r268 1 #!/usr/bin/env python 1 #!/usr/bin/env python2.4 2 2 3 3 # This file is part of the "Cleverbox" program. … … 25 25 # Project identity 26 26 name='Cleverbox', 27 version='0.4.2 dev',27 version='0.4.2', 28 28 description='Script for automating multiple trac instances deployment and maintenance.', 29 29 long_description='The Cleverbox sits on top of [http://trac.edgewall.org Trac] and [http://subversion.tigris.org Subversion]. It provides an interactive shell for deploying and maintaining instances of both projects.', -
cleverbox/trunk/docs/CHANGELOG
r248 r268 22 22 * Enhanced documentation 23 23 24 === 2008-02-19 | 0.4-beta === 24 === 2008-02-24 | 0.4.2-beta === 25 26 see http://www.clever-age.org/trac/milestone/cleverbox-0.4.2 for details. 27 28 ==== Fixes ==== 29 30 * Fixed `permissions.ini` handling (#21) 31 32 ==== Enhancements ==== 33 34 * Added licence information to project files (#28) 35 * Implemented deb packaging (http://www.clever-age.org/trac/wiki/cleverbox/downloads#DebianUbuntu) 36 * `cleverbox-admin` now displays version information in various places (#29) 37 * Enhanced default configuration profile (#32) 38 39 === 2007-08-12 | 0.4.1-beta === 25 40 26 41 * Added documentation about design 27 * Fixed installation documentation28 42 * Removed hardcoded paths in apache configuration templates (backported to 0.3) 29 43 * Rewrote documentation for new "configuration profiles". Tried to make it a bit clearer 30 44 * '''[BC BREAK]''' Implemented "[ticket:2 Rework apache templates handling]" 31 * fixed [ticket:10 Subversion hooks handling] : http://trac-hacks.org/wiki/TracSvnHooksPlugin is enabled by default32 45 * implemented [ticket:1 trac.ini-defaults variable substitution] 33 46 * implemented [ticket:4 setuptools for distributing the package]
