Changeset 330
- Timestamp:
- 02/29/08 18:12:56 (4 years ago)
- Location:
- cleverbox
- Files:
-
- 6 modified
-
branches/0.4/cleverbox/scripts/admin.py (modified) (1 diff)
-
branches/0.4/debian/changelog (modified) (1 diff)
-
branches/0.4/docs/CHANGELOG (modified) (1 diff)
-
branches/0.4/setup.py (modified) (1 diff)
-
trunk/docs/CHANGELOG (modified) (1 diff)
-
trunk/docs/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.4/cleverbox/scripts/admin.py
r328 r330 39 39 } 40 40 41 _version = '0.4.3 pre'41 _version = '0.4.3' 42 42 43 43 class CleverboxAdmin(cmd.Cmd): -
cleverbox/branches/0.4/debian/changelog
r276 r330 1 cleverbox (0.4.3-1) stable; urgency=low 2 3 * Creating package out of latest cleverbox stable release 4 5 -- Tristan Rivoallan <trivoallan@clever-age.com> Fri, 29 Feb 2008 18:10:34 +0100 6 1 7 cleverbox (0.4.2-1) stable; urgency=low 2 8 -
cleverbox/branches/0.4/docs/CHANGELOG
r268 r330 4 4 5 5 == Changelog == 6 7 === 2008-02-29 | 0.4.3-beta === 8 9 see http://www.clever-age.org/trac/milestone/cleverbox-0.4.3 for details. 10 11 ==== Fixes ==== 12 13 * Fixed version number displayed by cleverbox-admin (#37) 14 15 ==== Enhancements ==== 16 17 * Explicitely forbid cleverbox from running with trac-0.10.3 (#43) 6 18 7 19 === 2008-02-24 | 0.4.2-beta === -
cleverbox/branches/0.4/setup.py
r328 r330 25 25 # Project identity 26 26 name='Cleverbox', 27 version='0.4.3 pre',27 version='0.4.3', 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
r313 r330 21 21 * Fixed trac.ini string substitution 22 22 * Enhanced documentation 23 24 === 2008-02-29 | 0.4.3-beta === 25 26 see http://www.clever-age.org/trac/milestone/cleverbox-0.4.3 for details. 27 28 ==== Fixes ==== 29 30 * Fixed version number displayed by cleverbox-admin (#37) 31 32 ==== Enhancements ==== 33 34 * Explicitely forbid cleverbox from running with trac-0.10.3 (#43) 23 35 24 36 === 2008-02-24 | 0.4.2-beta === -
cleverbox/trunk/docs/README
r313 r330 19 19 == Sources == 20 20 21 '''Latest stable version : 0.4. 2'''21 '''Latest stable version : 0.4.3''' 22 22 23 23 * Downloads : http://www.clever-age.org/trac/wiki/cleverbox/downloads
