svn: /pear/pear-core/tags/PEAR-1.9.2/ package.xml package2.xml

[email protected] (Helgi Þormar Þorbjörnsson) Mon, 28 Feb 2011 17:29:31 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
dufuz                                    Mon, 28 Feb 2011 17:29:31 +0000

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

Log:
Prep a release

Changed paths:
    U   pear/pear-core/tags/PEAR-1.9.2/package.xml
    U   pear/pear-core/tags/PEAR-1.9.2/package2.xml

Modified: pear/pear-core/tags/PEAR-1.9.2/package.xml
===================================================================
--- pear/pear-core/tags/PEAR-1.9.2/package.xml	2011-02-28 16:18:46 UTC (rev 308763)
+++ pear/pear-core/tags/PEAR-1.9.2/package.xml	2011-02-28 17:29:31 UTC (rev 308764)
@@ -87,7 +87,7 @@
   </maintainers>
  <release>
   <version>1.9.2</version>
-  <date>2010-05-26</date>
+  <date>2011-02-28</date>
   <license>New BSD License</license>
   <state>stable</state>
   <notes>
@@ -101,6 +101,9 @@
   * Fixed Bug #17997: Strange output if directories are not writeable [dufuz]
   * Fixed Bug #18001: PEAR/RunTest coverage fails [dufuz]
   * Fixed Bug #18056 [SECURITY]: Symlink attack in PEAR install [dufuz]
+  * Fixed Bug #18218: "pear package" does not allow the use of late static binding [dufuz and Christer Edvartsen]
+  * Fixed Bug #18238: Wrong return code from "pear help" [till]
+  * Fixed Bug #18308: Broken error message about missing channel validator [yunosh]

   This feature is implemented as a result of #18056
   * Implemented Request #16648: Use TMPDIR for builds instead of /var/tmp [dufuz]
@@ -652,5 +655,29 @@
 * Fix Bug #17378: pear info $package fails if directory with that name exists [dufuz]
     </notes>
    </release>
+   <release>
+    <version>1.9.2</version>
+    <date>2011-02-28</date>
+    <license>New BSD License</license>
+    <state>stable</state>
+    <notes>
+    Bugs:
+    * Fixed Bug #17463: Regression: On Windows, svntag [patch by doconnor]
+    * Fixed Bug #17641: pecl-list doesn't sort packages by name [dufuz]
+    * Fixed Bug #17781: invalid argument warning on foreach due to an empty optional dependencie [dufuz]
+    * Fixed Bug #17801: PEAR run-tests wrongly detects php-cgi [patch by David Jean Louis (izi)]
+    * Fixed Bug #17839: pear svntag does not tag package.xml file [dufuz]
+    * Fixed Bug #17986: PEAR Installer cannot handle files moved between packages [dufuz]
+    * Fixed Bug #17997: Strange output if directories are not writeable [dufuz]
+    * Fixed Bug #18001: PEAR/RunTest coverage fails [dufuz]
+    * Fixed Bug #18056 [SECURITY]: Symlink attack in PEAR install [dufuz]
+    * Fixed Bug #18218: "pear package" does not allow the use of late static binding [dufuz and Christer Edvartsen]
+    * Fixed Bug #18238: Wrong return code from "pear help" [till]
+    * Fixed Bug #18308: Broken error message about missing channel validator [yunosh]
+
+    This feature is implemented as a result of #18056
+    * Implemented Request #16648: Use TMPDIR for builds instead of /var/tmp [dufuz]
+    </notes>
+   </release>
  </changelog>
 </package>

Modified: pear/pear-core/tags/PEAR-1.9.2/package2.xml
===================================================================
--- pear/pear-core/tags/PEAR-1.9.2/package2.xml	2011-02-28 16:18:46 UTC (rev 308763)
+++ pear/pear-core/tags/PEAR-1.9.2/package2.xml	2011-02-28 17:29:31 UTC (rev 308764)
@@ -81,8 +81,8 @@
   <email>[email protected]</email>
   <active>no</active>
  </helper>
- <date>2010-05-26</date>
- <time>20:41:19</time>
+ <date>2011-02-28</date>
+ <time>18:30:00</time>
  <version>
   <release>1.9.2</release>
   <api>1.9.2</api>
@@ -837,5 +837,36 @@
 * Fix Bug #17378: pear info $package fails if directory with that name exists [dufuz]
    </notes>
   </release>
+  <release>
+   <date>2011-02-28</date>
+   <time>18:30:00</time>
+   <version>
+    <release>1.9.2</release>
+    <api>1.9.2</api>
+   </version>
+   <stability>
+    <release>stable</release>
+    <api>stable</api>
+   </stability>
+   <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
+   <notes>
+    Bugs:
+    * Fixed Bug #17463: Regression: On Windows, svntag [patch by doconnor]
+    * Fixed Bug #17641: pecl-list doesn't sort packages by name [dufuz]
+    * Fixed Bug #17781: invalid argument warning on foreach due to an empty optional dependencie [dufuz]
+    * Fixed Bug #17801: PEAR run-tests wrongly detects php-cgi [patch by David Jean Louis (izi)]
+    * Fixed Bug #17839: pear svntag does not tag package.xml file [dufuz]
+    * Fixed Bug #17986: PEAR Installer cannot handle files moved between packages [dufuz]
+    * Fixed Bug #17997: Strange output if directories are not writeable [dufuz]
+    * Fixed Bug #18001: PEAR/RunTest coverage fails [dufuz]
+    * Fixed Bug #18056 [SECURITY]: Symlink attack in PEAR install [dufuz]
+    * Fixed Bug #18218: "pear package" does not allow the use of late static binding [dufuz and Christer Edvartsen]
+    * Fixed Bug #18238: Wrong return code from "pear help" [till]
+    * Fixed Bug #18308: Broken error message about missing channel validator [yunosh]
+
+    This feature is implemented as a result of #18056
+    * Implemented Request #16648: Use TMPDIR for builds instead of /var/tmp [dufuz]
+   </notes>
+  </release>
  </changelog>
 </package>