Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Bugs Fixed:
#2720801: typo in install file innodb_lock_wait_timeout should be wait_timeout
#2721543: cache tables use utf8_bin, but...
#2721565: conflicting message to database update
#2731525: sid column needs to be ascii_bin inside of ctools_object_cache table
#2733811: MAX_EXECUTION_TIME fails on MySQL 5.7.8+
#2733459: PDOException: SESSION_VARIABLES is disabled
#2735479: Check to see if the exact db alter needs to be done before running in when pressing the button on the ops page
#2760695: Fix coder issues and then push out rc3
New Features:
#2720477: Run semaphore conversion with varchar(33) if 20 not available.
#2728757: Advise that innodb_spin_wait_delay is 24 or higher, innodb_sync_spin_loops is 200 or higher; better concurrency
#2733501: More sane table_definition_cache check
#2733549: Can't change table_open_cache/max_connections due to open_files_limit
#2739130: Add tests
#2742329: test sessions and locking
#2756611: Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() in includes/entity.inc