Changeset 271 for trunk/package.php

Show
Ignore:
Timestamp:
08/22/04 14:14:22 (4 years ago)
Author:
schst
Message:

prepared beta2 release

Files:

Legend:

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

    r266 r271  
    3030 */ 
    3131$notes = <<<EOT 
     32Changes since 3.0.0beta1: 
    3233- improved caching performance by introducing Stat modules 
    3334- allowed passing of an array of objects to addObject() 
     
    7374    'license'           => 'LGPL', 
    7475    'filelistgenerator' => 'cvs', 
    75     'ignore'            => array( 'package.php', 'autopackage', 'package.xml', '.cvsignore' ), 
     76    'ignore'            => array( 'package.php', 'autopackage.php', 'package.xml', '.cvsignore' ), 
    7677    'notes'             => $notes, 
    7778    'simpleoutput'      => false,