Changeset 25 for trunk

Show
Ignore:
Timestamp:
21.06.2005 09:40:49 (4 years ago)
Author:
m
Message:

Added 0.1.8 release notes and branch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/package.xml

    r21 r25  
    1818    </deps> 
    1919    <release> 
    20         <version>0.1.7</version> 
     20        <version>0.1.8</version> 
    2121        <state>beta</state> 
    22         <date>2005-06-20</date> 
    23         <notes>Fixed Bug #3970 (Encoding integers as strings) and Bug #4570 (Arrays with null values breaks encoding).</notes> 
     22        <date>2005-06-21</date> 
     23        <notes>Fixed Bug #4570 (Array with empty array values were not decoded properly).</notes> 
    2424        <filelist> 
    2525            <file role="php">File/Bittorrent/Encode.php</file> 
     
    4141            <state>alpha</state> 
    4242            <date>2004-06-28</date> 
    43             <notes>Split encoding and decoding in two classes. Now you can encode vars and decode strings, not only .torrent files.</notes 
     43            <notes>Split encoding and decoding in two classes. Now you can encode vars and decode strings, not only .torrent files.</notes> 
    4444        </release> 
    4545        <release> 
     
    7979            <notes>Fixed Bug #3970 (Encoding integers as strings) and Bug #4570 (Arrays with null values breaks encoding).</notes> 
    8080        </release> 
     81        <release> 
     82            <version>0.1.8</version> 
     83            <state>beta</state> 
     84            <date>2005-06-21</date> 
     85            <notes>Fixed Bug #4570 (Array with empty array values were not decoded properly).</notes> 
     86        </release> 
    8187    </changelog> 
    8288</package>