There has been some significant cleanup of the module code. Update.php is not required.
Testing appreciated.
Hat tips to the following contributors to this release:
- ariflukito
- scedwar
- nirvanajyothi
- hardfocus
- bforchhammer
And a backhanded thanks to eaton for reminding me to check E_ALL.
New Features
--------------
-- #270983 by ariflukito. Keeps the domain port intact, allowing non-standard ports.
-- #268779 allows the setting of default domains for URL rewrites.
-- #246497 by scedwar. Adds empty domain gid for use with Domain Views.
-- Adds hook_node_access_explain() for Devel module.
-- Domain Source rules now trump other rules for URL rewrites as they should.
Bug Fixes
----------
-- Coder style cleanup.
-- E_ALL strict compliance.
-- Fixes logic error in implementation of url rewrites for Domain Source.
-- Removed the $domain argument from hook_domainconf().
-- Batch operations changes for E_ALL.
-- Removes legacy xcoord, ycoord from domain_conf_system().
-- Removes serialize|unserialize from variable_set|get.
-- Removes domain_user_boot() -- not needed.
-- #271340 typo on user page.
-- Fixes domain_user view changes for D6.