- Timestamp:
- 11/11/07 15:15:27 (1 year ago)
- Files:
-
- trunk/package.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/package.xml
r107 r111 22 22 <active>yes</active> 23 23 </lead> 24 <date>2007- 09-24</date>25 <time> 21:23:12</time>24 <date>2007-11-11</date> 25 <time>15:14:31</time> 26 26 <version> 27 <release>0.2. 0</release>27 <release>0.2.1</release> 28 28 <api>0.2.0</api> 29 29 </version> … … 34 34 <license uri="http://www.gnu.org/copyleft/lesser.txt">LGPL</license> 35 35 <notes>Feature additions: 36 - New feature to define abstract tags, which enables yo to define the concrete type in the tag instead of the definition (mikey) 37 - It is now possible to define an explicit setter method for character data inside a tag (schst) 38 - Added possibility to declare tags as static (schst) 39 - Added several unit tests (mikey) 40 - Added possibility to package XJConfForPHP as a STAR archive (mikey, schst) 41 - Added new value type "xjonf:auto-primitive" to guess the type of a scalar value (schst) 42 - Added implicit and explicit call to __set as well as possibility for setting public properties (mikey) 43 - Added XJConfFacade for a simplyfied usage of XJConf (mikey) 44 Bugfixes: 45 - Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) 46 - Fixed bug #7: check, whether factory method can be called statically (schst) 47 - Fixed bug: prevent errors in case factory method does not return an instance of an object (mikey)</notes> 36 - Added a fourth way of adding children, this time via the keyAttribute attribute (mikey)</notes> 48 37 <contents> 49 38 <dir baseinstalldir="/" name="/"> … … 97 86 <file name="AnotherClass.php" role="doc" /> 98 87 <file name="AnotherDog.php" role="doc" /> 88 <file name="CDataColor.php" role="doc" /> 99 89 <file name="ClassLoader.php" role="doc" /> 100 90 <file name="Color.php" role="doc" /> … … 335 325 - Fixed bug: prevent errors in case factory method does not return an instance of an object (mikey)</notes> 336 326 </release> 327 <release> 328 <version> 329 <release>0.2.1</release> 330 <api>0.2.0</api> 331 </version> 332 <stability> 333 <release>alpha</release> 334 <api>alpha</api> 335 </stability> 336 <date>2007-11-11</date> 337 <license uri="http://www.gnu.org/copyleft/lesser.txt">LGPL</license> 338 <notes>Feature additions: 339 - Added a fourth way of adding children, this time via the keyAttribute attribute (mikey)</notes> 340 </release> 337 341 </changelog> 338 342 </package>
