[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phd / config.php package.xml
From:       "Hannes Magnusson" <bjori () php ! net>
Date:       2007-12-30 15:18:49
Message-ID: cvsbjori1199027929 () cvsserver
[Download RAW message or body]

bjori		Sun Dec 30 15:18:49 2007 UTC

  Modified files:              
    /phd	package.xml config.php 
  Log:
  Back to -dev
  
  
http://cvs.php.net/viewvc.cgi/phd/package.xml?r1=1.19&r2=1.20&diff_format=u
Index: phd/package.xml
diff -u phd/package.xml:1.19 phd/package.xml:1.20
--- phd/package.xml:1.19	Sun Dec 30 14:27:26 2007
+++ phd/package.xml	Sun Dec 30 15:18:49 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <package 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" packagerversion="1.5.4" \
version="2.0" 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>PhD</name>
-  <uri>http://doc.php.net/phd/phd-0.2.1</uri>
+  <uri>http://doc.php.net/phd/phd-0.2.2</uri>
   <summary>A PHP based Docbook renderer</summary>
   <description>
   PhD is a PHP based Docbook renderer aimed to replace the Docbook-XSL
@@ -13,10 +13,10 @@
     <email>bjori@php.net</email>
     <active>yes</active>
   </lead>
-  <date>2007-12-30</date>
+  <date>2008-01-30</date>
   <version>
-    <release>0.2.1</release>
-    <api>0.2.1</api>
+    <release>0.2.2</release>
+    <api>0.2.2</api>
   </version>
   <stability>
     <release>snapshot</release>
@@ -24,11 +24,6 @@
   </stability>
   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD \
Style</license>  <notes>
-    - Multiple &lt;term&gt;s should be line seperated
-    - Fixed autogenerated links to methods (Edward Z.)
-    - Compressed methodnames in classsynopsis (Edward Z.)
-    - Added HTML headers for the bightml theme
-    - Removed warnings about missing translation files
   </notes>
   <contents>
     <dir baseinstalldir="phd" name="/">
@@ -178,7 +173,26 @@
       </notes>
     </release>
   </changelog>
-
+  <changelog>
+    <release>
+      <version>
+        <release>0.2.1</release>
+        <api>0.2.1</api>
+      </version>
+      <stability>
+        <release>beta</release>
+        <api>devel</api>
+      </stability>
+      <date>2007-12-30</date>
+      <notes>
+    - Multiple &lt;term&gt;s should be line seperated
+    - Fixed autogenerated links to methods (Edward Z.)
+    - Compressed methodnames in classsynopsis (Edward Z.)
+    - Added HTML headers for the bightml theme
+    - Removed warnings about missing translation files
+      </notes>
+    </release>
+  </changelog>
 </package>
 <!--
 vim: et sw=2 ts=2
http://cvs.php.net/viewvc.cgi/phd/config.php?r1=1.15&r2=1.16&diff_format=u
Index: phd/config.php
diff -u phd/config.php:1.15 phd/config.php:1.16
--- phd/config.php:1.15	Sun Dec 30 14:34:35 2007
+++ phd/config.php	Sun Dec 30 15:18:49 2007
@@ -1,5 +1,5 @@
 <?php
-/* $Id: config.php,v 1.15 2007/12/30 14:34:35 bjori Exp $ */
+/* $Id: config.php,v 1.16 2007/12/30 15:18:49 bjori Exp $ */
 
 function v($msg) {
     $args = func_get_args();
@@ -18,7 +18,7 @@
 
 define('VERBOSE_ALL',VERBOSE_INDEXING|VERBOSE_FORMAT_RENDERING|VERBOSE_THEME_RENDERIN \
G|VERBOSE_RENDER_STYLE|VERBOSE_PARTIAL_READING|VERBOSE_PARTIAL_CHILD_READING|VERBOSE_TOC_WRITING|VERBOSE_CHUNK_WRITING);
  
-define("PHD_VERSION", "0.2.1");
+define("PHD_VERSION", "0.2.2-dev");
 
 $OPTIONS = array (
   'output_format' => array('xhtml'),

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic