phpUnderControl 0.5.1 released
Today I have released phpUnderControl version 0.5.1. It's a bug fix release that closes several issues open since a long time. First of all I would like to thank Sebastian Marek who was the main contributor to this releases, so a big thankyou to you.
- Now phpUnderControl should work with CruiseControl 2.8.3. Thanks to Mike van Riel who provided some hints on this issue in a blog comment.
- Fixed #983: Graph unitests throw fatal error when ezComponents not available.
- Fixed #966: phpcs-details.xsl not showing file name.
- Closed #863: Destination option is now deprecated.
- Fixed #862: Command line switches without parameter don't work.
- Fixed #861: Password is used as username in check outs. This patch was supplied by Thorsten Daners via e-mail.
- Fixed #734: Now the build dropdown redirects to the correct build uri.
- Implemented #703: PHPUnit test results are now the first entry on the project overview page.
- Fixed #700: Throw an exception when the specified project does not exist.
- Implemented #675: Use "php -l" for lint checking and not PHPUnit.
- Implemented #625: Integrate PHP_Depend results.
Beside the new release some more things have changed. From now on the phpUnderControl development is hosted on github. This means that from now on the latest version of phpUnderControl can be obtained with the following command:
mapi@arwen ~ $ git clone \
git://github.com/manuelpichler/phpUnderControl.git
Additionally we have moved the phpUnderControl's PEAR Channel Server from pear.phpunit.de to its own server pear.phpundercontrol.org. At this point I would like to thank Sebastian for providing phpUnderControl's infrastructure under the PHPUnit umbrella for the last three years.
mapi@arwen ~ $ pear uninstall phpunit/phpUnderControl
mapi@arwen ~ $ pear channel-discover pear.phpundercontrol.org
mapi@arwen ~ $ pear install --alldeps phpuc/phpUnderControl-beta
Starting to download phpUnderControl-0.5.1.tgz (539,717 bytes)
..........................................done: 539,717 bytes
install ok: channel://pear.phpundercontrol.org/phpUnderControl-0.5.1