Changeset 19

Show
Ignore:
Timestamp:
02/13/06 15:05:27 (2 years ago)
Author:
hans
Message:

Added CHANGELOG lines from 2.2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/2.2.0RC1/CHANGELOG

    r1 r19  
    11                           _________________________ 
    22                           P     H     I     N     G 
     3 
     4 
     5Feb. 13, 2006 - Phing 2.2.0RC1 
     6 
     7  * Removed some lingering E_STRICT errors, bugs with 5.1.x and PHP >= 5.0.5 (HL) 
     8 
     9  * Refactored parser to support many tags as children of base <project> tag (HL) 
     10 
     11  * Added new IfTask (HL) 
     12 
     13  * Added "spawn" attribute to ExecTask (only applies to *nix) 
     14 
     15  * Several bugfixes & behavior imporvements to ExecTask (HL, MR, Ben Gollmer) 
     16 
     17  * Bugfixes & refactoring for SVNLastRevisioNTasi (MR, Knut Urdalen) 
     18 
     19  * Fixed reference copy bug (HL, Matthias Pigulla) 
     20 
     21  * Added SvnExportTask (MR) 
     22 
     23  * Added support for FileList in DeleteTask. (HL) 
     24 
     25  * Added support for using setting Properties using CDATA value of <property> tag. (HL) 
     26 
     27  * Added ReferenceExistsCondition (Matthias Pigulla) 
     28 
     29  * Added Phing::log() static method & integrated PHP error handling with Phing logging (HL) 
     30 
     31  * Added new task to run the ionCube Encoder (MR) 
     32 
     33  * Added new HTML Tidy filter (HL) 
     34 
    335 
    436Sept. 18, 2005 - Phing 2.1.1 
    537 
    638  * Added support for specifying 4-char mask (e.g. 1777) to ChmodTask. (Hans Lellelid) 
    7    
     39 
    840  * Added .svn files to default excludes in DirectoryScanner. 
    9    
     41 
    1042  * Updated PHPUnit2 BatchTest to use class detection and non-dot-path loader. (Michiel Rook) 
    11    
     43 
    1244  * Added support for importing non dot-path files (Michiel Rook) 
    13    
     45 
    1446  * Add better error message when build fails with exception (Hans Lellelid) 
    15    
     47 
    1648  * Fixed runtime error when errors were encountered in AppendTask (Hans Lellelid) 
    1749 
    18    
     50 
    1951June 17, 2005 - Phing 2.1.0 
    2052 
     
    3466 
    3567  * New IncludePathTask (<includepath/>) for adding values to PHP's include_path. (Hans Lellelid) 
    36    
     68 
    3769  * Fix to Phing::import() to *not* attempt to invoke __autoload() in class_exists() check. (Hans Lellelid) 
    3870 
     
    5284    20  Phpunit2report missing XSL stylesheets 
    5385    21  Warnings when output dir does not exist in PHPUnit2Report 
    54                         
     86 
    5587Oct 16, 2004 - Phing 2.0.0 
    5688  * Minor fixes to make Phing run under E_STRICT/PHP5. 
     
    6395  * Fixed runtime errors and incomplete inheriting of properties in PhingTask 
    6496  * Added <fileset> support to AppendTask 
    65    
     97 
    6698March 19, 2004 - Phing 2.0.0b2 
    67    
     99 
    68100  * Brought up-to-date w/ PHP5.0.0RC1 (Hans) 
    69101  * Fixed bug in seting XSLT params using XSLTask (Hans, Jeff Moss) 
    70102  * Fixed PHPUnit test framework for PHPUnit-2.0.0alpha3 
    71   * Added "Adhoc" tasks, which allow for defining PHP task or type classes within the  
     103  * Added "Adhoc" tasks, which allow for defining PHP task or type classes within the 
    72104  buildfile. (Hans) 
    73   * Added PhpEvalTask which allows property values to be set to simple PHP evaluations or  
     105  * Added PhpEvalTask which allows property values to be set to simple PHP evaluations or 
    74106  the results of function/method calls. (Hans) 
    75107  * Added new phing.listener.PearLogger listener (logger).  Also, the -logfile arg is now 
    76108  supported. (Hans) 
    77109  * Fixed broken ForeachTask task.  (Manuel) 
    78    
     110 
    79111Dec 24, 2003 - Phing 2.0.0b1 
    80112 
     
    89121  * Corrected non-fatal bugs in: DeleteTask, ReflexiveTask 
    90122  * All core Phing classes now in PHP5 syntax (no "var" used, etc.) 
    91   * CopyTask will not stop build execution if a file cannot be copied (will log and  
     123  * CopyTask will not stop build execution if a file cannot be copied (will log and 
    92124  continue to next file). 
    93   * New abstract MatchingTask task makes it easier to create your own tasks that use  
     125  * New abstract MatchingTask task makes it easier to create your own tasks that use 
    94126  selectors. 
    95127  * Removed redundant calls in DirectoryScanner (<fileset> scanning now much faster). 
    96128  * Fixed fatal errors in File::equals() 
    97    
     129 
    98130Nov 24, 2003 - Phing 2.0.0a2 
    99131 
    100132  * Fixed ReplaceTokens filter to correctly replace matched tokens 
    101   * Changed "project.basedir" property to be absolute path of basedir   
     133  * Changed "project.basedir" property to be absolute path of basedir 
    102134  * Made IntrospectionHelper more tollerant of add*() and addConfigured*() signatures 
    103135  * New CvsTask and CvsPassTask for working with CVS repositories 
     
    107139  * Fixed bug in CopyFile/fileset that caused termination of copy operation on encounter 
    108140  of unreadable file 
    109    
     141 
    110142Nov 6, 20003 - Phing 2.0.0a1 
    111143