Drupal 8.2.6 发布

Drupal 8.2.6 是 Drupal 8 的一个补丁版本,也是 8.2.x 系列的最终补丁版本了(除了有关键或安全修补程序),现已可以用于生产站点了。下一个 Drupal 8 版本将是Drupal 8.3.0,计划于2017年4月5日发布。当 Drupal 8.3.0 发布时,您的网站应该做好升级的准备,以便获得后续的 bug 和 安全漏洞修复。一个alpha 已经发布并接受测试了(link is external)

本次Drupal 8.2.6 仅是 bug 修复和文档、测试更新,包含了多条 bug 修复。翻译者应该注意自上次发布以来的少量字符串更改(link is external)。升级可以参考:升级(link is external)

下面是几个重要问题已在 8.2.6 中修复:

  • Stale dependencies passed to onDependencyRemoval() result in data loss on uninstallation(link is external)

  • Update Symfony components to ~2.8.16(link is external) This update was necessary in order to make Drupal 8 compatible with PHP 7.1.

  • New JavaScript test methods have been added(link is external)

  • Additionally, the following test failures have been resolved:

    • Postgres fail in Drupal\Tests\path\Kernel\Migrate\d6\MigrateUrlAliasTest(link is external)

    • Random test failure in DateRangeFieldTest(link is external)

    • Random fail in CopyFileTest(link is external)

    • Random Test Failure with "failed to open stream" for temporary://.htaccess(link is external)

    • Intermittent test fails in LocaleUpdateTest::testUpdateImportSourceRemote()(link is external)

    • UpdatePathTestBase tests randomly failing