svn: /pear/pearweb/trunk/ cron/find-documentation.php package-manual.xml

[email protected] (Christian Weiske) Thu, 24 Feb 2011 21:30:38 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
cweiske                                  Thu, 24 Feb 2011 21:30:38 +0000

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

Log:
release 1.2.1

Changed paths:
    U   pear/pearweb/trunk/cron/find-documentation.php
    U   pear/pearweb/trunk/package-manual.xml

Modified: pear/pearweb/trunk/cron/find-documentation.php
===================================================================
--- pear/pearweb/trunk/cron/find-documentation.php	2011-02-24 21:20:12 UTC (rev 308643)
+++ pear/pearweb/trunk/cron/find-documentation.php	2011-02-24 21:30:38 UTC (rev 308644)
@@ -3,7 +3,7 @@
  * Trying to find documentation URLs for PEAR packages in the peardoc Docbook sources.
  * Updates the package doc links in database if they are empty.
  *
- * Paramters:
+ * Parameters:
  *  --debug   Display debugging data
  *
  * @author  Martin Jansen <[email protected]>

Modified: pear/pearweb/trunk/package-manual.xml
===================================================================
--- pear/pearweb/trunk/package-manual.xml	2011-02-24 21:20:12 UTC (rev 308643)
+++ pear/pearweb/trunk/package-manual.xml	2011-02-24 21:30:38 UTC (rev 308644)
@@ -1,5 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<package packagerversion="1.9.0" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0                              http://pear.php.net/dtd/tasks-1.0.xsd                              http://pear.php.net/dtd/package-2.0                              http://pear.php.net/dtd/package-2.0.xsd">
+<package packagerversion="1.9.0" version="2.0"
+ xmlns="http://pear.php.net/dtd/package-2.0"
+ xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+                     http://pear.php.net/dtd/tasks-1.0.xsd
+                     http://pear.php.net/dtd/package-2.0
+                     http://pear.php.net/dtd/package-2.0.xsd"
+>
  <name>pearweb_manual</name>
  <channel>pear.php.net</channel>
  <summary>The source code for the PEAR website manual bits</summary>
@@ -72,10 +80,10 @@
   <active>yes</active>
  </developer>

- <date>2011-02-23</date>
- <time>18:20:00</time>
+ <date>2011-02-24</date>
+ <time>22:28:00</time>
  <version>
-  <release>1.2.0</release>
+  <release>1.2.1</release>
   <api>1.2.0</api>
  </version>
  <stability>
@@ -83,10 +91,12 @@
   <api>stable</api>
  </stability>
  <license uri="http://www.php.net/license">PHP License</license>
+
  <notes>
-- find-documentation.php uses xpath now and does not remove existing links
-  anymore
+find-documentation loads XML as XML and uses proper xpaths with namespaces.
+This finally fixes all the issues with automatic doc finding.
  </notes>
+
  <contents>
   <dir baseinstalldir="/pear.php.net/" name="/">
    <dir name="cron">
@@ -289,5 +299,22 @@
   anymore
    </notes>
   </release>
+
+  <release>
+   <version>
+    <release>1.2.1</release>
+    <api>1.2.0</api>
+   </version>
+   <stability>
+    <release>stable</release>
+    <api>stable</api>
+   </stability>
+   <date>2011-02-24</date>
+   <license uri="http://www.php.net/license">PHP License</license>
+   <notes>
+find-documentation loads XML as XML and uses proper xpaths with namespaces.
+This finally fixes all the issues with automatic doc finding.
+   </notes>
+  </release>
  </changelog>
 </package>