Changeset 19
- Timestamp:
- 02/13/06 15:05:27 (2 years ago)
- Files:
-
- tags/2.2.0RC1/CHANGELOG (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/2.2.0RC1/CHANGELOG
r1 r19 1 1 _________________________ 2 2 P H I N G 3 4 5 Feb. 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 3 35 4 36 Sept. 18, 2005 - Phing 2.1.1 5 37 6 38 * Added support for specifying 4-char mask (e.g. 1777) to ChmodTask. (Hans Lellelid) 7 39 8 40 * Added .svn files to default excludes in DirectoryScanner. 9 41 10 42 * Updated PHPUnit2 BatchTest to use class detection and non-dot-path loader. (Michiel Rook) 11 43 12 44 * Added support for importing non dot-path files (Michiel Rook) 13 45 14 46 * Add better error message when build fails with exception (Hans Lellelid) 15 47 16 48 * Fixed runtime error when errors were encountered in AppendTask (Hans Lellelid) 17 49 18 50 19 51 June 17, 2005 - Phing 2.1.0 20 52 … … 34 66 35 67 * New IncludePathTask (<includepath/>) for adding values to PHP's include_path. (Hans Lellelid) 36 68 37 69 * Fix to Phing::import() to *not* attempt to invoke __autoload() in class_exists() check. (Hans Lellelid) 38 70 … … 52 84 20 Phpunit2report missing XSL stylesheets 53 85 21 Warnings when output dir does not exist in PHPUnit2Report 54 86 55 87 Oct 16, 2004 - Phing 2.0.0 56 88 * Minor fixes to make Phing run under E_STRICT/PHP5. … … 63 95 * Fixed runtime errors and incomplete inheriting of properties in PhingTask 64 96 * Added <fileset> support to AppendTask 65 97 66 98 March 19, 2004 - Phing 2.0.0b2 67 99 68 100 * Brought up-to-date w/ PHP5.0.0RC1 (Hans) 69 101 * Fixed bug in seting XSLT params using XSLTask (Hans, Jeff Moss) 70 102 * 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 72 104 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 74 106 the results of function/method calls. (Hans) 75 107 * Added new phing.listener.PearLogger listener (logger). Also, the -logfile arg is now 76 108 supported. (Hans) 77 109 * Fixed broken ForeachTask task. (Manuel) 78 110 79 111 Dec 24, 2003 - Phing 2.0.0b1 80 112 … … 89 121 * Corrected non-fatal bugs in: DeleteTask, ReflexiveTask 90 122 * 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 92 124 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 94 126 selectors. 95 127 * Removed redundant calls in DirectoryScanner (<fileset> scanning now much faster). 96 128 * Fixed fatal errors in File::equals() 97 129 98 130 Nov 24, 2003 - Phing 2.0.0a2 99 131 100 132 * 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 102 134 * Made IntrospectionHelper more tollerant of add*() and addConfigured*() signatures 103 135 * New CvsTask and CvsPassTask for working with CVS repositories … … 107 139 * Fixed bug in CopyFile/fileset that caused termination of copy operation on encounter 108 140 of unreadable file 109 141 110 142 Nov 6, 20003 - Phing 2.0.0a1 111 143
