The third maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 6.0 release.
This release fixes five security vulnerabilities. Sites are urged to upgrade immediately. For more details, please see the security announcements:
New features:
- Added 'track invitations' permission to be able to hide the invitation overview from anonymous users.
- #175786: Fixed up ui by 1) separating invite overviews using tabs and 2) using a pager.
- #178652 by Gwen Park: Pass invite code to hook_invite($op = 'invite').
- Added delete invitation confirmation dialog.
Bugs fixed:
- #182017: Tried to produce XHTML (or XML in this case) compliant output.
- #176983: Fixed bogus email header.
- Fixed queries for counting pending and expired invites had swapped comparison logic.
This is primarily a security release in response to the token_values potential Cross Site Scripting issue. Pathauto on its own is not affected, but token values provided by Pathauto were not properly checked and may have caused a problem if used by another module (no known examples exist).