Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Beaver committed Nov 4, 2005
1 parent abb2b91 commit 05e55aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 24 deletions.
26 changes: 3 additions & 23 deletions package.php
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
<?php
//require_once 'PEAR/PackageFileManager.php';
//$pf = new PEAR_PackageFileManager;
//PEAR::setErrorHandling(PEAR_ERROR_DIE);
//$pf->setOptions(array(
//'state' => 'stable',
//'version' => '1.5.3',
//'license' => 'PHP License',
//'notes' => 'Bugfix release
//* fix notice if simpleoutput is used, and there are no subdirectories
//',
//'packagedirectory' => dirname(__FILE__),
//'baseinstalldir' => 'PEAR',
//'filelistgenerator' => 'CVS',
//'simpleoutput' => true,
//'ignore' => array('package.php'),
//));
//if (isset($_GET['make']) || isset($_SERVER['argv'][1]) && $_SERVER['argv'][1] == 'make') {
// $pf->writePackageFile();
//} else {
// $pf->debugPackageFile();
//}
?>
<?php
/**
* This is the package.xml generator for PEAR_PackageFileManager
*
Expand Down Expand Up @@ -49,6 +26,9 @@
'baseinstalldir' => 'PEAR',
'simpleoutput' => true));
$packagexml->setNotes('New features/bugfix release
Still more unit testing to do, but enough is fixed to warrant a new release
* add addUnixeol(), addWindowseol(), initPostinstallScript() and addPostinstallScript()
* fix invalid package validation in PFM2::importOptions() - no error messages printed
* fix fatal error if no files are found by the filelist generator using PFM2
Expand Down
8 changes: 7 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The new PEAR_PackageFileManager2 class is not.</description>
<active>yes</active>
</developer>
<date>2005-11-04</date>
<time>17:39:05</time>
<time>17:52:07</time>
<version>
<release>1.6.0a4</release>
<api>1.6.0</api>
Expand All @@ -47,6 +47,9 @@ The new PEAR_PackageFileManager2 class is not.</description>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>New features/bugfix release

Still more unit testing to do, but enough is fixed to warrant a new release

* add addUnixeol(), addWindowseol(), initPostinstallScript() and addPostinstallScript()
* fix invalid package validation in PFM2::importOptions() - no error messages printed
* fix fatal error if no files are found by the filelist generator using PFM2
Expand Down Expand Up @@ -951,6 +954,9 @@ The new PEAR_PackageFileManager2 class is not.</description>
<date>2005-11-04</date>
<license>PHP License</license>
<notes>New features/bugfix release

Still more unit testing to do, but enough is fixed to warrant a new release

* add addUnixeol(), addWindowseol(), initPostinstallScript() and addPostinstallScript()
* fix invalid package validation in PFM2::importOptions() - no error messages printed
* fix fatal error if no files are found by the filelist generator using PFM2
Expand Down

0 comments on commit 05e55aa

Please sign in to comment.