Changeset 268

Show
Ignore:
Timestamp:
02/24/08 15:43:39 (9 months ago)
Author:
trivoallan
Message:

cleverbox : preparing 0.4.2 release.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cleverbox/branches/0.4/docs/CHANGELOG

    r226 r268  
    22 
    33see 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] 
    124 
    135== Changelog == 
    146 
    15 === 2007-08-12 | 0.4-beta === 
     7=== 2008-02-24 | 0.4.2-beta === 
     8 
     9see 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 === 
    1623 
    1724 * Added documentation about design 
     
    1926 * Rewrote documentation for new "configuration profiles". Tried to make it a bit clearer 
    2027 * '''[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 default 
    2228 * implemented [ticket:1 trac.ini-defaults variable substitution] 
    2329 * 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 
    22 
    33# This file is part of the "Cleverbox" program. 
     
    2525    # Project identity 
    2626    name='Cleverbox', 
    27     version='0.4.2dev', 
     27    version='0.4.2', 
    2828    description='Script for automating multiple trac instances deployment and maintenance.', 
    2929    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  
    2222 * Enhanced documentation 
    2323 
    24 === 2008-02-19 | 0.4-beta === 
     24=== 2008-02-24 | 0.4.2-beta === 
     25 
     26see 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 === 
    2540 
    2641 * Added documentation about design 
    27  * Fixed installation documentation 
    2842 * Removed hardcoded paths in apache configuration templates (backported to 0.3) 
    2943 * Rewrote documentation for new "configuration profiles". Tried to make it a bit clearer 
    3044 * '''[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 default 
    3245 * implemented [ticket:1 trac.ini-defaults variable substitution] 
    3346 * implemented [ticket:4 setuptools for distributing the package]