Show
Ignore:
Timestamp:
07/17/08 08:21:22 (4 months ago)
Author:
schst
Message:

Updated changelog

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/package-config.php

    r464 r471  
    5858 - use placeholders in template function's attributes 
    5959 - split package helper from config 
     60 - Added Reduce modifier by David Blanco 
    6061EOT; 
    6162 
     
    6970EOT; 
    7071 
    71 $options    =   array (  
     72$options    =   array ( 
    7273    'license'           => 'LGPL', 
    7374    'filelistgenerator' => 'svn', 
     
    8283                                 ) 
    8384    ); 
    84      
     85 
    8586$license    =   array( 
    86         'name'  => 'LGPL',  
    87         'url'   =>  'http://www.gnu.org/copyleft/lesser.txt'  
     87        'name'  => 'LGPL', 
     88        'url'   =>  'http://www.gnu.org/copyleft/lesser.txt' 
    8889    ); 
    8990