Show
Ignore:
Timestamp:
09/06/06 09:40:59 (2 years ago)
Author:
gerd
Message:

feature: custom modules, merged revision 373-378 (from trunk)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/gettext/package.xml

    r367 r379  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <package packagerversion="1.4.10" 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 
     2<package packagerversion="1.4.11" 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 
    33    http://pear.php.net/dtd/tasks-1.0.xsd 
    44    http://pear.php.net/dtd/package-2.0 
     
    3838  <active>yes</active> 
    3939 </helper> 
    40  <date>2006-08-06</date> 
    41  <time>19:51:46</time> 
     40 <date>2006-08-20</date> 
     41 <time>15:11:24</time> 
    4242 <version> 
    4343  <release>0.9.0b3</release> 
     
    7272 
    7373* Storages 
    74   - fixed bug #205: semicolon at end of SQL 
     74  - fixed bug #205: semicolon at end of SQL (schst) 
    7575 
    7676* Clientside features 
     
    438438   </dir> <!-- /patForms --> 
    439439   <dir name="rfcs"> 
    440     <file name="rfc0001.txt" role="data" /> 
    441     <file name="rfc0002.txt" role="data" /> 
     440    <file name="rfc0001.txt" role="doc" /> 
     441    <file name="rfc0002.txt" role="doc" /> 
    442442   </dir> <!-- /rfcs --> 
    443443   <dir name="tests"> 
     
    618618    <api>stable</api> 
    619619   </stability> 
    620    <date>2006-08-06</date> 
     620   <date>2006-08-20</date> 
    621621   <license uri="http://www.gnu.org/copyleft/lesser.txt">LGPL</license> 
    622622   <notes>Third release candidate for 0.9.0. 
     
    643643 
    644644* Storages 
    645   - fixed bug #205: semicolon at end of SQL 
     645  - fixed bug #205: semicolon at end of SQL (schst) 
    646646 
    647647* Clientside features