Posted by bgm on October 8, 2012 at 3:27am
|
Download |
Size | md5 hash |
|---|---|---|
| boost-6.x-1.21.tar.gz | 111.43 KB | 4375b14e36409e7947848cb2b000424e |
| boost-6.x-1.21.zip | 120.66 KB | 212d963679fd603a7d621c802d96da31 |
Last updated: October 8, 2012 - 03:31
Release notes
- #1181632: clearing cache shouldn't truncate boost_cache_settings table : do not truncate boost_cache_settings table on cache flush (it contains real settings that are set by the user)
- #1670322: IPv6 bug in boost_views_async() : fix IPv6 support for the drupal_http_request() call.
- #1407478: script tried to increase memory_limit ... : only try to increase the PHP memory if it is really low (suhosin complains when we try to increase the memory).
- #630000: "FormAPI Bug Encountered" error on Clear Boost's Database & File Cache : clarify the FormAPI warning into a watchdog message instead of drupal_set_message.
- #1678694: boost_cache_kill_url() can kill MySQL with SELECT query : remove expensive query from boost_exit code path.
- #891620: Boost crawler did not get a 200 response; 302 returned instead. : add a warning if the site is using the crawler+securepages and the path boost-crawler was not added to the ignored pages
- #1785226: menu_get_item in _boost_get_menu_router; page_type & page_id not set in here : fix array_merge logic in _boost_get_menu_router().