====================== eZ Components 2007.1.1 ====================== :Author: Derick Rethans :Date: Monday 30 July 2007 9:55:43 am This bug fix release addresses a few minor issues in the following components: Base, Mail and Workflow. For details see the full change log below. You can find downloads of the whole bundle on the download page and updated documentation on the documentation page. Users of the PEAR installer can upgrade to the new version by issuing:: pear upgrade ezc/ezcomponents General installation instructions can be found here_. .. _here: /docs/install The full changelog follows: Base ==== 1.3.1 - Monday 30 July 2007 --------------------------- * Fixed issue #11057: The ezcBaseConfigurationInitializer interface is not enforced for callback classes. Mail ==== 1.3.1 - Monday 30 July 2007 --------------------------- * Fixed issue #11175: ezcMailTools::composeEmailAddress quotes the name part if it contains special characters ( , @ < > : ; ' " ). * Fixed issue #11174: ezcMailHeaderFolder::foldAny doesn't add a line break in front of the header value if it is exactly 76 characters. Workflow ======== 1.0.1 - Monday 30 July 2007 --------------------------- * Fixed issue #11067: $execution->getVariable() throws an exeception if value of variable is null. * Fixed format string issue in ezcWorkflowExecution::endThread().