svn: /pear2/Autoload/trunk/ RELEASE-0.2.2 package.xml package_compatible.xml

[email protected] (Brett Bieber) Wed, 22 Sep 2010 03:38:36 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
saltybeagle                              Wed, 22 Sep 2010 03:38:36 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=303660

Log:
Prep for 0.2.2 release

Changed paths:
    A   pear2/Autoload/trunk/RELEASE-0.2.2
    U   pear2/Autoload/trunk/package.xml
    U   pear2/Autoload/trunk/package_compatible.xml

Added: pear2/Autoload/trunk/RELEASE-0.2.2
===================================================================
--- pear2/Autoload/trunk/RELEASE-0.2.2	                        (rev 0)
+++ pear2/Autoload/trunk/RELEASE-0.2.2	2010-09-22 03:38:36 UTC (rev 303660)
@@ -0,0 +1,4 @@
+Remove the dependency on include_path for the following reasons:
+
+1. Speed.
+2. The include_path can be externally modified which can cause files that exist to not be loaded.
\ No newline at end of file

Modified: pear2/Autoload/trunk/package.xml
===================================================================
--- pear2/Autoload/trunk/package.xml	2010-09-22 03:28:18 UTC (rev 303659)
+++ pear2/Autoload/trunk/package.xml	2010-09-22 03:38:36 UTC (rev 303660)
@@ -27,10 +27,10 @@
   <email>[email protected]</email>
   <active>yes</active>
  </lead>
- <date>2010-06-28</date>
- <time>14:16:16</time>
+ <date>2010-09-21</date>
+ <time>22:37:42</time>
  <version>
-  <release>0.2.1</release>
+  <release>0.2.2</release>
   <api>0.1.0</api>
  </version>
  <stability>
@@ -38,8 +38,10 @@
   <api>alpha</api>
  </stability>
  <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
- <notes>Bugfix Release:
-* Correct case-insensitive check for vendor namespace of PEAR2 [saltybeagle]</notes>
+ <notes>Remove the dependency on include_path for the following reasons:
+
+1. Speed.
+2. The include_path can be externally modified which can cause files that exist to not be loaded.</notes>
  <contents>
   <dir name="/">
    <dir name="src" baseinstalldir="PEAR2">

Modified: pear2/Autoload/trunk/package_compatible.xml
===================================================================
--- pear2/Autoload/trunk/package_compatible.xml	2010-09-22 03:28:18 UTC (rev 303659)
+++ pear2/Autoload/trunk/package_compatible.xml	2010-09-22 03:38:36 UTC (rev 303660)
@@ -27,10 +27,10 @@
   <email>[email protected]</email>
   <active>yes</active>
  </lead>
- <date>2010-06-28</date>
- <time>14:16:16</time>
+ <date>2010-09-21</date>
+ <time>22:37:42</time>
  <version>
-  <release>0.2.1</release>
+  <release>0.2.2</release>
   <api>0.1.0</api>
  </version>
  <stability>
@@ -38,8 +38,10 @@
   <api>alpha</api>
  </stability>
  <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
- <notes>Bugfix Release:
-* Correct case-insensitive check for vendor namespace of PEAR2 [saltybeagle]</notes>
+ <notes>Remove the dependency on include_path for the following reasons:
+
+1. Speed.
+2. The include_path can be externally modified which can cause files that exist to not be loaded.</notes>
  <contents>
   <dir name="/">
    <file role="php" name="php/PEAR2/Autoload.php"/>