Update.php is not required for this release.
Thanks to....
-- Palantir.net
-- The following bug testers and coders:
- bforchhammer
- scedwar
- smk-ka
- nonsie
- gcassie
- ariflukito
- nirvanajyothi
- grndlvl
- 1.kenthomas
- mikeshanley
Important Changes
-- Updated documentation.
-- #280596 updates patches to Drupal 5.9.
-- We made some logic improvements to how Domain Source module is handled, so you may experience different behavior, since Domain Source now trumps other URL rewrite rules.
-- You can now set a Defalut Source Domain for links rewritten for 'all affiliates' -- see README 4.3.4.
-- #266166 patch by grndlvl. hook_domaincron() now provides table prefix and settings loading. For users who were performing cron actions across multiple domain or using hook_domaincron(), you will need to pay attention to potential changes in behavior.
-- #271868 by ariflukito. Keeps the sequences table in sync when using Domain Prefix. If you have been using Domain Prefix, you should read up on the issue.
New Features
-- #270983 by ariflukito. Keeps the domain port intact, allowing non-standard ports.
-- #268779 allows the setting of default domains for URL rewrites.
-- Adds hook_node_access_explain() for Devel module.