Changeset 112
- Timestamp:
- 08/21/06 18:55:18 (2 years ago)
- Files:
-
- branches/2.2/CHANGELOG (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/CHANGELOG
r80 r112 3 3 4 4 5 Feb. ??, 2006 - Phing 2.2.0 6 7 * Removed some lingering E_STRICT errors, bugs with 5.1.x and PHP >= 5.0.5 (HL) 5 Aut. 21, 2006 - Phing 2.2.0 8 6 9 7 * Refactored parser to support many tags as children of base <project> tag (HL) … … 43 41 updated documentation for the CoverageSetupTask 44 42 43 * Added Unzip and Untar tasks contributed by Joakim Bodin 45 44 45 * [#8, #49] Fixed bugs in TarTask related to including empty directories (HL) 46 47 * [#44] Fixed bug related to copying empty dirs. (HL) 48 49 * [#32] Fixed PHPUnit2 tasks to work with PHPUnit2-3.0.0 (MR) 50 51 * [#31] Fixed bug with using PHPDocumentor 1.3.0RC6 (MR) 52 53 * [#43] Fixed top-level (no target) IfTask behavior (Matthias Pigulla) 54 55 * [#41] Removed some lingering E_STRICT errors, bugs with 5.1.x and PHP >= 5.0.5 (HL) 56 57 * [#25] Fixed 'phing' script to also run on non-bash unix /bin/sh 58 59 * Numerous documentation improvements by many members of the community (Thanks!) 60 46 61 Sept. 18, 2005 - Phing 2.1.1 47 62
