Changeset 76

Show
Ignore:
Timestamp:
12/15/06 01:50:52 (2 years ago)
Author:
mikey
Message:

added last log message to package stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/autopackage2.php

    r74 r76  
    4949Feature additions: 
    5050- New feature to define abstract tags, which enables yo to define the concrete type in the tag instead of the definition (mikey) 
    51 - It is no possible to define an explicit setter method for character data inside a tag (schst) 
     51- It is now possible to define an explicit setter method for character data inside a tag (schst) 
    5252- Added several unit tests (mikey) 
    5353Bugfixes: 
    5454- Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) 
    5555- Fixed bug #7: check, whether factory method can be called statically (schst) 
     56- Fixed bug: prevent errors in case factory method does not return an instance of an object (mikey) 
    5657EOT; 
    5758 
  • trunk/package.php

    r71 r76  
    4343Feature additions: 
    4444- New feature to define abstract tags, which enables yo to define the concrete type in the tag instead of the definition (mikey) 
    45 - It is no possible to define an explicit setter method for character data inside a tag (schst) 
     45- It is now possible to define an explicit setter method for character data inside a tag (schst) 
    4646- Added several unit tests (mikey) 
    4747Bugfixes: 
    4848- Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) 
    4949- Fixed bug #7: check, whether factory method can be called statically (schst) 
     50- Fixed bug: prevent errors in case factory method does not return an instance of an object (mikey) 
    5051EOT; 
    5152