eZ Components 2007.2.1
| Author: | Derick Rethans |
|---|---|
| Date: | 2008-01-14 10:27 UTC |
This bug fix release addresses a few minor issues in the following components: Base, ConsoleTools, Database, DatabaseSchema, Mail and PersistentObject. 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.
The full changelog follows:
Base
1.4.1 - Monday 14 January 2008
- Fixed issue #11448: ezc_bootsrap.php uses relative paths.
- Fixed issue #12316: Numbers in own component prefix not possible.
- Fixed issue #12329: ezcBaseFeatures::findExecutableInPath's return value does not include the extension to the executable at the end on Windows.
- Added an optional argument to the ezcBaseValueException constructor to allow the exception to be used for non-property/setting type violations as well.
1.4.1 - Monday 14 January 2008
- Fixed issue #12318: Unsafe characters are replaces by underscores in attachment file names during mail parsing.
PersistentObject
1.3.4 - Monday 14 January 2008
- Fixed issue #12108: ezcPersistentStateTransformer::rowToStateArray() relying on definitions with reverse properties set, but it's not automatic.
