| | 1 | [[WikiInclude(PhingSiteHeader)]] |
| | 2 | |
| | 3 | = Phing 2.4.5 released! = |
| | 4 | |
| | 5 | Phing 2.4.5 was just released. This release fixes several issues, and reverts the changes |
| | 6 | that introduced the ComponentHelper class. |
| | 7 | |
| | 8 | {{{ |
| | 9 | [657] Wrong example of creating task in stable documentation. |
| | 10 | [656] Many erratas on the "Getting Started"-page. |
| | 11 | [651] Messages of ReplaceTokens should be verbose |
| | 12 | [641] 2.4.4 packages contains .rej and .orig files in release tarball |
| | 13 | [640] "phing -q" does not work: "Unknown argument: -q" |
| | 14 | [634] php print() statement outputting to stdout |
| | 15 | [624] PDOSQLExec fails with Fatal error: Class 'LogWriter' not found in [...]/PDOSQLExecFormatterElement |
| | 16 | [623] 2.4.5RC1 requires PHPUnit erroneously |
| | 17 | [621] PhpLintTask outputs all messages (info and errors) to same loglevel |
| | 18 | [614] phpcodesniffer task changes Phing build working directory |
| | 19 | [610] BUG: AdhocTaskdefTask fails when creating a task that extends from an existing task |
| | 20 | [607] v 2.4.4 broke taskdef for tasks following PEAR naming standard |
| | 21 | [603] Add support to PostgreSQL in DbDeployTask |
| | 22 | [601] Add HTTP_Request2 to optional dependencies |
| | 23 | [600] typo in ReplaceRegexpTask |
| | 24 | [598] Wrong version for optional Services_Amazon_S3 dependency |
| | 25 | [596] PhpDependTask no more compatible with PDepend since 0.10RC1 |
| | 26 | [593] Ssh/scp task: Move ssh2_connect checking from init to main |
| | 27 | [564] command line "-D" switch not handled correctly under windows |
| | 28 | [544] Wrong file set when exclude test/**/** is used |
| | 29 | }}} |
| | 30 | |
| | 31 | A complete list of tickets can be found via |
| | 32 | http://phing.info/trac/milestone/2.4.5 |
| | 33 | |
| | 34 | For a complete history of Phing, visit |
| | 35 | http://phing.info/trac/browser/tags/2.4.5/CHANGELOG. |
| | 36 | |
| | 37 | Please report any issues you find in the Phing bug tracker! |
| | 38 | |
| | 39 | === Installation === |
| | 40 | |
| | 41 | To install the new version of Phing, choose one of the following options: |
| | 42 | |
| | 43 | * Using [http://pear.php.net/ PEAR]: |
| | 44 | {{{ |
| | 45 | $> pear channel-discover pear.phing.info |
| | 46 | $> pear install phing/phing |
| | 47 | }}} |
| | 48 | |
| | 49 | Or, manually download the [http://pear.phing.info/get/phing-2.4.5.tgz package] and install using: |
| | 50 | {{{ |
| | 51 | $> pear install phing-2.4.5.tgz |
| | 52 | }}} |
| | 53 | |
| | 54 | * Full package: |
| | 55 | * [http://www.phing.info/get/phing-2.4.5.tgz phing-2.4.5.tgz] |
| | 56 | * [http://www.phing.info/get/phing-2.4.5.zip phing-2.4.5.zip] |