Skip to content

Instantly share code, notes, and snippets.

@AndreBaumeier
Created March 28, 2018 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndreBaumeier/2efff68e1a175a828db026d14ba9da78 to your computer and use it in GitHub Desktop.
Save AndreBaumeier/2efff68e1a175a828db026d14ba9da78 to your computer and use it in GitHub Desktop.
diff -ur drupal-8.4.5/core/lib/Drupal/Core/DrupalKernel.php drupal-8.4.6/core/lib/Drupal/Core/DrupalKernel.php
--- drupal-8.4.5/core/lib/Drupal/Core/DrupalKernel.php 2018-02-20 20:35:14.000000000 +0100
+++ drupal-8.4.6/core/lib/Drupal/Core/DrupalKernel.php 2018-03-27 10:03:10.000000000 +0200
@@ -20,6 +20,7 @@
use Drupal\Core\Http\TrustedHostsRequestFactory;
use Drupal\Core\Installer\InstallerRedirectTrait;
use Drupal\Core\Language\Language;
+use Drupal\Core\Security\RequestSanitizer;
use Drupal\Core\Site\Settings;
use Drupal\Core\Test\TestDatabase;
use Symfony\Cmf\Component\Routing\RouteObjectInterface;
@@ -542,6 +543,12 @@
* {@inheritdoc}
*/
public function preHandle(Request $request) {
+ // Sanitize the request.
+ $request = RequestSanitizer::sanitize(
+ $request,
+ (array) Settings::get(RequestSanitizer::SANITIZE_WHITELIST, []),
+ (bool) Settings::get(RequestSanitizer::SANITIZE_LOG, FALSE)
+ );
$this->loadLegacyIncludes();
Only in drupal-8.4.6/core/lib/Drupal/Core: Security
diff -ur drupal-8.4.5/core/lib/Drupal.php drupal-8.4.6/core/lib/Drupal.php
--- drupal-8.4.5/core/lib/Drupal.php 2018-02-20 20:35:14.000000000 +0100
+++ drupal-8.4.6/core/lib/Drupal.php 2018-03-27 10:03:10.000000000 +0200
@@ -81,7 +81,7 @@
/**
* The current system version.
*/
- const VERSION = '8.4.5';
+ const VERSION = '8.4.6';
/**
* Core API compatibility.
diff -ur drupal-8.4.5/core/modules/action/action.info.yml drupal-8.4.6/core/modules/action/action.info.yml
--- drupal-8.4.5/core/modules/action/action.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/action/action.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
configure: entity.action.collection
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/action/tests/action_bulk_test/action_bulk_test.info.yml drupal-8.4.6/core/modules/action/tests/action_bulk_test/action_bulk_test.info.yml
--- drupal-8.4.5/core/modules/action/tests/action_bulk_test/action_bulk_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/action/tests/action_bulk_test/action_bulk_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- views
- node
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/aggregator/aggregator.info.yml drupal-8.4.6/core/modules/aggregator/aggregator.info.yml
--- drupal-8.4.5/core/modules/aggregator/aggregator.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/aggregator/aggregator.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- file
- options
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml drupal-8.4.6/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml
--- drupal-8.4.5/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/aggregator/tests/modules/aggregator_test_views/aggregator_test_views.info.yml drupal-8.4.6/core/modules/aggregator/tests/modules/aggregator_test_views/aggregator_test_views.info.yml
--- drupal-8.4.5/core/modules/aggregator/tests/modules/aggregator_test_views/aggregator_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/aggregator/tests/modules/aggregator_test_views/aggregator_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- aggregator
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/automated_cron/automated_cron.info.yml drupal-8.4.6/core/modules/automated_cron/automated_cron.info.yml
--- drupal-8.4.5/core/modules/automated_cron/automated_cron.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/automated_cron/automated_cron.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
configure: system.cron_settings
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/ban/ban.info.yml drupal-8.4.6/core/modules/ban/ban.info.yml
--- drupal-8.4.5/core/modules/ban/ban.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/ban/ban.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
configure: ban.admin_page
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/basic_auth/basic_auth.info.yml drupal-8.4.6/core/modules/basic_auth/basic_auth.info.yml
--- drupal-8.4.5/core/modules/basic_auth/basic_auth.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/basic_auth/basic_auth.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- user
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.info.yml drupal-8.4.6/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.info.yml
--- drupal-8.4.5/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/big_pipe/big_pipe.info.yml drupal-8.4.6/core/modules/big_pipe/big_pipe.info.yml
--- drupal-8.4.5/core/modules/big_pipe/big_pipe.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/big_pipe/big_pipe.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.info.yml drupal-8.4.6/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.info.yml
--- drupal-8.4.5/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.info.yml drupal-8.4.6/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.info.yml
--- drupal-8.4.5/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml drupal-8.4.6/core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml
--- drupal-8.4.5/core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/block/block.info.yml drupal-8.4.6/core/modules/block/block.info.yml
--- drupal-8.4.5/core/modules/block/block.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/block/block.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
configure: block.admin_display
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/block/tests/modules/block_test/block_test.info.yml drupal-8.4.6/core/modules/block/tests/modules/block_test/block_test.info.yml
--- drupal-8.4.5/core/modules/block/tests/modules/block_test/block_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/block/tests/modules/block_test/block_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- block
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/block/tests/modules/block_test/themes/block_test_specialchars_theme/block_test_specialchars_theme.info.yml drupal-8.4.6/core/modules/block/tests/modules/block_test/themes/block_test_specialchars_theme/block_test_specialchars_theme.info.yml
--- drupal-8.4.5/core/modules/block/tests/modules/block_test/themes/block_test_specialchars_theme/block_test_specialchars_theme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/block/tests/modules/block_test/themes/block_test_specialchars_theme/block_test_specialchars_theme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
content: Content
help: Help
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/block/tests/modules/block_test/themes/block_test_theme/block_test_theme.info.yml drupal-8.4.6/core/modules/block/tests/modules/block_test/themes/block_test_theme/block_test_theme.info.yml
--- drupal-8.4.5/core/modules/block/tests/modules/block_test/themes/block_test_theme/block_test_theme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/block/tests/modules/block_test/themes/block_test_theme/block_test_theme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -15,8 +15,8 @@
- sidebar_first
- sidebar_second
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/block/tests/modules/block_test_views/block_test_views.info.yml drupal-8.4.6/core/modules/block/tests/modules/block_test_views/block_test_views.info.yml
--- drupal-8.4.5/core/modules/block/tests/modules/block_test_views/block_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/block/tests/modules/block_test_views/block_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- block
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/block_content/block_content.info.yml drupal-8.4.6/core/modules/block_content/block_content.info.yml
--- drupal-8.4.5/core/modules/block_content/block_content.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/block_content/block_content.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -10,8 +10,8 @@
- user
configure: entity.block_content.collection
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml drupal-8.4.6/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml
--- drupal-8.4.5/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- block_content
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml drupal-8.4.6/core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml
--- drupal-8.4.5/core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- block_content
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/block_place/block_place.info.yml drupal-8.4.6/core/modules/block_place/block_place.info.yml
--- drupal-8.4.5/core/modules/block_place/block_place.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/block_place/block_place.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
dependencies:
- block
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/book/book.info.yml drupal-8.4.6/core/modules/book/book.info.yml
--- drupal-8.4.5/core/modules/book/book.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/book/book.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- node
configure: book.settings
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.info.yml drupal-8.4.6/core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.info.yml
--- drupal-8.4.5/core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/book/tests/modules/book_test/book_test.info.yml drupal-8.4.6/core/modules/book/tests/modules/book_test/book_test.info.yml
--- drupal-8.4.5/core/modules/book/tests/modules/book_test/book_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/book/tests/modules/book_test/book_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/book/tests/modules/book_test_views/book_test_views.info.yml drupal-8.4.6/core/modules/book/tests/modules/book_test_views/book_test_views.info.yml
--- drupal-8.4.5/core/modules/book/tests/modules/book_test_views/book_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/book/tests/modules/book_test_views/book_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- book
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/breakpoint/breakpoint.info.yml drupal-8.4.6/core/modules/breakpoint/breakpoint.info.yml
--- drupal-8.4.5/core/modules/breakpoint/breakpoint.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/breakpoint/breakpoint.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml drupal-8.4.6/core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml
--- drupal-8.4.5/core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml drupal-8.4.6/core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml
--- drupal-8.4.5/core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# core: 8.x
base theme: bartik
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/ckeditor/ckeditor.info.yml drupal-8.4.6/core/modules/ckeditor/ckeditor.info.yml
--- drupal-8.4.5/core/modules/ckeditor/ckeditor.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/ckeditor/ckeditor.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- editor
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/ckeditor/tests/modules/ckeditor_test.info.yml drupal-8.4.6/core/modules/ckeditor/tests/modules/ckeditor_test.info.yml
--- drupal-8.4.5/core/modules/ckeditor/tests/modules/ckeditor_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/ckeditor/tests/modules/ckeditor_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/color/color.info.yml drupal-8.4.6/core/modules/color/color.info.yml
--- drupal-8.4.5/core/modules/color/color.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/color/color.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/color/tests/modules/color_test/color_test.info.yml drupal-8.4.6/core/modules/color/tests/modules/color_test/color_test.info.yml
--- drupal-8.4.5/core/modules/color/tests/modules/color_test/color_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/color/tests/modules/color_test/color_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.info.yml drupal-8.4.6/core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.info.yml
--- drupal-8.4.5/core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
libraries:
- color_test_theme/base
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/comment/comment.info.yml drupal-8.4.6/core/modules/comment/comment.info.yml
--- drupal-8.4.5/core/modules/comment/comment.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/comment/comment.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- text
configure: comment.admin
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml drupal-8.4.6/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml
--- drupal-8.4.5/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- comment
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/comment/tests/modules/comment_test/comment_test.info.yml drupal-8.4.6/core/modules/comment/tests/modules/comment_test/comment_test.info.yml
--- drupal-8.4.5/core/modules/comment/tests/modules/comment_test/comment_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/comment/tests/modules/comment_test/comment_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- comment
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/comment/tests/modules/comment_test_views/comment_test_views.info.yml drupal-8.4.6/core/modules/comment/tests/modules/comment_test_views/comment_test_views.info.yml
--- drupal-8.4.5/core/modules/comment/tests/modules/comment_test_views/comment_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/comment/tests/modules/comment_test_views/comment_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- comment
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/config.info.yml drupal-8.4.6/core/modules/config/config.info.yml
--- drupal-8.4.5/core/modules/config/config.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/config.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
configure: config.sync
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_clash_test_theme/config_clash_test_theme.info.yml drupal-8.4.6/core/modules/config/tests/config_clash_test_theme/config_clash_test_theme.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_clash_test_theme/config_clash_test_theme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_clash_test_theme/config_clash_test_theme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
left: Left
right: Right
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_collection_clash_install_test/config_collection_clash_install_test.info.yml drupal-8.4.6/core/modules/config/tests/config_collection_clash_install_test/config_collection_clash_install_test.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_collection_clash_install_test/config_collection_clash_install_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_collection_clash_install_test/config_collection_clash_install_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
dependencies:
- config_collection_install_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_collection_install_test/config_collection_install_test.info.yml drupal-8.4.6/core/modules/config/tests/config_collection_install_test/config_collection_install_test.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_collection_install_test/config_collection_install_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_collection_install_test/config_collection_install_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.info.yml drupal-8.4.6/core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_events_test/config_events_test.info.yml drupal-8.4.6/core/modules/config/tests/config_events_test/config_events_test.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_events_test/config_events_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_events_test/config_events_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_import_test/config_import_test.info.yml drupal-8.4.6/core/modules/config/tests/config_import_test/config_import_test.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_import_test/config_import_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_import_test/config_import_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.info.yml drupal-8.4.6/core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_install_double_dependency_test/config_install_double_dependency_test.info.yml drupal-8.4.6/core/modules/config/tests/config_install_double_dependency_test/config_install_double_dependency_test.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_install_double_dependency_test/config_install_double_dependency_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_install_double_dependency_test/config_install_double_dependency_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_install_fail_test/config_install_fail_test.info.yml drupal-8.4.6/core/modules/config/tests/config_install_fail_test/config_install_fail_test.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_install_fail_test/config_install_fail_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_install_fail_test/config_install_fail_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
dependencies:
- config_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_integration_test/config_integration_test.info.yml drupal-8.4.6/core/modules/config/tests/config_integration_test/config_integration_test.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_integration_test/config_integration_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_integration_test/config_integration_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
dependencies:
- config_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_other_module_config_test/config_other_module_config_test.info.yml drupal-8.4.6/core/modules/config/tests/config_other_module_config_test/config_other_module_config_test.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_other_module_config_test/config_other_module_config_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_other_module_config_test/config_other_module_config_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_override_integration_test/config_override_integration_test.info.yml drupal-8.4.6/core/modules/config/tests/config_override_integration_test/config_override_integration_test.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_override_integration_test/config_override_integration_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_override_integration_test/config_override_integration_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- block
- block_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_override_test/config_override_test.info.yml drupal-8.4.6/core/modules/config/tests/config_override_test/config_override_test.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_override_test/config_override_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_override_test/config_override_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- block
- block_content
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_schema_test/config_schema_test.info.yml drupal-8.4.6/core/modules/config/tests/config_schema_test/config_schema_test.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_schema_test/config_schema_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_schema_test/config_schema_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# core: 8.x
hidden: true
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_test/config_test.info.yml drupal-8.4.6/core/modules/config/tests/config_test/config_test.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_test/config_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_test/config_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config/tests/config_test_language/config_test_language.info.yml drupal-8.4.6/core/modules/config/tests/config_test_language/config_test_language.info.yml
--- drupal-8.4.5/core/modules/config/tests/config_test_language/config_test_language.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config/tests/config_test_language/config_test_language.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# core: 8.x
dependencies:
- config_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config_translation/config_translation.info.yml drupal-8.4.6/core/modules/config_translation/config_translation.info.yml
--- drupal-8.4.5/core/modules/config_translation/config_translation.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config_translation/config_translation.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
dependencies:
- locale
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.info.yml drupal-8.4.6/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.info.yml
--- drupal-8.4.5/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- config_translation
- config_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml drupal-8.4.6/core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml
--- drupal-8.4.5/core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/contact/contact.info.yml drupal-8.4.6/core/modules/contact/contact.info.yml
--- drupal-8.4.5/core/modules/contact/contact.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/contact/contact.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
configure: entity.contact_form.collection
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml drupal-8.4.6/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml
--- drupal-8.4.5/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- contact
- user
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/contact/tests/modules/contact_test/contact_test.info.yml drupal-8.4.6/core/modules/contact/tests/modules/contact_test/contact_test.info.yml
--- drupal-8.4.5/core/modules/contact/tests/modules/contact_test/contact_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/contact/tests/modules/contact_test/contact_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- contact
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/contact/tests/modules/contact_test_views/contact_test_views.info.yml drupal-8.4.6/core/modules/contact/tests/modules/contact_test_views/contact_test_views.info.yml
--- drupal-8.4.5/core/modules/contact/tests/modules/contact_test_views/contact_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/contact/tests/modules/contact_test_views/contact_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- views
- user
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/content_moderation/content_moderation.info.yml drupal-8.4.6/core/modules/content_moderation/content_moderation.info.yml
--- drupal-8.4.5/core/modules/content_moderation/content_moderation.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/content_moderation/content_moderation.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
dependencies:
- workflows
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.info.yml drupal-8.4.6/core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.info.yml
--- drupal-8.4.5/core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- content_moderation
- node
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml drupal-8.4.6/core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml
--- drupal-8.4.5/core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- node
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/content_translation/content_translation.info.yml drupal-8.4.6/core/modules/content_translation/content_translation.info.yml
--- drupal-8.4.5/core/modules/content_translation/content_translation.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/content_translation/content_translation.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
# core: 8.x
configure: language.content_settings_page
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml drupal-8.4.6/core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml
--- drupal-8.4.5/core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- language
- entity_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/content_translation/tests/modules/content_translation_test_views/content_translation_test_views.info.yml drupal-8.4.6/core/modules/content_translation/tests/modules/content_translation_test_views/content_translation_test_views.info.yml
--- drupal-8.4.5/core/modules/content_translation/tests/modules/content_translation_test_views/content_translation_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/content_translation/tests/modules/content_translation_test_views/content_translation_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- content_translation
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/contextual/contextual.info.yml drupal-8.4.6/core/modules/contextual/contextual.info.yml
--- drupal-8.4.5/core/modules/contextual/contextual.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/contextual/contextual.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/contextual/tests/modules/contextual_test/contextual_test.info.yml drupal-8.4.6/core/modules/contextual/tests/modules/contextual_test/contextual_test.info.yml
--- drupal-8.4.5/core/modules/contextual/tests/modules/contextual_test/contextual_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/contextual/tests/modules/contextual_test/contextual_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- contextual
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/datetime/datetime.info.yml drupal-8.4.6/core/modules/datetime/datetime.info.yml
--- drupal-8.4.5/core/modules/datetime/datetime.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/datetime/datetime.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- field
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml drupal-8.4.6/core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml
--- drupal-8.4.5/core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/datetime_range/datetime_range.info.yml drupal-8.4.6/core/modules/datetime_range/datetime_range.info.yml
--- drupal-8.4.5/core/modules/datetime_range/datetime_range.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/datetime_range/datetime_range.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- datetime
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/dblog/dblog.info.yml drupal-8.4.6/core/modules/dblog/dblog.info.yml
--- drupal-8.4.5/core/modules/dblog/dblog.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/dblog/dblog.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
configure: system.logging_settings
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml drupal-8.4.6/core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml
--- drupal-8.4.5/core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- dblog
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml drupal-8.4.6/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml
--- drupal-8.4.5/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.info.yml drupal-8.4.6/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.info.yml
--- drupal-8.4.5/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/editor/editor.info.yml drupal-8.4.6/core/modules/editor/editor.info.yml
--- drupal-8.4.5/core/modules/editor/editor.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/editor/editor.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- file
configure: filter.admin_overview
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/editor/tests/editor_private_test/editor_private_test.info.yml drupal-8.4.6/core/modules/editor/tests/editor_private_test/editor_private_test.info.yml
--- drupal-8.4.5/core/modules/editor/tests/editor_private_test/editor_private_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/editor/tests/editor_private_test/editor_private_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- filter
- ckeditor
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/editor/tests/modules/editor_test.info.yml drupal-8.4.6/core/modules/editor/tests/modules/editor_test.info.yml
--- drupal-8.4.5/core/modules/editor/tests/modules/editor_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/editor/tests/modules/editor_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/entity_reference/entity_reference.info.yml drupal-8.4.6/core/modules/entity_reference/entity_reference.info.yml
--- drupal-8.4.5/core/modules/entity_reference/entity_reference.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/entity_reference/entity_reference.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
hidden: true
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/field/field.info.yml drupal-8.4.6/core/modules/field/field.info.yml
--- drupal-8.4.5/core/modules/field/field.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/field/field.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/field/tests/modules/field_plugins_test/field_plugins_test.info.yml drupal-8.4.6/core/modules/field/tests/modules/field_plugins_test/field_plugins_test.info.yml
--- drupal-8.4.5/core/modules/field/tests/modules/field_plugins_test/field_plugins_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/field/tests/modules/field_plugins_test/field_plugins_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- text
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/field/tests/modules/field_test/field_test.info.yml drupal-8.4.6/core/modules/field/tests/modules/field_test/field_test.info.yml
--- drupal-8.4.5/core/modules/field/tests/modules/field_test/field_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/field/tests/modules/field_test/field_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- entity_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.info.yml drupal-8.4.6/core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.info.yml
--- drupal-8.4.5/core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- field
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/field/tests/modules/field_test_config/field_test_config.info.yml drupal-8.4.6/core/modules/field/tests/modules/field_test_config/field_test_config.info.yml
--- drupal-8.4.5/core/modules/field/tests/modules/field_test_config/field_test_config.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/field/tests/modules/field_test_config/field_test_config.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/field/tests/modules/field_test_views/field_test_views.info.yml drupal-8.4.6/core/modules/field/tests/modules/field_test_views/field_test_views.info.yml
--- drupal-8.4.5/core/modules/field/tests/modules/field_test_views/field_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/field/tests/modules/field_test_views/field_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.info.yml drupal-8.4.6/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.info.yml
--- drupal-8.4.5/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- entity_test
- field_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/field_layout/field_layout.info.yml drupal-8.4.6/core/modules/field_layout/field_layout.info.yml
--- drupal-8.4.5/core/modules/field_layout/field_layout.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/field_layout/field_layout.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- layout_discovery
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.info.yml drupal-8.4.6/core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.info.yml
--- drupal-8.4.5/core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- entity_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/field_ui/field_ui.info.yml drupal-8.4.6/core/modules/field_ui/field_ui.info.yml
--- drupal-8.4.5/core/modules/field_ui/field_ui.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/field_ui/field_ui.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- field
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml drupal-8.4.6/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml
--- drupal-8.4.5/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/file/file.info.yml drupal-8.4.6/core/modules/file/file.info.yml
--- drupal-8.4.5/core/modules/file/file.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/file/file.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- field
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/file/tests/file_module_test/file_module_test.info.yml drupal-8.4.6/core/modules/file/tests/file_module_test/file_module_test.info.yml
--- drupal-8.4.5/core/modules/file/tests/file_module_test/file_module_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/file/tests/file_module_test/file_module_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/file/tests/file_test/file_test.info.yml drupal-8.4.6/core/modules/file/tests/file_test/file_test.info.yml
--- drupal-8.4.5/core/modules/file/tests/file_test/file_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/file/tests/file_test/file_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/file/tests/modules/file_test_views/file_test_views.info.yml drupal-8.4.6/core/modules/file/tests/modules/file_test_views/file_test_views.info.yml
--- drupal-8.4.5/core/modules/file/tests/modules/file_test_views/file_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/file/tests/modules/file_test_views/file_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- file
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/filter/filter.info.yml drupal-8.4.6/core/modules/filter/filter.info.yml
--- drupal-8.4.5/core/modules/filter/filter.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/filter/filter.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
dependencies:
- user
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/filter/tests/filter_test/filter_test.info.yml drupal-8.4.6/core/modules/filter/tests/filter_test/filter_test.info.yml
--- drupal-8.4.5/core/modules/filter/tests/filter_test/filter_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/filter/tests/filter_test/filter_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- filter
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/filter/tests/filter_test_plugin/filter_test_plugin.info.yml drupal-8.4.6/core/modules/filter/tests/filter_test_plugin/filter_test_plugin.info.yml
--- drupal-8.4.5/core/modules/filter/tests/filter_test_plugin/filter_test_plugin.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/filter/tests/filter_test_plugin/filter_test_plugin.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/forum/forum.info.yml drupal-8.4.6/core/modules/forum/forum.info.yml
--- drupal-8.4.5/core/modules/forum/forum.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/forum/forum.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -12,8 +12,8 @@
# core: 8.x
configure: forum.overview
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/forum/tests/modules/forum_test_views/forum_test_views.info.yml drupal-8.4.6/core/modules/forum/tests/modules/forum_test_views/forum_test_views.info.yml
--- drupal-8.4.5/core/modules/forum/tests/modules/forum_test_views/forum_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/forum/tests/modules/forum_test_views/forum_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- forum
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/hal/hal.info.yml drupal-8.4.6/core/modules/hal/hal.info.yml
--- drupal-8.4.5/core/modules/hal/hal.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/hal/hal.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- serialization
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/hal/tests/modules/hal_test/hal_test.info.yml drupal-8.4.6/core/modules/hal/tests/modules/hal_test/hal_test.info.yml
--- drupal-8.4.5/core/modules/hal/tests/modules/hal_test/hal_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/hal/tests/modules/hal_test/hal_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/help/help.info.yml drupal-8.4.6/core/modules/help/help.info.yml
--- drupal-8.4.5/core/modules/help/help.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/help/help.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/help/tests/modules/help_page_test/help_page_test.info.yml drupal-8.4.6/core/modules/help/tests/modules/help_page_test/help_page_test.info.yml
--- drupal-8.4.5/core/modules/help/tests/modules/help_page_test/help_page_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/help/tests/modules/help_page_test/help_page_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
hidden: true
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/help/tests/modules/help_test/help_test.info.yml drupal-8.4.6/core/modules/help/tests/modules/help_test/help_test.info.yml
--- drupal-8.4.5/core/modules/help/tests/modules/help_test/help_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/help/tests/modules/help_test/help_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
dependencies:
- help
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/help/tests/modules/more_help_page_test/more_help_page_test.info.yml drupal-8.4.6/core/modules/help/tests/modules/more_help_page_test/more_help_page_test.info.yml
--- drupal-8.4.5/core/modules/help/tests/modules/more_help_page_test/more_help_page_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/help/tests/modules/more_help_page_test/more_help_page_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
hidden: true
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/history/history.info.yml drupal-8.4.6/core/modules/history/history.info.yml
--- drupal-8.4.5/core/modules/history/history.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/history/history.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- node
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/image/image.info.yml drupal-8.4.6/core/modules/image/image.info.yml
--- drupal-8.4.5/core/modules/image/image.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/image/image.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- file
configure: entity.image_style.collection
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/image/tests/modules/image_module_test/image_module_test.info.yml drupal-8.4.6/core/modules/image/tests/modules/image_module_test/image_module_test.info.yml
--- drupal-8.4.5/core/modules/image/tests/modules/image_module_test/image_module_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/image/tests/modules/image_module_test/image_module_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/image/tests/modules/image_test_views/image_test_views.info.yml drupal-8.4.6/core/modules/image/tests/modules/image_test_views/image_test_views.info.yml
--- drupal-8.4.5/core/modules/image/tests/modules/image_test_views/image_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/image/tests/modules/image_test_views/image_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- image
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/inline_form_errors/inline_form_errors.info.yml drupal-8.4.6/core/modules/inline_form_errors/inline_form_errors.info.yml
--- drupal-8.4.5/core/modules/inline_form_errors/inline_form_errors.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/inline_form_errors/inline_form_errors.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# core: 8.x
package: Core
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/language/language.info.yml drupal-8.4.6/core/modules/language/language.info.yml
--- drupal-8.4.5/core/modules/language/language.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/language/language.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
configure: entity.configurable_language.collection
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/language/tests/language_config_override_test/language_config_override_test.info.yml drupal-8.4.6/core/modules/language/tests/language_config_override_test/language_config_override_test.info.yml
--- drupal-8.4.5/core/modules/language/tests/language_config_override_test/language_config_override_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/language/tests/language_config_override_test/language_config_override_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/language/tests/language_elements_test/language_elements_test.info.yml drupal-8.4.6/core/modules/language/tests/language_elements_test/language_elements_test.info.yml
--- drupal-8.4.5/core/modules/language/tests/language_elements_test/language_elements_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/language/tests/language_elements_test/language_elements_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- entity_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/language/tests/language_test/language_test.info.yml drupal-8.4.6/core/modules/language/tests/language_test/language_test.info.yml
--- drupal-8.4.5/core/modules/language/tests/language_test/language_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/language/tests/language_test/language_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/language/tests/test_module/test_module.info.yml drupal-8.4.6/core/modules/language/tests/test_module/test_module.info.yml
--- drupal-8.4.5/core/modules/language/tests/test_module/test_module.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/language/tests/test_module/test_module.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/layout_discovery/layout_discovery.info.yml drupal-8.4.6/core/modules/layout_discovery/layout_discovery.info.yml
--- drupal-8.4.5/core/modules/layout_discovery/layout_discovery.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/layout_discovery/layout_discovery.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/link/link.info.yml drupal-8.4.6/core/modules/link/link.info.yml
--- drupal-8.4.5/core/modules/link/link.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/link/link.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- field
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/link/tests/modules/link_test_views/link_test_views.info.yml drupal-8.4.6/core/modules/link/tests/modules/link_test_views/link_test_views.info.yml
--- drupal-8.4.5/core/modules/link/tests/modules/link_test_views/link_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/link/tests/modules/link_test_views/link_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- views
- link
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/locale/locale.info.yml drupal-8.4.6/core/modules/locale/locale.info.yml
--- drupal-8.4.5/core/modules/locale/locale.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/locale/locale.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- language
- file
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/locale/tests/modules/early_translation_test/early_translation_test.info.yml drupal-8.4.6/core/modules/locale/tests/modules/early_translation_test/early_translation_test.info.yml
--- drupal-8.4.5/core/modules/locale/tests/modules/early_translation_test/early_translation_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/locale/tests/modules/early_translation_test/early_translation_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/locale/tests/modules/locale_test/locale_test.info.yml drupal-8.4.6/core/modules/locale/tests/modules/locale_test/locale_test.info.yml
--- drupal-8.4.5/core/modules/locale/tests/modules/locale_test/locale_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/locale/tests/modules/locale_test/locale_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
'interface translation project': locale_test
'interface translation server pattern': core/modules/locale/test/test.%language.po
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.info.yml drupal-8.4.6/core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.info.yml
--- drupal-8.4.5/core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
hidden: true
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info.yml drupal-8.4.6/core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info.yml
--- drupal-8.4.5/core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
'interface translation project': locale_test_translate
'interface translation server pattern': core/modules/locale/tests/test.%language.po
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/media/media.info.yml drupal-8.4.6/core/modules/media/media.info.yml
--- drupal-8.4.5/core/modules/media/media.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/media/media.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -10,8 +10,8 @@
- image
- user
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/media/tests/modules/media_test_source/media_test_source.info.yml drupal-8.4.6/core/modules/media/tests/modules/media_test_source/media_test_source.info.yml
--- drupal-8.4.5/core/modules/media/tests/modules/media_test_source/media_test_source.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/media/tests/modules/media_test_source/media_test_source.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/media/tests/modules/media_test_type/media_test_type.info.yml drupal-8.4.6/core/modules/media/tests/modules/media_test_type/media_test_type.info.yml
--- drupal-8.4.5/core/modules/media/tests/modules/media_test_type/media_test_type.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/media/tests/modules/media_test_type/media_test_type.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- media_test_source
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/media/tests/modules/media_test_views/media_test_views.info.yml drupal-8.4.6/core/modules/media/tests/modules/media_test_views/media_test_views.info.yml
--- drupal-8.4.5/core/modules/media/tests/modules/media_test_views/media_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/media/tests/modules/media_test_views/media_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- media
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/menu_link_content/menu_link_content.info.yml drupal-8.4.6/core/modules/menu_link_content/menu_link_content.info.yml
--- drupal-8.4.5/core/modules/menu_link_content/menu_link_content.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/menu_link_content/menu_link_content.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- link
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.info.yml drupal-8.4.6/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.info.yml
--- drupal-8.4.5/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
dependencies:
- menu_link_content
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml drupal-8.4.6/core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml
--- drupal-8.4.5/core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -3,8 +3,8 @@
# core: 8.x
hidden: true
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/menu_ui/menu_ui.info.yml drupal-8.4.6/core/modules/menu_ui/menu_ui.info.yml
--- drupal-8.4.5/core/modules/menu_ui/menu_ui.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/menu_ui/menu_ui.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
dependencies:
- menu_link_content
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/migrate/migrate.info.yml drupal-8.4.6/core/modules/migrate/migrate.info.yml
--- drupal-8.4.5/core/modules/migrate/migrate.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/migrate/migrate.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/migrate/tests/modules/migrate_entity_test/migrate_entity_test.info.yml drupal-8.4.6/core/modules/migrate/tests/modules/migrate_entity_test/migrate_entity_test.info.yml
--- drupal-8.4.5/core/modules/migrate/tests/modules/migrate_entity_test/migrate_entity_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/migrate/tests/modules/migrate_entity_test/migrate_entity_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/migrate/tests/modules/migrate_events_test/migrate_events_test.info.yml drupal-8.4.6/core/modules/migrate/tests/modules/migrate_events_test/migrate_events_test.info.yml
--- drupal-8.4.5/core/modules/migrate/tests/modules/migrate_events_test/migrate_events_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/migrate/tests/modules/migrate_events_test/migrate_events_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/migrate/tests/modules/migrate_external_translated_test/migrate_external_translated_test.info.yml drupal-8.4.6/core/modules/migrate/tests/modules/migrate_external_translated_test/migrate_external_translated_test.info.yml
--- drupal-8.4.5/core/modules/migrate/tests/modules/migrate_external_translated_test/migrate_external_translated_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/migrate/tests/modules/migrate_external_translated_test/migrate_external_translated_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
- node
- migrate
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/migrate/tests/modules/migrate_high_water_test/migrate_high_water_test.info.yml drupal-8.4.6/core/modules/migrate/tests/modules/migrate_high_water_test/migrate_high_water_test.info.yml
--- drupal-8.4.5/core/modules/migrate/tests/modules/migrate_high_water_test/migrate_high_water_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/migrate/tests/modules/migrate_high_water_test/migrate_high_water_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
dependencies:
- migrate
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml drupal-8.4.6/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml
--- drupal-8.4.5/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml drupal-8.4.6/core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml
--- drupal-8.4.5/core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
dependencies:
- migrate
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/migrate_drupal/migrate_drupal.info.yml drupal-8.4.6/core/modules/migrate_drupal/migrate_drupal.info.yml
--- drupal-8.4.5/core/modules/migrate_drupal/migrate_drupal.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/migrate_drupal/migrate_drupal.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- migrate
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/migrate_cckfield_plugin_manager_test.info.yml drupal-8.4.6/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/migrate_cckfield_plugin_manager_test.info.yml
--- drupal-8.4.5/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/migrate_cckfield_plugin_manager_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/migrate_cckfield_plugin_manager_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/migrate_field_plugin_manager_test.info.yml drupal-8.4.6/core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/migrate_field_plugin_manager_test.info.yml
--- drupal-8.4.5/core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/migrate_field_plugin_manager_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/migrate_field_plugin_manager_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrate_overwrite_test.info.yml drupal-8.4.6/core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrate_overwrite_test.info.yml
--- drupal-8.4.5/core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrate_overwrite_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrate_overwrite_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml drupal-8.4.6/core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml
--- drupal-8.4.5/core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -10,8 +10,8 @@
- migrate_drupal
- dblog
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migration_provider_test.info.yml drupal-8.4.6/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migration_provider_test.info.yml
--- drupal-8.4.5/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migration_provider_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migration_provider_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/node/node.info.yml drupal-8.4.6/core/modules/node/node.info.yml
--- drupal-8.4.5/core/modules/node/node.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/node/node.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
dependencies:
- text
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/node/tests/modules/node_access_test/node_access_test.info.yml drupal-8.4.6/core/modules/node/tests/modules/node_access_test/node_access_test.info.yml
--- drupal-8.4.5/core/modules/node/tests/modules/node_access_test/node_access_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/node/tests/modules/node_access_test/node_access_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.info.yml drupal-8.4.6/core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.info.yml
--- drupal-8.4.5/core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.info.yml drupal-8.4.6/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.info.yml
--- drupal-8.4.5/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- options
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/node/tests/modules/node_test/node_test.info.yml drupal-8.4.6/core/modules/node/tests/modules/node_test/node_test.info.yml
--- drupal-8.4.5/core/modules/node/tests/modules/node_test/node_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/node/tests/modules/node_test/node_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/node/tests/modules/node_test_config/node_test_config.info.yml drupal-8.4.6/core/modules/node/tests/modules/node_test_config/node_test_config.info.yml
--- drupal-8.4.5/core/modules/node/tests/modules/node_test_config/node_test_config.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/node/tests/modules/node_test_config/node_test_config.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/node/tests/modules/node_test_exception/node_test_exception.info.yml drupal-8.4.6/core/modules/node/tests/modules/node_test_exception/node_test_exception.info.yml
--- drupal-8.4.5/core/modules/node/tests/modules/node_test_exception/node_test_exception.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/node/tests/modules/node_test_exception/node_test_exception.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/node/tests/modules/node_test_views/node_test_views.info.yml drupal-8.4.6/core/modules/node/tests/modules/node_test_views/node_test_views.info.yml
--- drupal-8.4.5/core/modules/node/tests/modules/node_test_views/node_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/node/tests/modules/node_test_views/node_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- views
- language
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/node/tests/node_access_test_auto_bubbling/node_access_test_auto_bubbling.info.yml drupal-8.4.6/core/modules/node/tests/node_access_test_auto_bubbling/node_access_test_auto_bubbling.info.yml
--- drupal-8.4.5/core/modules/node/tests/node_access_test_auto_bubbling/node_access_test_auto_bubbling.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/node/tests/node_access_test_auto_bubbling/node_access_test_auto_bubbling.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/options/options.info.yml drupal-8.4.6/core/modules/options/options.info.yml
--- drupal-8.4.5/core/modules/options/options.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/options/options.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- field
- text
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml drupal-8.4.6/core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml
--- drupal-8.4.5/core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- node
- options
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/options/tests/options_test/options_test.info.yml drupal-8.4.6/core/modules/options/tests/options_test/options_test.info.yml
--- drupal-8.4.5/core/modules/options/tests/options_test/options_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/options/tests/options_test/options_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/options/tests/options_test_views/options_test_views.info.yml drupal-8.4.6/core/modules/options/tests/options_test_views/options_test_views.info.yml
--- drupal-8.4.5/core/modules/options/tests/options_test_views/options_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/options/tests/options_test_views/options_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- options
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/page_cache/page_cache.info.yml drupal-8.4.6/core/modules/page_cache/page_cache.info.yml
--- drupal-8.4.5/core/modules/page_cache/page_cache.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/page_cache/page_cache.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/page_cache/tests/modules/page_cache_form_test.info.yml drupal-8.4.6/core/modules/page_cache/tests/modules/page_cache_form_test.info.yml
--- drupal-8.4.5/core/modules/page_cache/tests/modules/page_cache_form_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/page_cache/tests/modules/page_cache_form_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/path/path.info.yml drupal-8.4.6/core/modules/path/path.info.yml
--- drupal-8.4.5/core/modules/path/path.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/path/path.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
configure: path.admin_overview
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/quickedit/quickedit.info.yml drupal-8.4.6/core/modules/quickedit/quickedit.info.yml
--- drupal-8.4.5/core/modules/quickedit/quickedit.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/quickedit/quickedit.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- field
- filter
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/quickedit/tests/modules/quickedit_test.info.yml drupal-8.4.6/core/modules/quickedit/tests/modules/quickedit_test.info.yml
--- drupal-8.4.5/core/modules/quickedit/tests/modules/quickedit_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/quickedit/tests/modules/quickedit_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/rdf/rdf.info.yml drupal-8.4.6/core/modules/rdf/rdf.info.yml
--- drupal-8.4.5/core/modules/rdf/rdf.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/rdf/rdf.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.info.yml drupal-8.4.6/core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.info.yml
--- drupal-8.4.5/core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- rdf
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.info.yml drupal-8.4.6/core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.info.yml
--- drupal-8.4.5/core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- rdf
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/responsive_image/responsive_image.info.yml drupal-8.4.6/core/modules/responsive_image/responsive_image.info.yml
--- drupal-8.4.5/core/modules/responsive_image/responsive_image.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/responsive_image/responsive_image.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- image
configure: entity.responsive_image_style.collection
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.info.yml drupal-8.4.6/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.info.yml
--- drupal-8.4.5/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/rest/rest.info.yml drupal-8.4.6/core/modules/rest/rest.info.yml
--- drupal-8.4.5/core/modules/rest/rest.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/rest/rest.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- serialization
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/rest/tests/modules/config_test_rest/config_test_rest.info.yml drupal-8.4.6/core/modules/rest/tests/modules/config_test_rest/config_test_rest.info.yml
--- drupal-8.4.5/core/modules/rest/tests/modules/config_test_rest/config_test_rest.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/rest/tests/modules/config_test_rest/config_test_rest.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
dependencies:
- config_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/rest/tests/modules/rest_test/rest_test.info.yml drupal-8.4.6/core/modules/rest/tests/modules/rest_test/rest_test.info.yml
--- drupal-8.4.5/core/modules/rest/tests/modules/rest_test/rest_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/rest/tests/modules/rest_test/rest_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- rest
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml drupal-8.4.6/core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml
--- drupal-8.4.5/core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- rest
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/search/search.info.yml drupal-8.4.6/core/modules/search/search.info.yml
--- drupal-8.4.5/core/modules/search/search.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/search/search.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
configure: entity.search_page.collection
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml drupal-8.4.6/core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml
--- drupal-8.4.5/core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml drupal-8.4.6/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml
--- drupal-8.4.5/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml drupal-8.4.6/core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml
--- drupal-8.4.5/core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- test_page_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.info.yml drupal-8.4.6/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.info.yml
--- drupal-8.4.5/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml drupal-8.4.6/core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml
--- drupal-8.4.5/core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/serialization/serialization.info.yml drupal-8.4.6/core/modules/serialization/serialization.info.yml
--- drupal-8.4.5/core/modules/serialization/serialization.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/serialization/serialization.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.info.yml drupal-8.4.6/core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.info.yml
--- drupal-8.4.5/core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.info.yml drupal-8.4.6/core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.info.yml
--- drupal-8.4.5/core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/serialization/tests/modules/field_normalization_test/field_normalization_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/serialization/tests/serialization_test/serialization_test.info.yml drupal-8.4.6/core/modules/serialization/tests/serialization_test/serialization_test.info.yml
--- drupal-8.4.5/core/modules/serialization/tests/serialization_test/serialization_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/serialization/tests/serialization_test/serialization_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/settings_tray/settings_tray.info.yml drupal-8.4.6/core/modules/settings_tray/settings_tray.info.yml
--- drupal-8.4.5/core/modules/settings_tray/settings_tray.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/settings_tray/settings_tray.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- toolbar
- contextual
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/settings_tray/tests/modules/off_canvas_test/off_canvas_test.info.yml drupal-8.4.6/core/modules/settings_tray/tests/modules/off_canvas_test/off_canvas_test.info.yml
--- drupal-8.4.5/core/modules/settings_tray/tests/modules/off_canvas_test/off_canvas_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/settings_tray/tests/modules/off_canvas_test/off_canvas_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- block
- settings_tray
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/settings_tray/tests/modules/settings_tray_test/settings_tray_test.info.yml drupal-8.4.6/core/modules/settings_tray/tests/modules/settings_tray_test/settings_tray_test.info.yml
--- drupal-8.4.5/core/modules/settings_tray/tests/modules/settings_tray_test/settings_tray_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/settings_tray/tests/modules/settings_tray_test/settings_tray_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- block
- settings_tray
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.info.yml drupal-8.4.6/core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.info.yml
--- drupal-8.4.5/core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- settings_tray
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/shortcut/shortcut.info.yml drupal-8.4.6/core/modules/shortcut/shortcut.info.yml
--- drupal-8.4.5/core/modules/shortcut/shortcut.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/shortcut/shortcut.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
dependencies:
- link
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/simpletest/simpletest.info.yml drupal-8.4.6/core/modules/simpletest/simpletest.info.yml
--- drupal-8.4.5/core/modules/simpletest/simpletest.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/simpletest/simpletest.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
configure: simpletest.settings
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/simpletest/tests/modules/phpunit_test/phpunit_test.info.yml drupal-8.4.6/core/modules/simpletest/tests/modules/phpunit_test/phpunit_test.info.yml
--- drupal-8.4.5/core/modules/simpletest/tests/modules/phpunit_test/phpunit_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/simpletest/tests/modules/phpunit_test/phpunit_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.info.yml drupal-8.4.6/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.info.yml
--- drupal-8.4.5/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- entity_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/statistics/statistics.info.yml drupal-8.4.6/core/modules/statistics/statistics.info.yml
--- drupal-8.4.5/core/modules/statistics/statistics.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/statistics/statistics.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
dependencies:
- node
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/statistics/tests/modules/statistics_test_views/statistics_test_views.info.yml drupal-8.4.6/core/modules/statistics/tests/modules/statistics_test_views/statistics_test_views.info.yml
--- drupal-8.4.5/core/modules/statistics/tests/modules/statistics_test_views/statistics_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/statistics/tests/modules/statistics_test_views/statistics_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- statistics
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/statistics/tests/themes/statistics_test_attached/statistics_test_attached.info.yml drupal-8.4.6/core/modules/statistics/tests/themes/statistics_test_attached/statistics_test_attached.info.yml
--- drupal-8.4.5/core/modules/statistics/tests/themes/statistics_test_attached/statistics_test_attached.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/statistics/tests/themes/statistics_test_attached/statistics_test_attached.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/syslog/syslog.info.yml drupal-8.4.6/core/modules/syslog/syslog.info.yml
--- drupal-8.4.5/core/modules/syslog/syslog.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/syslog/syslog.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
configure: system.logging_settings
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/syslog/tests/modules/syslog_test/syslog_test.info.yml drupal-8.4.6/core/modules/syslog/tests/modules/syslog_test/syslog_test.info.yml
--- drupal-8.4.5/core/modules/syslog/tests/modules/syslog_test/syslog_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/syslog/tests/modules/syslog_test/syslog_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- syslog
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/system.info.yml drupal-8.4.6/core/modules/system/system.info.yml
--- drupal-8.4.5/core/modules/system/system.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/system.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
required: true
configure: system.admin_config_system
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/action_test/action_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/action_test/action_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/action_test/action_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/action_test/action_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/ajax_test/ajax_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/ajax_test/ajax_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/ajax_test/ajax_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/ajax_test/ajax_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- contact
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/batch_test/batch_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/batch_test/batch_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/batch_test/batch_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/batch_test/batch_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/cache_test/cache_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/cache_test/cache_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/cache_test/cache_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/cache_test/cache_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/common_test/common_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/common_test/common_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/common_test/common_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/common_test/common_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml drupal-8.4.6/core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/condition_test/condition_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/condition_test/condition_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/condition_test/condition_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/condition_test/condition_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/conneg_test/conneg_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/conneg_test/conneg_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/conneg_test/conneg_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/conneg_test/conneg_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/csrf_test/csrf_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/csrf_test/csrf_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/csrf_test/csrf_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/csrf_test/csrf_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/database_test/database_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/database_test/database_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/database_test/database_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/database_test/database_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/deprecation_test/deprecation_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/deprecation_test/deprecation_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/deprecation_test/deprecation_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/deprecation_test/deprecation_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/display_variant_test/display_variant_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/display_variant_test/display_variant_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/display_variant_test/display_variant_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/display_variant_test/display_variant_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/entity_reference_test/entity_reference_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/entity_reference_test/entity_reference_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/entity_reference_test/entity_reference_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/entity_reference_test/entity_reference_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -10,8 +10,8 @@
- views
- entity_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml drupal-8.4.6/core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- entity_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/entity_test/entity_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/entity_test/entity_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/entity_test/entity_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/entity_test/entity_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- field
- text
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.info.yml drupal-8.4.6/core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- entity_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/entity_test_extra/entity_test_extra.info.yml drupal-8.4.6/core/modules/system/tests/modules/entity_test_extra/entity_test_extra.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/entity_test_extra/entity_test_extra.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/entity_test_extra/entity_test_extra.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- entity_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/entity_test_operation/entity_test_operation.info.yml drupal-8.4.6/core/modules/system/tests/modules/entity_test_operation/entity_test_operation.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/entity_test_operation/entity_test_operation.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/entity_test_operation/entity_test_operation.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/entity_test_revlog/entity_test_revlog.info.yml drupal-8.4.6/core/modules/system/tests/modules/entity_test_revlog/entity_test_revlog.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/entity_test_revlog/entity_test_revlog.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/entity_test_revlog/entity_test_revlog.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/entity_test_schema_converter/entity_test_schema_converter.info.yml drupal-8.4.6/core/modules/system/tests/modules/entity_test_schema_converter/entity_test_schema_converter.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/entity_test_schema_converter/entity_test_schema_converter.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/entity_test_schema_converter/entity_test_schema_converter.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
dependencies:
- entity_test_update
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml drupal-8.4.6/core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- entity_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/entity_test_update/entity_test_update.info.yml drupal-8.4.6/core/modules/system/tests/modules/entity_test_update/entity_test_update.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/entity_test_update/entity_test_update.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/entity_test_update/entity_test_update.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/error_service_test/error_service_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/error_service_test/error_service_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/error_service_test/error_service_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/error_service_test/error_service_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/error_test/error_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/error_test/error_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/error_test/error_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/error_test/error_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: 8.y.x-unstable
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/form_test/form_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/form_test/form_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/form_test/form_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/form_test/form_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/image_test/image_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/image_test/image_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/image_test/image_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/image_test/image_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml drupal-8.4.6/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
dependencies:
- entity_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/layout_test/layout_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/layout_test/layout_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/layout_test/layout_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/layout_test/layout_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/link_generation_test/link_generation_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/link_generation_test/link_generation_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/link_generation_test/link_generation_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/link_generation_test/link_generation_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/menu_test/menu_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/menu_test/menu_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/menu_test/menu_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/menu_test/menu_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- test_page_test
- menu_ui
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/module_cachebin/module_cachebin.info.yml drupal-8.4.6/core/modules/system/tests/modules/module_cachebin/module_cachebin.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/module_cachebin/module_cachebin.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/module_cachebin/module_cachebin.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
hidden: true
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.info.yml drupal-8.4.6/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
hidden: true
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml drupal-8.4.6/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
dependencies:
- module_handler_test_multiple
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml drupal-8.4.6/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# core: 8.x
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml drupal-8.4.6/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- module_install_class_loader_test1
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/module_installer_config_test/module_installer_config_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/module_installer_config_test/module_installer_config_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/module_installer_config_test/module_installer_config_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/module_installer_config_test/module_installer_config_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/module_required_test/module_required_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/module_required_test/module_required_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/module_required_test/module_required_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/module_required_test/module_required_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -10,8 +10,8 @@
dependencies:
- drupal:node (>=8.x)
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/module_test/module_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/module_test/module_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/module_test/module_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/module_test/module_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/pager_test/pager_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/pager_test/pager_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/pager_test/pager_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/pager_test/pager_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/path_encoded_test/path_encoded_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/path_encoded_test/path_encoded_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/path_encoded_test/path_encoded_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/path_encoded_test/path_encoded_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/path_test/path_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/path_test/path_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/path_test/path_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/path_test/path_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/plugin_test/plugin_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/plugin_test/plugin_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/plugin_test/plugin_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/plugin_test/plugin_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml drupal-8.4.6/core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/render_array_non_html_subscriber_test/render_array_non_html_subscriber_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/render_array_non_html_subscriber_test/render_array_non_html_subscriber_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/render_array_non_html_subscriber_test/render_array_non_html_subscriber_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/render_array_non_html_subscriber_test/render_array_non_html_subscriber_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/render_attached_test/render_attached_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/render_attached_test/render_attached_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/render_attached_test/render_attached_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/render_attached_test/render_attached_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- block
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/render_placeholder_message_test/render_placeholder_message_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/render_placeholder_message_test/render_placeholder_message_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/render_placeholder_message_test/render_placeholder_message_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/render_placeholder_message_test/render_placeholder_message_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/router_test_directory/router_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/router_test_directory/router_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/router_test_directory/router_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/router_test_directory/router_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/service_provider_test/service_provider_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/service_provider_test/service_provider_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/service_provider_test/service_provider_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/service_provider_test/service_provider_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/session_test/session_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/session_test/session_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/session_test/session_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/session_test/session_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- _missing_dependency
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- system_incompatible_core_version_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/system_incompatible_core_version_test/system_incompatible_core_version_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/system_incompatible_core_version_test/system_incompatible_core_version_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/system_incompatible_core_version_test/system_incompatible_core_version_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/system_incompatible_core_version_test/system_incompatible_core_version_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 5.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- 'system_incompatible_module_version_test (>2.0)'
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: '1.0'
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/system_incompatible_php_version_test/system_incompatible_php_version_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/system_incompatible_php_version_test/system_incompatible_php_version_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/system_incompatible_php_version_test/system_incompatible_php_version_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/system_incompatible_php_version_test/system_incompatible_php_version_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
php: 6502
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/system_mail_failure_test/system_mail_failure_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/system_mail_failure_test/system_mail_failure_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/system_mail_failure_test/system_mail_failure_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/system_mail_failure_test/system_mail_failure_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/system_module_test/system_module_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/system_module_test/system_module_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/system_module_test/system_module_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/system_module_test/system_module_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- drupal:filter
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/system_test/system_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/system_test/system_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/system_test/system_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/system_test/system_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
configure_parameters:
foo: bar
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/test_page_test/test_page_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/test_page_test/test_page_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/test_page_test/test_page_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/test_page_test/test_page_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/theme_region_test/theme_region_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/theme_region_test/theme_region_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/theme_region_test/theme_region_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/theme_region_test/theme_region_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/theme_test/theme_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/theme_test/theme_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/theme_test/theme_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/theme_test/theme_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/token_test/token_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/token_test/token_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/token_test/token_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/token_test/token_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
- user
- node
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/twig_loader_test/twig_loader_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/twig_loader_test/twig_loader_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/twig_loader_test/twig_loader_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/twig_loader_test/twig_loader_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/twig_namespace_a.info.yml drupal-8.4.6/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/twig_namespace_a.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/twig_namespace_a.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/twig_namespace_a.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/twig_namespace_b.info.yml drupal-8.4.6/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/twig_namespace_b.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/twig_namespace_b.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/twig_namespace_b.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/update_script_test/update_script_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/update_script_test/update_script_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/update_script_test/update_script_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/update_script_test/update_script_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/update_test_0/update_test_0.info.yml drupal-8.4.6/core/modules/system/tests/modules/update_test_0/update_test_0.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/update_test_0/update_test_0.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/update_test_0/update_test_0.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/update_test_1/update_test_1.info.yml drupal-8.4.6/core/modules/system/tests/modules/update_test_1/update_test_1.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/update_test_1/update_test_1.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/update_test_1/update_test_1.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/update_test_2/update_test_2.info.yml drupal-8.4.6/core/modules/system/tests/modules/update_test_2/update_test_2.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/update_test_2/update_test_2.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/update_test_2/update_test_2.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/update_test_3/update_test_3.info.yml drupal-8.4.6/core/modules/system/tests/modules/update_test_3/update_test_3.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/update_test_3/update_test_3.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/update_test_3/update_test_3.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/update_test_failing/update_test_failing.info.yml drupal-8.4.6/core/modules/system/tests/modules/update_test_failing/update_test_failing.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/update_test_failing/update_test_failing.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/update_test_failing/update_test_failing.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.info.yml drupal-8.4.6/core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml drupal-8.4.6/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/update_test_schema/update_test_schema.info.yml drupal-8.4.6/core/modules/system/tests/modules/update_test_schema/update_test_schema.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/update_test_schema/update_test_schema.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/update_test_schema/update_test_schema.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.info.yml drupal-8.4.6/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml drupal-8.4.6/core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml
--- drupal-8.4.5/core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
package: Testing
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.info.yml drupal-8.4.6/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
package: Core
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -23,8 +23,8 @@
classy/base:
- test_basetheme/global-styling
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_ckeditor_stylesheets_external/test_ckeditor_stylesheets_external.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_ckeditor_stylesheets_external/test_ckeditor_stylesheets_external.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_ckeditor_stylesheets_external/test_ckeditor_stylesheets_external.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_ckeditor_stylesheets_external/test_ckeditor_stylesheets_external.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
ckeditor_stylesheets:
- https://fonts.googleapis.com/css?family=Open+Sans
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_ckeditor_stylesheets_protocol_relative/test_ckeditor_stylesheets_protocol_relative.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_ckeditor_stylesheets_protocol_relative/test_ckeditor_stylesheets_protocol_relative.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_ckeditor_stylesheets_protocol_relative/test_ckeditor_stylesheets_protocol_relative.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_ckeditor_stylesheets_protocol_relative/test_ckeditor_stylesheets_protocol_relative.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
ckeditor_stylesheets:
- //fonts.googleapis.com/css?family=Open+Sans
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/test_ckeditor_stylesheets_relative.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/test_ckeditor_stylesheets_relative.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/test_ckeditor_stylesheets_relative.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/test_ckeditor_stylesheets_relative.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
ckeditor_stylesheets:
- css/yokotsoko.css
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# core: 8.x
base theme: not_real_test_basetheme
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_invalid_basetheme_sub/test_invalid_basetheme_sub.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_invalid_basetheme_sub/test_invalid_basetheme_sub.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_invalid_basetheme_sub/test_invalid_basetheme_sub.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_invalid_basetheme_sub/test_invalid_basetheme_sub.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# core: 8.x
base theme: test_invalid_basetheme
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_invalid_core/test_invalid_core.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_invalid_core/test_invalid_core.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_invalid_core/test_invalid_core.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_invalid_core/test_invalid_core.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 7.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_invalid_engine/test_invalid_engine.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_invalid_engine/test_invalid_engine.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_invalid_engine/test_invalid_engine.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_invalid_engine/test_invalid_engine.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
engine: not_real_engine
base theme: false
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_invalid_region/test_invalid_region.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_invalid_region/test_invalid_region.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_invalid_region/test_invalid_region.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_invalid_region/test_invalid_region.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
regions:
- foo: Foo
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_stable/test_stable.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_stable/test_stable.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_stable/test_stable.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_stable/test_stable.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# core: 8.x
base theme: test_subtheme
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -14,8 +14,8 @@
classy/base:
- test_subtheme/global-styling
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_theme/test_theme.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_theme/test_theme.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_theme/test_theme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_theme/test_theme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -66,8 +66,8 @@
left: Left
right: Right
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_theme_having_veery_long_name_which_is_too_long/test_theme_having_veery_long_name_which_is_too_long.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_theme_having_veery_long_name_which_is_too_long/test_theme_having_veery_long_name_which_is_too_long.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_theme_having_veery_long_name_which_is_too_long/test_theme_having_veery_long_name_which_is_too_long.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_theme_having_veery_long_name_which_is_too_long/test_theme_having_veery_long_name_which_is_too_long.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -3,8 +3,8 @@
name: 'Test theme with a too long name'
# version: VERSION
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_theme_libraries_empty/test_theme_libraries_empty.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_theme_libraries_empty/test_theme_libraries_empty.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_theme_libraries_empty/test_theme_libraries_empty.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_theme_libraries_empty/test_theme_libraries_empty.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
libraries:
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -14,8 +14,8 @@
- not_a_string:
expected: 'an exception'
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_theme_libraries_override_with_drupal_settings/test_theme_libraries_override_with_drupal_settings.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_theme_libraries_override_with_drupal_settings/test_theme_libraries_override_with_drupal_settings.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_theme_libraries_override_with_drupal_settings/test_theme_libraries_override_with_drupal_settings.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_theme_libraries_override_with_drupal_settings/test_theme_libraries_override_with_drupal_settings.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -11,8 +11,8 @@
drupalSettings:
ajaxPageState: { }
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_theme_libraries_override_with_invalid_asset/test_theme_libraries_override_with_invalid_asset.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_theme_libraries_override_with_invalid_asset/test_theme_libraries_override_with_invalid_asset.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_theme_libraries_override_with_invalid_asset/test_theme_libraries_override_with_invalid_asset.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_theme_libraries_override_with_invalid_asset/test_theme_libraries_override_with_invalid_asset.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -10,8 +10,8 @@
core/drupal.dialog:
css: false
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
engine: nyan_cat
base theme: false
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_theme_settings/test_theme_settings.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_theme_settings/test_theme_settings.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_theme_settings/test_theme_settings.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_theme_settings/test_theme_settings.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# core: 8.x
base theme: false
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_theme_theme/test_theme_theme.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_theme_theme/test_theme_theme.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_theme_theme/test_theme_theme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_theme_theme/test_theme_theme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# core: 8.x
base theme: false
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_theme_twig_registry_loader/test_theme_twig_registry_loader.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_theme_twig_registry_loader/test_theme_twig_registry_loader.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_theme_twig_registry_loader/test_theme_twig_registry_loader.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_theme_twig_registry_loader/test_theme_twig_registry_loader.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_theme_twig_registry_loader_subtheme/test_theme_twig_registry_loader_subtheme.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_theme_twig_registry_loader_subtheme/test_theme_twig_registry_loader_subtheme.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_theme_twig_registry_loader_subtheme/test_theme_twig_registry_loader_subtheme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_theme_twig_registry_loader_subtheme/test_theme_twig_registry_loader_subtheme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/test_theme_twig_registry_loader_theme.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/test_theme_twig_registry_loader_theme.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/test_theme_twig_registry_loader_theme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/test_theme_twig_registry_loader_theme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/system/tests/themes/test_wild_west/test_wild_west.info.yml drupal-8.4.6/core/modules/system/tests/themes/test_wild_west/test_wild_west.info.yml
--- drupal-8.4.5/core/modules/system/tests/themes/test_wild_west/test_wild_west.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/system/tests/themes/test_wild_west/test_wild_west.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
base theme: false
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/taxonomy/taxonomy.info.yml drupal-8.4.6/core/modules/taxonomy/taxonomy.info.yml
--- drupal-8.4.5/core/modules/taxonomy/taxonomy.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/taxonomy/taxonomy.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- text
configure: entity.taxonomy_vocabulary.collection
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.info.yml drupal-8.4.6/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.info.yml
--- drupal-8.4.5/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- taxonomy
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml drupal-8.4.6/core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml
--- drupal-8.4.5/core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- taxonomy
- migrate
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml drupal-8.4.6/core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml
--- drupal-8.4.5/core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- taxonomy
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml drupal-8.4.6/core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml
--- drupal-8.4.5/core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- taxonomy
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml drupal-8.4.6/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml
--- drupal-8.4.5/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
dependencies:
- taxonomy
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/telephone/telephone.info.yml drupal-8.4.6/core/modules/telephone/telephone.info.yml
--- drupal-8.4.5/core/modules/telephone/telephone.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/telephone/telephone.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- field
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/text/text.info.yml drupal-8.4.6/core/modules/text/text.info.yml
--- drupal-8.4.5/core/modules/text/text.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/text/text.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- field
- filter
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.info.yml drupal-8.4.6/core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.info.yml
--- drupal-8.4.5/core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml drupal-8.4.6/core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml
--- drupal-8.4.5/core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/toolbar/toolbar.info.yml drupal-8.4.6/core/modules/toolbar/toolbar.info.yml
--- drupal-8.4.5/core/modules/toolbar/toolbar.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/toolbar/toolbar.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- breakpoint
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/tour/tests/tour_test/tour_test.info.yml drupal-8.4.6/core/modules/tour/tests/tour_test/tour_test.info.yml
--- drupal-8.4.5/core/modules/tour/tests/tour_test/tour_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/tour/tests/tour_test/tour_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- tour
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/tour/tour.info.yml drupal-8.4.6/core/modules/tour/tour.info.yml
--- drupal-8.4.5/core/modules/tour/tour.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/tour/tour.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml drupal-8.4.6/core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml
--- drupal-8.4.5/core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- tracker
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/tracker/tracker.info.yml drupal-8.4.6/core/modules/tracker/tracker.info.yml
--- drupal-8.4.5/core/modules/tracker/tracker.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/tracker/tracker.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/update/tests/aaa_update_test/aaa_update_test.info.yml drupal-8.4.6/core/modules/update/tests/aaa_update_test/aaa_update_test.info.yml
--- drupal-8.4.5/core/modules/update/tests/aaa_update_test/aaa_update_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/update/tests/aaa_update_test/aaa_update_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml drupal-8.4.6/core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml
--- drupal-8.4.5/core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml drupal-8.4.6/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml
--- drupal-8.4.5/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml drupal-8.4.6/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml
--- drupal-8.4.5/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/update/tests/modules/update_test/update_test.info.yml drupal-8.4.6/core/modules/update/tests/modules/update_test/update_test.info.yml
--- drupal-8.4.5/core/modules/update/tests/modules/update_test/update_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/update/tests/modules/update_test/update_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info.yml drupal-8.4.6/core/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info.yml
--- drupal-8.4.5/core/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml drupal-8.4.6/core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml
--- drupal-8.4.5/core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# core: 8.x
base theme: update_test_basetheme
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/update/update.info.yml drupal-8.4.6/core/modules/update/update.info.yml
--- drupal-8.4.5/core/modules/update/update.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/update/update.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
dependencies:
- file
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/update/update.module drupal-8.4.6/core/modules/update/update.module
--- drupal-8.4.5/core/modules/update/update.module 2018-02-20 20:35:14.000000000 +0100
+++ drupal-8.4.6/core/modules/update/update.module 2018-03-27 10:03:10.000000000 +0200
@@ -404,10 +404,57 @@
$available = \Drupal::keyValueExpirable('update_available_releases')->getAll();
}
+ // Check for security releases that are covered under the same security
+ // advisories as the site's current release, and override the update status
+ // data so that those releases are not flagged as needed security updates.
+ // Any security releases beyond those specific releases will still be shown
+ // as required security updates.
+
+ // @todo This is a temporary fix to allow minor-version backports of security
+ // fixes to be shown as secure. It should not be included in the codebase of
+ // any release or branch other than such backports. Replace this with
+ // https://www.drupal.org/project/drupal/issues/2766491.
+ foreach (_update_equivalent_security_releases() as $equivalent_release) {
+ if (!empty($available['drupal']['releases'][$equivalent_release]['terms']['Release type'])) {
+ $security_release_key = array_search('Security update', $available['drupal']['releases'][$equivalent_release]['terms']['Release type']);
+ if ($security_release_key !== FALSE) {
+ unset($available['drupal']['releases'][$equivalent_release]['terms']['Release type'][$security_release_key]);
+ }
+ }
+ }
return $available;
}
/**
+ * Identifies equivalent security releases with a hardcoded list.
+ *
+ * Generally, only the latest minor version of Drupal 8 is supported. However,
+ * when security fixes are backported to an old branch, and the site owner
+ * updates to the release containing the backported fix, they should not
+ * see "Security update required!" again if the only other security releases
+ * are releases for the same advisories.
+ *
+ * @return string[]
+ * A list of security release numbers that are equivalent to this release
+ * (i.e. covered by the same advisory), for backported security fixes only.
+ *
+ * @todo This is a temporary fix to allow minor-version backports of security
+ * fixes to be shown as secure. It should not be included in the codebase of
+ * any release or branch other than such backports. Replace this with
+ * https://www.drupal.org/project/drupal/issues/2766491.
+ */
+function _update_equivalent_security_releases() {
+ switch (\Drupal::VERSION) {
+ case '8.4.5':
+ return ['8.5.0-rc1'];
+ case '8.4.6':
+ return ['8.5.1'];
+ }
+
+ return [];
+}
+
+/**
* Adds a task to the queue for fetching release history data for a project.
*
* We only create a new fetch task if there's no task already in the queue for
diff -ur drupal-8.4.5/core/modules/user/tests/modules/user_access_test/user_access_test.info.yml drupal-8.4.6/core/modules/user/tests/modules/user_access_test/user_access_test.info.yml
--- drupal-8.4.5/core/modules/user/tests/modules/user_access_test/user_access_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/user/tests/modules/user_access_test/user_access_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml drupal-8.4.6/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml
--- drupal-8.4.5/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/user/tests/modules/user_form_test/user_form_test.info.yml drupal-8.4.6/core/modules/user/tests/modules/user_form_test/user_form_test.info.yml
--- drupal-8.4.5/core/modules/user/tests/modules/user_form_test/user_form_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/user/tests/modules/user_form_test/user_form_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/user/tests/modules/user_hooks_test/user_hooks_test.info.yml drupal-8.4.6/core/modules/user/tests/modules/user_hooks_test/user_hooks_test.info.yml
--- drupal-8.4.5/core/modules/user/tests/modules/user_hooks_test/user_hooks_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/user/tests/modules/user_hooks_test/user_hooks_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/user/tests/modules/user_test_views/user_test_views.info.yml drupal-8.4.6/core/modules/user/tests/modules/user_test_views/user_test_views.info.yml
--- drupal-8.4.5/core/modules/user/tests/modules/user_test_views/user_test_views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/user/tests/modules/user_test_views/user_test_views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- user
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml drupal-8.4.6/core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml
--- drupal-8.4.5/core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/user/user.info.yml drupal-8.4.6/core/modules/user/user.info.yml
--- drupal-8.4.5/core/modules/user/user.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/user/user.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
dependencies:
- system
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml drupal-8.4.6/core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml
--- drupal-8.4.5/core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- views
- entity_test
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/views/tests/modules/views_test_config/views_test_config.info.yml drupal-8.4.6/core/modules/views/tests/modules/views_test_config/views_test_config.info.yml
--- drupal-8.4.5/core/modules/views/tests/modules/views_test_config/views_test_config.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/views/tests/modules/views_test_config/views_test_config.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/views/tests/modules/views_test_data/views_test_data.info.yml drupal-8.4.6/core/modules/views/tests/modules/views_test_data/views_test_data.info.yml
--- drupal-8.4.5/core/modules/views/tests/modules/views_test_data/views_test_data.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/views/tests/modules/views_test_data/views_test_data.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml drupal-8.4.6/core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml
--- drupal-8.4.5/core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/views/tests/modules/views_test_language/views_test_language.info.yml drupal-8.4.6/core/modules/views/tests/modules/views_test_language/views_test_language.info.yml
--- drupal-8.4.5/core/modules/views/tests/modules/views_test_language/views_test_language.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/views/tests/modules/views_test_language/views_test_language.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- views
- language
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.info.yml drupal-8.4.6/core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.info.yml
--- drupal-8.4.5/core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/views/tests/themes/views_test_theme/views_test_theme.info.yml drupal-8.4.6/core/modules/views/tests/themes/views_test_theme/views_test_theme.info.yml
--- drupal-8.4.5/core/modules/views/tests/themes/views_test_theme/views_test_theme.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/views/tests/themes/views_test_theme/views_test_theme.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/views/views.info.yml drupal-8.4.6/core/modules/views/views.info.yml
--- drupal-8.4.5/core/modules/views/views.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/views/views.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- filter
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.info.yml drupal-8.4.6/core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.info.yml
--- drupal-8.4.5/core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- views_ui
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/views_ui/tests/modules/views_ui_test_field/views_ui_test_field.info.yml drupal-8.4.6/core/modules/views_ui/tests/modules/views_ui_test_field/views_ui_test_field.info.yml
--- drupal-8.4.5/core/modules/views_ui/tests/modules/views_ui_test_field/views_ui_test_field.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/views_ui/tests/modules/views_ui_test_field/views_ui_test_field.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- views_ui
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/views_ui/views_ui.info.yml drupal-8.4.6/core/modules/views_ui/views_ui.info.yml
--- drupal-8.4.5/core/modules/views_ui/views_ui.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/views_ui/views_ui.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
dependencies:
- views
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/workflows/tests/modules/workflow_third_party_settings_test/workflow_third_party_settings_test.info.yml drupal-8.4.6/core/modules/workflows/tests/modules/workflow_third_party_settings_test/workflow_third_party_settings_test.info.yml
--- drupal-8.4.5/core/modules/workflows/tests/modules/workflow_third_party_settings_test/workflow_third_party_settings_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/workflows/tests/modules/workflow_third_party_settings_test/workflow_third_party_settings_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- workflows
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.info.yml drupal-8.4.6/core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.info.yml
--- drupal-8.4.5/core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -7,8 +7,8 @@
dependencies:
- workflows
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/modules/workflows/workflows.info.yml drupal-8.4.6/core/modules/workflows/workflows.info.yml
--- drupal-8.4.5/core/modules/workflows/workflows.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/modules/workflows/workflows.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
package: Core
configure: entity.workflow.collection
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/profiles/minimal/minimal.info.yml drupal-8.4.6/core/profiles/minimal/minimal.info.yml
--- drupal-8.4.5/core/profiles/minimal/minimal.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/profiles/minimal/minimal.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -12,8 +12,8 @@
themes:
- stark
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/profiles/standard/standard.info.yml drupal-8.4.6/core/profiles/standard/standard.info.yml
--- drupal-8.4.5/core/profiles/standard/standard.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/profiles/standard/standard.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -42,8 +42,8 @@
- bartik
- seven
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml drupal-8.4.6/core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml
--- drupal-8.4.5/core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/profiles/testing/testing.info.yml drupal-8.4.6/core/profiles/testing/testing.info.yml
--- drupal-8.4.5/core/profiles/testing/testing.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/profiles/testing/testing.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -13,8 +13,8 @@
themes:
- classy
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/profiles/testing_config_import/testing_config_import.info.yml drupal-8.4.6/core/profiles/testing_config_import/testing_config_import.info.yml
--- drupal-8.4.5/core/profiles/testing_config_import/testing_config_import.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/profiles/testing_config_import/testing_config_import.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
themes:
- stark
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/profiles/testing_config_overrides/testing_config_overrides.info.yml drupal-8.4.6/core/profiles/testing_config_overrides/testing_config_overrides.info.yml
--- drupal-8.4.5/core/profiles/testing_config_overrides/testing_config_overrides.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/profiles/testing_config_overrides/testing_config_overrides.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- language
- tour
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/profiles/testing_missing_dependencies/testing_missing_dependencies.info.yml drupal-8.4.6/core/profiles/testing_missing_dependencies/testing_missing_dependencies.info.yml
--- drupal-8.4.5/core/profiles/testing_missing_dependencies/testing_missing_dependencies.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/profiles/testing_missing_dependencies/testing_missing_dependencies.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -9,8 +9,8 @@
- missing_module2
keep_english: true
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/profiles/testing_multilingual/testing_multilingual.info.yml drupal-8.4.6/core/profiles/testing_multilingual/testing_multilingual.info.yml
--- drupal-8.4.5/core/profiles/testing_multilingual/testing_multilingual.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/profiles/testing_multilingual/testing_multilingual.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- locale
- tour
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/profiles/testing_multilingual_with_english/testing_multilingual_with_english.info.yml drupal-8.4.6/core/profiles/testing_multilingual_with_english/testing_multilingual_with_english.info.yml
--- drupal-8.4.5/core/profiles/testing_multilingual_with_english/testing_multilingual_with_english.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/profiles/testing_multilingual_with_english/testing_multilingual_with_english.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -8,8 +8,8 @@
- locale
keep_english: true
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.info.yml drupal-8.4.6/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.info.yml
--- drupal-8.4.5/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.info.yml drupal-8.4.6/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.info.yml
--- drupal-8.4.5/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
hidden: true
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.info.yml drupal-8.4.6/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.info.yml
--- drupal-8.4.5/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
hidden: true
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.info.yml drupal-8.4.6/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.info.yml
--- drupal-8.4.5/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
hidden: true
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_no_hook/module_handler_test_no_hook.info.yml drupal-8.4.6/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_no_hook/module_handler_test_no_hook.info.yml
--- drupal-8.4.5/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_no_hook/module_handler_test_no_hook.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_no_hook/module_handler_test_no_hook.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -5,8 +5,8 @@
# version: VERSION
# core: 8.x
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/themes/bartik/bartik.info.yml drupal-8.4.6/core/themes/bartik/bartik.info.yml
--- drupal-8.4.5/core/themes/bartik/bartik.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/themes/bartik/bartik.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -46,8 +46,8 @@
footer_fourth: 'Footer fourth'
footer_fifth: 'Footer fifth'
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/themes/classy/classy.info.yml drupal-8.4.6/core/themes/classy/classy.info.yml
--- drupal-8.4.5/core/themes/classy/classy.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/themes/classy/classy.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -23,8 +23,8 @@
core/drupal.progress:
- classy/progress
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/themes/engines/twig/twig.info.yml drupal-8.4.6/core/themes/engines/twig/twig.info.yml
--- drupal-8.4.5/core/themes/engines/twig/twig.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/themes/engines/twig/twig.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -4,8 +4,8 @@
# version: VERSION
package: Core
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/themes/seven/seven.info.yml drupal-8.4.6/core/themes/seven/seven.info.yml
--- drupal-8.4.5/core/themes/seven/seven.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/themes/seven/seven.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -66,8 +66,8 @@
regions_hidden:
- sidebar_first
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/themes/stable/stable.info.yml drupal-8.4.6/core/themes/stable/stable.info.yml
--- drupal-8.4.5/core/themes/stable/stable.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/themes/stable/stable.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -247,8 +247,8 @@
css/views_ui.admin.theme.css: css/views_ui/views_ui.admin.theme.css
css/views_ui.contextual.css: css/views_ui/views_ui.contextual.css
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
diff -ur drupal-8.4.5/core/themes/stark/stark.info.yml drupal-8.4.6/core/themes/stark/stark.info.yml
--- drupal-8.4.5/core/themes/stark/stark.info.yml 2018-02-21 16:42:50.000000000 +0100
+++ drupal-8.4.6/core/themes/stark/stark.info.yml 2018-03-28 19:08:02.000000000 +0200
@@ -6,8 +6,8 @@
# core: 8.x
base theme: false
-# Information added by Drupal.org packaging script on 2018-02-21
-version: '8.4.5'
+# Information added by Drupal.org packaging script on 2018-03-28
+version: '8.4.6'
core: '8.x'
project: 'drupal'
-datestamp: 1519234970
+datestamp: 1522264082
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment