Author: chammers
Date: Thu Mar 25 22:02:28 2010
New Revision: 927607

URL: http://svn.apache.org/viewvc?rev=927607&view=rev
Log:
Lowered pear_installer version dependency to 1.7.0 to make the PEAR package
installable on older systems. Tested on Debian unstable with PEAR 1.9.0 and
Debian lenny with 1.7.1. The 1.8.0 was already in the auto generated 
package-config.php so probably just the current release at that time.

Modified:
    logging/log4php/trunk/package-config.php
    logging/log4php/trunk/src/changes/changes.xml

Modified: logging/log4php/trunk/package-config.php
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/package-config.php?rev=927607&r1=927606&r2=927607&view=diff
==============================================================================
--- logging/log4php/trunk/package-config.php (original)
+++ logging/log4php/trunk/package-config.php Thu Mar 25 22:02:28 2010
@@ -87,5 +87,5 @@ $dependency = array();
 $channel = 'pear.php.net';
 $require = array(
        'php' => '5.2.0',
-       'pear_installer' => '1.8.0',
+       'pear_installer' => '1.7.0',
 );

Modified: logging/log4php/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/src/changes/changes.xml?rev=927607&r1=927606&r2=927607&view=diff
==============================================================================
--- logging/log4php/trunk/src/changes/changes.xml (original)
+++ logging/log4php/trunk/src/changes/changes.xml Thu Mar 25 22:02:28 2010
@@ -31,6 +31,7 @@
                <action type="fix" issue="LOG4PHP-91">LoginOptionConverter.php 
(used wrong constant name)</action>
                <action type="update" issue="LOG4PHP-95" by="Ivan Habunek, 
Christian Grobmeier">Add trace level to Log4PHP</action>
                <action type="fix" issue="LOG4PHP-96" by="Tommy 
Montgomery">Some of the tests don't pass under Windows</action>
+               <action type="fix" by="Christian Hammers">Lowered 
pear_installer version dependency to 1.7.0</action>
        </release>
     <release version="2.0" description="PHP 5 compatibility">
                <action type="fix" issue="LOG4PHP-3">Maven 2.0 build</action>


Reply via email to