Quick search:

fixes in 2.0.0a

  1. SaveAction could not find the edited object if id > 999. In includes/skinDetailsFormStartPart.php replaced
    $this->getConvert($this->getRequestedObject(), 'id')
    by
    $this->getReqParam('id', true)
  2. fixed PntGen::includeClass bug: missing slash after classes folder name
  3. Gen removed all methods (::includeClass and ::tryIncludeClass because they are is not safe with register_globals ON)