- Timestamp:
- 21.06.2005 09:40:49 (4 years ago)
- Files:
-
- 1 modified
-
trunk/package.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/package.xml
r21 r25 18 18 </deps> 19 19 <release> 20 <version>0.1. 7</version>20 <version>0.1.8</version> 21 21 <state>beta</state> 22 <date>2005-06-2 0</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> 24 24 <filelist> 25 25 <file role="php">File/Bittorrent/Encode.php</file> … … 41 41 <state>alpha</state> 42 42 <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> 44 44 </release> 45 45 <release> … … 79 79 <notes>Fixed Bug #3970 (Encoding integers as strings) and Bug #4570 (Arrays with null values breaks encoding).</notes> 80 80 </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> 81 87 </changelog> 82 88 </package>