Skip to content

Commit

Permalink
Minor update to the release notes so the example code renders correct…
Browse files Browse the repository at this point in the history
…ly in markdown syntax.
  • Loading branch information
saltybeagle committed Mar 7, 2011
1 parent 2e8ffc2 commit 7c58860
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
5 changes: 3 additions & 2 deletions RELEASE-0.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ New feature release:
mapping, and for pathnames in `package.xml`

For example:

<?php
// use "htdocs" as our web directory in the repository, instead of www
$scanoptions['baseinstalldirs'] = array('htdocs' => '/');
Expand All @@ -18,7 +19,7 @@ New feature release:
$scanoptions['ignore'] = array('lib' => 'dir', 'some/file.txt' => 'file');
?>

By default, the make command looks for scanoptions.php in the same directory
By default, the `make` command looks for scanoptions.php in the same directory
as the package.xml
* Update source layout so files can be autoloaded from checkout [saltybeagle]
* Add code coverage reporter to the www directory [saltybeagle]
Expand All @@ -28,6 +29,6 @@ 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]
* Allow src/PEAR2 base directory for package layout [saltybeagle]
* Allow `src/PEAR2` base directory for package layout [saltybeagle]
* Fix Bug #18123 Exception when using `pyrus.phar make -n`. [saltybeagle]
* Correct inconsitency of docs directory name. [saltybeagle]
16 changes: 9 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For more information, read the [documentation][5].
<active>yes</active>
</lead>
<date>2011-03-07</date>
<time>14:42:31</time>
<time>15:40:06</time>
<version>
<release>0.4.0</release>
<api>0.1.0</api>
Expand All @@ -62,12 +62,13 @@ For more information, read the [documentation][5].
<notes>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-&gt;role
mapping, and for pathnames in package.xml
mapping, and for pathnames in `package.xml`

For example:

&lt;?php
// use &quot;htdocs&quot; as our web directory in the repository, instead of www
$scanoptions['baseinstalldirs'] = array('htdocs' =&gt; '/');
Expand All @@ -79,17 +80,18 @@ For more information, read the [documentation][5].
$scanoptions['ignore'] = array('lib' =&gt; 'dir', 'some/file.txt' =&gt; 'file');
?&gt;

By default, the make command looks for scanoptions.php in the same directory
By default, the `make` command looks for scanoptions.php in the same directory
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]
* Allow src/PEAR2 base directory for package layout [saltybeagle]
* Fix Bug #18123 Exception when using pyrus.phar make -n. [saltybeagle]
* 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]
* Correct inconsitency of docs directory name. [saltybeagle]</notes>
<contents>
<dir name="/">
Expand Down
16 changes: 9 additions & 7 deletions package_compatible.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For more information, read the [documentation][5].
<active>yes</active>
</lead>
<date>2011-03-07</date>
<time>14:42:31</time>
<time>15:40:07</time>
<version>
<release>0.4.0</release>
<api>0.1.0</api>
Expand All @@ -62,12 +62,13 @@ For more information, read the [documentation][5].
<notes>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-&gt;role
mapping, and for pathnames in package.xml
mapping, and for pathnames in `package.xml`

For example:

&lt;?php
// use &quot;htdocs&quot; as our web directory in the repository, instead of www
$scanoptions['baseinstalldirs'] = array('htdocs' =&gt; '/');
Expand All @@ -79,17 +80,18 @@ For more information, read the [documentation][5].
$scanoptions['ignore'] = array('lib' =&gt; 'dir', 'some/file.txt' =&gt; 'file');
?&gt;

By default, the make command looks for scanoptions.php in the same directory
By default, the `make` command looks for scanoptions.php in the same directory
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]
* Allow src/PEAR2 base directory for package layout [saltybeagle]
* Fix Bug #18123 Exception when using pyrus.phar make -n. [saltybeagle]
* 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]
* Correct inconsitency of docs directory name. [saltybeagle]</notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit 7c58860

Please sign in to comment.