Skip to content

Commit

Permalink
Add a note about the $extrafiles fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
saltybeagle committed Mar 7, 2011
1 parent 91de94b commit 2e8ffc2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions RELEASE-0.4.0
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
New feature release:

* Add --scanoptions to the make command [cellog]
This allows configuring several things when generating package.xml.
This allows configuring several things when generating `package.xml`.
This option should specify the location of a php script that specifies 3
overrides to the default values for baseinstalldirs, for directory->role
mapping, and for pathnames in package.xml
mapping, and for pathnames in `package.xml`

For example:
<?php
Expand All @@ -22,11 +22,12 @@ New feature release:
as the package.xml
* Update source layout so files can be autoloaded from checkout [saltybeagle]
* Add code coverage reporter to the www directory [saltybeagle]
* For `$extrafiles`, support any object that implements `PackageInterface` [saltybeagle]

Bugs fixed:

* Increase minimum PHP dependency to 5.3.1RC1 [saltybeagle]
* Prevent fatal errors when only a package2.xml is present, ala XML_RPC2 [clockwerx]
* Prevent fatal errors when only a `package2.xml` is present, ala XML_RPC2 [clockwerx]
* Allow src/PEAR2 base directory for package layout [saltybeagle]
* Fix Bug #18123 Exception when using pyrus.phar make -n. [saltybeagle]
* Fix Bug #18123 Exception when using `pyrus.phar make -n`. [saltybeagle]
* Correct inconsitency of docs directory name. [saltybeagle]

0 comments on commit 2e8ffc2

Please sign in to comment.