Bug fix releases
| Author: | Derick Rethans |
|---|---|
| Date: | 2008-08-04 11:18 UTC |
The eZ Components team just released new versions of the Base, Document, Mail, Template, Tree, Url and Webdav components that address minor bugs in those components.
New versions are exclusively available through our PEAR channel, and can be installed through the PEAR installer with:
pear upgrade ezc/Base pear upgrade ezc/Document pear upgrade ezc/Mail pear upgrade ezc/Template pear upgrade ezc/Tree pear upgrade ezc/Url pear upgrade ezc/Webdav
Changes
The full list of changes since eZ Components 2008.1 follows below:
Document
1.0.1 - Tuesday 08 July 2008
- Fixed issue #13200: Problem with multiple headers with the same name, when generating table of contents in an rst document.
- Fixed issue #13220: Support for row seperators in simple table bodies missing.
- Fixed issue #13237: Whitespaces before single word named external references are skipped.
- Fixed issue #13238: Whitespaces at line ends, with markup as last element are skipped.
- Fixed issue #13239: Named external references with literal markup in destination nodes are not found.
- Fixed issue #13265: Handle inline literals correctly.
- Fixed issue #13266: Parse error on no newlines at the end of input text.
- Fixed issue #13267: Trim surrounding whitespaces in title strings.
1.5.1 - Monday 04 August 2008
- Fixed issue #13329: ezcMail fetchParts() no longer generates an error when parsing a mail with an empty body.
- Fixed a special case in sortFromOffset() where $range was undefined.
- Fixed an issue with duplicate properties arrays in mail part descendants.
Template
1.3.1 - Monday 04 August 2008
- Implemented issue #13187: Updated tutorial to clarify cache keys.
Url
1.2.2 - Monday 04 August 2008
- Fixed issue #13235: ezcUrlTools::getCurrentUrl() no longer duplicates port number.
Webdav
1.0.1 - Monday 04 August 2008
- Fixed issue #13313: Webdav does now correctly identify recent Nautilus version.
- Fixed issue #13389: ezcWebdavBasicPathFactory does now perform sanity checks on the given base URI during construction.
- Fixed documentation.
- Renamed ezcWebdavResourceTypeProperty::TYPE_RESSOURCE to ezcWebdavResourceTypeProperty::TYPE_RESOURCE as required by review. ezcWebdavResourceTypeProperty::TYPE_RESSOURCE is still kept for BC reasons.
- Renamed ezcWebdavTransport->retreiveBody() to ezcWebdavTransport->retrieveBody().
