Hello community,

here is the log from the commit of package drush for openSUSE:Factory checked 
in at 2017-10-13 14:14:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/drush (Old)
 and      /work/SRC/openSUSE:Factory/.drush.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "drush"

Fri Oct 13 14:14:28 2017 rev:4 rq:532924 version:8.1.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/drush/drush.changes      2017-10-05 
12:03:00.284980557 +0200
+++ /work/SRC/openSUSE:Factory/.drush.new/drush.changes 2017-10-13 
14:14:30.284404655 +0200
@@ -1,0 +2,14 @@
+Tue Oct 10 03:17:07 UTC 2017 - [email protected]
+
+- Update to version 8.1.15:
+  * Back to dev.
+  * Add skip_cleanup and remove old S3 deployments.
+  * Add isolation dir to .gitignore on 8.x
+  * Exclude isolation dir from the phar.
+  * Backport to 8.x #2604 Allow delete of single value in a config object 
(#3004)
+  * Allow Symfony 3 components for site-local installs of Drush 8.x (#2800)
+  * Loosen constraint on symfony/yaml for site-local installs.
+  * Remove useless code comment.
+  * Prep for 8.1.15.
+
+-------------------------------------------------------------------

Old:
----
  drush-8.1.14.tar.xz

New:
----
  drush-8.1.15.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ drush.spec ++++++
--- /var/tmp/diff_new_pack.0Q0sEb/_old  2017-10-13 14:14:31.044371239 +0200
+++ /var/tmp/diff_new_pack.0Q0sEb/_new  2017-10-13 14:14:31.048371064 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           drush
-Version:        8.1.14
+Version:        8.1.15
 Release:        0
 Summary:        Command line shell and scripting interface for Drupal
 # See licenses.txt for dependency licenses.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.0Q0sEb/_old  2017-10-13 14:14:31.092369129 +0200
+++ /var/tmp/diff_new_pack.0Q0sEb/_new  2017-10-13 14:14:31.092369129 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">refs/tags/8.1.14</param>
+    <param name="revision">refs/tags/8.1.15</param>
     <param name="url">git://github.com/drush-ops/drush.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.0Q0sEb/_old  2017-10-13 14:14:31.108368425 +0200
+++ /var/tmp/diff_new_pack.0Q0sEb/_new  2017-10-13 14:14:31.108368425 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/drush-ops/drush.git</param>
-    <param 
name="changesrevision">b1f1e421185da5468eedfd25eeb5b51e705d3cef</param>
+    <param 
name="changesrevision">f78b619806a9bc7c3d167fa425e8757eb046bb87</param>
   </service>
 </servicedata>

++++++ drush-8.1.14.tar.xz -> drush-8.1.15.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.14/.travis.yml new/drush-8.1.15/.travis.yml
--- old/drush-8.1.14/.travis.yml        2017-10-03 18:20:45.000000000 +0200
+++ new/drush-8.1.15/.travis.yml        2017-10-10 04:05:46.000000000 +0200
@@ -37,19 +37,19 @@
     - UNISH_DRUPAL_MAJOR_VERSION=7 PHPUNIT_ARGS=--group=quick-drupal
     - UNISH_DRUPAL_MAJOR_VERSION=7 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal
 #D8.3.x
+    - UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=make
+    - UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=base
+    - UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=commands
+    - UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=pm
+    - UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=quick-drupal
+    - UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal 
TEST_CHILDREN="drush-ops/config-extra"
+#D8.4.x
     - UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=make
     - UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=base
     - UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=commands
     - UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=pm
     - UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=quick-drupal
-    - UNISH_DRUPAL_MAJOR_VERSION=8 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal 
TEST_CHILDREN="drush-ops/config-extra"
-#D8.4.x
-    - UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=make
-    - UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=base
-    - UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=commands
-    - UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=pm
-    - UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=quick-drupal
-    - UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal
+    - UNISH_DRUPAL_MAJOR_VERSION=8 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal
 
     # - UNISH_DB_URL=sqlite://none/of/this/matters PHPUNIT_ARGS=--group=make
     # - UNISH_DB_URL=sqlite://none/of/this/matters PHPUNIT_ARGS=--group=base
@@ -82,29 +82,29 @@
       env: UNISH_DRUPAL_MAJOR_VERSION=6 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal
     # Drupal 8 requires a minimum php of 5.5, so skip all of the Drupal 8 
tests with this php.
     - php: 5.4
-      env: UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=make
+      env: UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=make
     - php: 5.4
-      env: UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=base
+      env: UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=base
     - php: 5.4
-      env: UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=commands
+      env: UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=commands
     - php: 5.4
-      env: UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=pm
+      env: UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=pm
     - php: 5.4
-      env: UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=quick-drupal
+      env: UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=quick-drupal
     - php: 5.4
-      env: UNISH_DRUPAL_MAJOR_VERSION=8 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal 
TEST_CHILDREN="drush-ops/config-extra"
+      env: UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal 
TEST_CHILDREN="drush-ops/config-extra"
     - php: 5.4
-      env: UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=make
+      env: UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=make
     - php: 5.4
-      env: UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=base
+      env: UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=base
     - php: 5.4
-      env: UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=commands
+      env: UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=commands
     - php: 5.4
-      env: UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=pm
+      env: UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=pm
     - php: 5.4
-      env: UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=quick-drupal
+      env: UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=quick-drupal
     - php: 5.4
-      env: UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal
+      env: UNISH_DRUPAL_MAJOR_VERSION=8 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal
 
 before_install:
   - echo 'mbstring.http_input = pass' >> ~/.phpenv/versions/$(phpenv 
version-name)/etc/conf.d/travis.ini
@@ -133,6 +133,7 @@
 deploy:
   # http://docs.travis-ci.com/user/deployment/releases/
   - provider: releases
+    skip_cleanup: true
     api_key:
       secure: 
vRtKwJNzm+FXS5VCsaCu5YM4IS02tAdqV4G557HEyVzNgRmSgPWkaHDR/95TnXtZRjmxuTI++rccEj9+jzjknQ9LWkWhl13WiJdZYobnb240f9Ja8g0gs6/r+EEZG2+DTTerK9zicpf51h5hUaE46zObHjSmzIuGxZBO1syDld8=
     file: drush.phar
@@ -140,32 +141,3 @@
      tags: true
      repo: drush-ops/drush
      all_branches: true
-  # Latest unstable from master
-  #  http://docs.travis-ci.com/user/deployment/s3/
-  - provider: s3
-    # @weitzman's S3 for now.
-    access_key_id: "AKIAJFNCWLIBISLQYHPA"
-    secret_access_key:
-        secure: 
X9qpkhXxTsIcvO/sp0iBXnHKuZm27KJLsHhimDW2uviS+vt62reCeKl+JtGZUGEJWI6fITbyzJ71vy8+Iibpa261ShYVFJWtiG2cfHKPHsu9TdjSi/f0CW7bEA4IHwnLwxhTUH4wMCjIorKkf21UIH6dCb8qo9xexPb65eDfocs=
-    bucket: files.drush.org
-    skip_cleanup: true
-    local_dir: s3-unstable
-    detect_encoding: true
-    on:
-      repo: drush-ops/drush
-      branch: master
-# Latest stable
-  # http://docs.travis-ci.com/user/deployment/s3/
-  - provider: s3
-  # @weitzman's S3 for now.
-    access_key_id: "AKIAJFNCWLIBISLQYHPA"
-    secret_access_key:
-      secure: 
X9qpkhXxTsIcvO/sp0iBXnHKuZm27KJLsHhimDW2uviS+vt62reCeKl+JtGZUGEJWI6fITbyzJ71vy8+Iibpa261ShYVFJWtiG2cfHKPHsu9TdjSi/f0CW7bEA4IHwnLwxhTUH4wMCjIorKkf21UIH6dCb8qo9xexPb65eDfocs=
-    bucket: "files.drush.org"
-    skip_cleanup: true
-    local_dir: s3-stable
-    detect_encoding: true
-    on:
-      tags: true
-      repo: drush-ops/drush
-      branch: master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.14/box.json.dist 
new/drush-8.1.15/box.json.dist
--- old/drush-8.1.14/box.json.dist      2017-10-03 18:20:45.000000000 +0200
+++ new/drush-8.1.15/box.json.dist      2017-10-10 04:05:46.000000000 +0200
@@ -8,6 +8,7 @@
     {
       "name": "*.php",
       "exclude": [
+        "isolation",
         "phing",
         "test",
         "tests",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.14/commands/core/config.drush.inc 
new/drush-8.1.15/commands/core/config.drush.inc
--- old/drush-8.1.14/commands/core/config.drush.inc     2017-10-03 
18:20:45.000000000 +0200
+++ new/drush-8.1.15/commands/core/config.drush.inc     2017-10-10 
04:05:46.000000000 +0200
@@ -180,9 +180,10 @@
     'core' => array('8+'),
     'aliases' => array('cdel'),
     'arguments' => array(
-        'config-name' => 'The config object name, for example "system.site".',
+      'config-name' => 'The config object name, for example "system.site".',
+      'key' => 'A config key to clear, for example "page.front".',
     ),
-    'required arguments'
+    'required-arguments' => 1,
   );
 
   $items['config-pull'] = array(
@@ -267,14 +268,24 @@
  *
  * @param $config_name
  *   The config name.
+ * @param $key
+ *   A config key to clear, for example "page.front".
  */
-function drush_config_delete($config_name) {
+function drush_config_delete($config_name, $key = null) {
   $config =\Drupal::service('config.factory')->getEditable($config_name);
   if ($config->isNew()) {
-    return drush_set_error('DRUSH_CONFIG_ERROR', 'Configuration name not 
recognized. Use config-list to see all names.');
+    return drush_set_error('DRUSH_CONFIG_ERROR', dt('Configuration name not 
recognized. Use config-list to see all names.'));
   }
   else {
-    $config->delete();
+    if ($key) {
+      if ($config->get($key) === null) {
+        return drush_set_error('DRUSH_CONFIG_ERROR', dt('Configuration key 
!key not found.', array('!key' => $key)));
+      }
+      $config->clear($key)->save();
+    }
+    else {
+      $config->delete();
+    }
   }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.14/composer.json 
new/drush-8.1.15/composer.json
--- old/drush-8.1.14/composer.json      2017-10-03 18:20:45.000000000 +0200
+++ new/drush-8.1.15/composer.json      2017-10-10 04:05:46.000000000 +0200
@@ -38,16 +38,21 @@
     "psy/psysh": "~0.6",
     "consolidation/annotated-command": "~2",
     "consolidation/output-formatters": "~3",
-    "symfony/yaml": "~2.3",
-    "symfony/var-dumper": "~2.7",
-    "symfony/console": "~2.7",
-    "symfony/event-dispatcher": "~2.7",
-    "symfony/finder": "~2.7",
+    "symfony/yaml": "~2.3|^3",
+    "symfony/var-dumper": "~2.7|^3",
+    "symfony/console": "~2.7|^3",
+    "symfony/event-dispatcher": "~2.7|^3",
+    "symfony/finder": "~2.7|^3",
     "pear/console_table": "~1.3.0",
     "phpdocumentor/reflection-docblock": "^2.0",
     "webmozart/path-util": "~2"
   },
   "require-dev": {
+    "symfony/var-dumper": "~2.7",
+    "symfony/console": "~2.7",
+    "symfony/event-dispatcher": "~2.7",
+    "symfony/finder": "~2.7",
+    "symfony/yaml": "~2.3",
     "phpunit/phpunit": "4.*",
     "symfony/process": "2.7.*"
   },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.14/composer.lock 
new/drush-8.1.15/composer.lock
--- old/drush-8.1.14/composer.lock      2017-10-03 18:20:45.000000000 +0200
+++ new/drush-8.1.15/composer.lock      2017-10-10 04:05:46.000000000 +0200
@@ -4,33 +4,33 @@
         "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file";,
         "This file is @generated automatically"
     ],
-    "content-hash": "78cd17858c047b08f7a77f5b188755cf",
+    "content-hash": "0277f7c52539e2dc1388c6f2ce7730db",
     "packages": [
         {
             "name": "consolidation/annotated-command",
-            "version": "2.2.2",
+            "version": "2.7.2",
             "source": {
                 "type": "git",
                 "url": 
"https://github.com/consolidation/annotated-command.git";,
-                "reference": "1f1d92807f72901e049e9df048b412c3bc3652c9"
+                "reference": "07d3c88a5de4bdd2f4aba7193387b75389dea642"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/consolidation/annotated-command/zipball/1f1d92807f72901e049e9df048b412c3bc3652c9";,
-                "reference": "1f1d92807f72901e049e9df048b412c3bc3652c9",
+                "url": 
"https://api.github.com/repos/consolidation/annotated-command/zipball/07d3c88a5de4bdd2f4aba7193387b75389dea642";,
+                "reference": "07d3c88a5de4bdd2f4aba7193387b75389dea642",
                 "shasum": ""
             },
             "require": {
-                "consolidation/output-formatters": "^3.1.5",
+                "consolidation/output-formatters": "^3.1.10",
                 "php": ">=5.4.0",
-                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
-                "psr/log": "~1",
+                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
+                "psr/log": "^1",
                 "symfony/console": "^2.8|~3",
-                "symfony/event-dispatcher": "^2.5|~3",
-                "symfony/finder": "^2.5|~3"
+                "symfony/event-dispatcher": "^2.5|^3",
+                "symfony/finder": "^2.5|^3"
             },
             "require-dev": {
-                "phpunit/phpunit": "4.*",
+                "phpunit/phpunit": "^4.8",
                 "satooshi/php-coveralls": "^1.0",
                 "squizlabs/php_codesniffer": "^2.7"
             },
@@ -56,37 +56,37 @@
                 }
             ],
             "description": "Initialize Symfony Console commands from annotated 
command class methods.",
-            "time": "2016-12-16T01:23:33+00:00"
+            "time": "2017-10-05T20:48:16+00:00"
         },
         {
             "name": "consolidation/output-formatters",
-            "version": "3.1.5",
+            "version": "3.1.11",
             "source": {
                 "type": "git",
                 "url": 
"https://github.com/consolidation/output-formatters.git";,
-                "reference": "cc821a08b7bd89511038aa081625cb5b573960f6"
+                "reference": "3a1160440819269e6d8d9c11db67129384b8fb35"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/consolidation/output-formatters/zipball/cc821a08b7bd89511038aa081625cb5b573960f6";,
-                "reference": "cc821a08b7bd89511038aa081625cb5b573960f6",
+                "url": 
"https://api.github.com/repos/consolidation/output-formatters/zipball/3a1160440819269e6d8d9c11db67129384b8fb35";,
+                "reference": "3a1160440819269e6d8d9c11db67129384b8fb35",
                 "shasum": ""
             },
             "require": {
                 "php": ">=5.4.0",
-                "symfony/console": "~2.5|~3.0",
-                "symfony/finder": "~2.5|~3.0",
-                "victorjonsson/markdowndocs": "^1.3"
+                "symfony/console": "^2.8|~3",
+                "symfony/finder": "~2.5|~3.0"
             },
             "require-dev": {
-                "phpunit/phpunit": "4.*",
+                "phpunit/phpunit": "^4.8",
                 "satooshi/php-coveralls": "^1.0",
-                "squizlabs/php_codesniffer": "2.*"
+                "squizlabs/php_codesniffer": "^2.7",
+                "victorjonsson/markdowndocs": "^1.3"
             },
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-master": "2.x-dev"
+                    "dev-master": "3.x-dev"
                 }
             },
             "autoload": {
@@ -105,7 +105,7 @@
                 }
             ],
             "description": "Format text by applying transformations provided 
by plug-in formatters.",
-            "time": "2016-11-23T23:10:13+00:00"
+            "time": "2017-08-17T22:11:07+00:00"
         },
         {
             "name": "dnoegel/php-xdg-base-dir",
@@ -335,16 +335,16 @@
         },
         {
             "name": "phpdocumentor/reflection-docblock",
-            "version": "2.0.4",
+            "version": "2.0.5",
             "source": {
                 "type": "git",
                 "url": 
"https://github.com/phpDocumentor/ReflectionDocBlock.git";,
-                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
+                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8";,
-                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
+                "url": 
"https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b";,
+                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
                 "shasum": ""
             },
             "require": {
@@ -380,7 +380,7 @@
                     "email": "[email protected]"
                 }
             ],
-            "time": "2015-02-03T12:10:50+00:00"
+            "time": "2016-01-25T08:17:30+00:00"
         },
         {
             "name": "psr/log",
@@ -504,21 +504,21 @@
         },
         {
             "name": "symfony/console",
-            "version": "v2.8.15",
+            "version": "v2.8.28",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/console.git";,
-                "reference": "d5643cd095e5e37d31e004bb2606b5dd7e96602f"
+                "reference": "f81549d2c5fdee8d711c9ab3c7e7362353ea5853"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/console/zipball/d5643cd095e5e37d31e004bb2606b5dd7e96602f";,
-                "reference": "d5643cd095e5e37d31e004bb2606b5dd7e96602f",
+                "url": 
"https://api.github.com/repos/symfony/console/zipball/f81549d2c5fdee8d711c9ab3c7e7362353ea5853";,
+                "reference": "f81549d2c5fdee8d711c9ab3c7e7362353ea5853",
                 "shasum": ""
             },
             "require": {
                 "php": ">=5.3.9",
-                "symfony/debug": "~2.7,>=2.7.2|~3.0.0",
+                "symfony/debug": "^2.7.2|~3.0.0",
                 "symfony/polyfill-mbstring": "~1.0"
             },
             "require-dev": {
@@ -561,20 +561,20 @@
             ],
             "description": "Symfony Console Component",
             "homepage": "https://symfony.com";,
-            "time": "2016-12-06T11:59:35+00:00"
+            "time": "2017-10-01T21:00:16+00:00"
         },
         {
             "name": "symfony/debug",
-            "version": "v2.8.15",
+            "version": "v2.8.28",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/debug.git";,
-                "reference": "62a68f640456f6761d752c62d81631428ef0d8a1"
+                "reference": "eaaec993ca5e8067e204b2ee653cdd142961f33e"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/debug/zipball/62a68f640456f6761d752c62d81631428ef0d8a1";,
-                "reference": "62a68f640456f6761d752c62d81631428ef0d8a1",
+                "url": 
"https://api.github.com/repos/symfony/debug/zipball/eaaec993ca5e8067e204b2ee653cdd142961f33e";,
+                "reference": "eaaec993ca5e8067e204b2ee653cdd142961f33e",
                 "shasum": ""
             },
             "require": {
@@ -586,7 +586,7 @@
             },
             "require-dev": {
                 "symfony/class-loader": "~2.2|~3.0.0",
-                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0"
+                "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
             },
             "type": "library",
             "extra": {
@@ -618,20 +618,20 @@
             ],
             "description": "Symfony Debug Component",
             "homepage": "https://symfony.com";,
-            "time": "2016-11-15T12:53:17+00:00"
+            "time": "2017-10-01T21:00:16+00:00"
         },
         {
             "name": "symfony/event-dispatcher",
-            "version": "v2.8.15",
+            "version": "v2.8.28",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/event-dispatcher.git";,
-                "reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934"
+                "reference": "7fe089232554357efb8d4af65ce209fc6e5a2186"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/event-dispatcher/zipball/25c576abd4e0f212e678fe8b2bd9a9a98c7ea934";,
-                "reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934",
+                "url": 
"https://api.github.com/repos/symfony/event-dispatcher/zipball/7fe089232554357efb8d4af65ce209fc6e5a2186";,
+                "reference": "7fe089232554357efb8d4af65ce209fc6e5a2186",
                 "shasum": ""
             },
             "require": {
@@ -639,7 +639,7 @@
             },
             "require-dev": {
                 "psr/log": "~1.0",
-                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
+                "symfony/config": "^2.0.5|~3.0.0",
                 "symfony/dependency-injection": "~2.6|~3.0.0",
                 "symfony/expression-language": "~2.6|~3.0.0",
                 "symfony/stopwatch": "~2.3|~3.0.0"
@@ -678,20 +678,20 @@
             ],
             "description": "Symfony EventDispatcher Component",
             "homepage": "https://symfony.com";,
-            "time": "2016-10-13T01:43:15+00:00"
+            "time": "2017-10-01T21:00:16+00:00"
         },
         {
             "name": "symfony/finder",
-            "version": "v2.8.15",
+            "version": "v2.8.28",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/finder.git";,
-                "reference": "c0f10576335743b881ac1ed39d18c0fa66048775"
+                "reference": "a945724b201f74d543e356f6059c930bb8d10c92"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/finder/zipball/c0f10576335743b881ac1ed39d18c0fa66048775";,
-                "reference": "c0f10576335743b881ac1ed39d18c0fa66048775",
+                "url": 
"https://api.github.com/repos/symfony/finder/zipball/a945724b201f74d543e356f6059c930bb8d10c92";,
+                "reference": "a945724b201f74d543e356f6059c930bb8d10c92",
                 "shasum": ""
             },
             "require": {
@@ -727,20 +727,20 @@
             ],
             "description": "Symfony Finder Component",
             "homepage": "https://symfony.com";,
-            "time": "2016-12-13T09:38:12+00:00"
+            "time": "2017-10-01T21:00:16+00:00"
         },
         {
             "name": "symfony/polyfill-mbstring",
-            "version": "v1.3.0",
+            "version": "v1.5.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/polyfill-mbstring.git";,
-                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
+                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4";,
-                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
+                "url": 
"https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803";,
+                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
                 "shasum": ""
             },
             "require": {
@@ -752,7 +752,7 @@
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-master": "1.3-dev"
+                    "dev-master": "1.5-dev"
                 }
             },
             "autoload": {
@@ -786,30 +786,35 @@
                 "portable",
                 "shim"
             ],
-            "time": "2016-11-14T01:06:16+00:00"
+            "time": "2017-06-14T15:44:48+00:00"
         },
         {
             "name": "symfony/var-dumper",
-            "version": "v2.8.15",
+            "version": "v2.8.28",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/var-dumper.git";,
-                "reference": "873e692cdc3ed80ab3c1d6404b087ce396dd4acc"
+                "reference": "3e34c94f44d7bf8db1569b4bcb4b45065ccf388e"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/var-dumper/zipball/873e692cdc3ed80ab3c1d6404b087ce396dd4acc";,
-                "reference": "873e692cdc3ed80ab3c1d6404b087ce396dd4acc",
+                "url": 
"https://api.github.com/repos/symfony/var-dumper/zipball/3e34c94f44d7bf8db1569b4bcb4b45065ccf388e";,
+                "reference": "3e34c94f44d7bf8db1569b4bcb4b45065ccf388e",
                 "shasum": ""
             },
             "require": {
                 "php": ">=5.3.9",
                 "symfony/polyfill-mbstring": "~1.0"
             },
+            "conflict": {
+                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
+            },
             "require-dev": {
-                "twig/twig": "~1.20|~2.0"
+                "ext-iconv": "*",
+                "twig/twig": "~1.34|~2.4"
             },
             "suggest": {
+                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or 
symfony/polyfill-iconv in case ext-iconv cannot be used).",
                 "ext-symfony_debug": ""
             },
             "type": "library",
@@ -849,20 +854,20 @@
                 "debug",
                 "dump"
             ],
-            "time": "2016-12-06T16:05:07+00:00"
+            "time": "2017-09-15T16:59:28+00:00"
         },
         {
             "name": "symfony/yaml",
-            "version": "v2.8.15",
+            "version": "v2.8.28",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/yaml.git";,
-                "reference": "befb26a3713c97af90d25dd12e75621ef14d91ff"
+                "reference": "842fb6df22180244b4c65935ce1a88d324e5ff9e"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/yaml/zipball/befb26a3713c97af90d25dd12e75621ef14d91ff";,
-                "reference": "befb26a3713c97af90d25dd12e75621ef14d91ff",
+                "url": 
"https://api.github.com/repos/symfony/yaml/zipball/842fb6df22180244b4c65935ce1a88d324e5ff9e";,
+                "reference": "842fb6df22180244b4c65935ce1a88d324e5ff9e",
                 "shasum": ""
             },
             "require": {
@@ -898,48 +903,7 @@
             ],
             "description": "Symfony Yaml Component",
             "homepage": "https://symfony.com";,
-            "time": "2016-11-14T16:15:57+00:00"
-        },
-        {
-            "name": "victorjonsson/markdowndocs",
-            "version": "1.3.0",
-            "source": {
-                "type": "git",
-                "url": 
"https://github.com/victorjonsson/PHP-Markdown-Documentation-Generator.git";,
-                "reference": "fdd561fb706d506445c30c2d04f4fcfef601d85a"
-            },
-            "dist": {
-                "type": "zip",
-                "url": 
"https://api.github.com/repos/victorjonsson/PHP-Markdown-Documentation-Generator/zipball/fdd561fb706d506445c30c2d04f4fcfef601d85a";,
-                "reference": "fdd561fb706d506445c30c2d04f4fcfef601d85a",
-                "shasum": ""
-            },
-            "require": {
-                "php": ">=5.3.2",
-                "symfony/console": ">=2.6"
-            },
-            "require-dev": {
-                "phpunit/phpunit": "3.7.23"
-            },
-            "type": "library",
-            "autoload": {
-                "psr-0": {
-                    "PHPDocsMD": "src/"
-                }
-            },
-            "notification-url": "https://packagist.org/downloads/";,
-            "license": [
-                "MIT"
-            ],
-            "authors": [
-                {
-                    "name": "Victor Jonsson",
-                    "email": "[email protected]"
-                }
-            ],
-            "description": "Command line tool for generating 
markdown-formatted class documentation",
-            "homepage": 
"https://github.com/victorjonsson/PHP-Markdown-Documentation-Generator";,
-            "time": "2016-02-11T22:12:12+00:00"
+            "time": "2017-10-05T14:38:30+00:00"
         },
         {
             "name": "webmozart/assert",
@@ -1095,33 +1059,33 @@
         },
         {
             "name": "phpspec/prophecy",
-            "version": "v1.6.2",
+            "version": "v1.7.2",
             "source": {
                 "type": "git",
                 "url": "https://github.com/phpspec/prophecy.git";,
-                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
+                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb";,
-                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
+                "url": 
"https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6";,
+                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
                 "shasum": ""
             },
             "require": {
                 "doctrine/instantiator": "^1.0.2",
                 "php": "^5.3|^7.0",
-                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
-                "sebastian/comparator": "^1.1",
-                "sebastian/recursion-context": "^1.0|^2.0"
+                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
+                "sebastian/comparator": "^1.1|^2.0",
+                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
             },
             "require-dev": {
-                "phpspec/phpspec": "^2.0",
+                "phpspec/phpspec": "^2.5|^3.2",
                 "phpunit/phpunit": "^4.8 || ^5.6.5"
             },
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-master": "1.6.x-dev"
+                    "dev-master": "1.7.x-dev"
                 }
             },
             "autoload": {
@@ -1154,7 +1118,7 @@
                 "spy",
                 "stub"
             ],
-            "time": "2016-11-21T14:58:47+00:00"
+            "time": "2017-09-04T11:05:03+00:00"
         },
         {
             "name": "phpunit/php-code-coverage",
@@ -1308,25 +1272,30 @@
         },
         {
             "name": "phpunit/php-timer",
-            "version": "1.0.8",
+            "version": "1.0.9",
             "source": {
                 "type": "git",
                 "url": "https://github.com/sebastianbergmann/php-timer.git";,
-                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
+                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260";,
-                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
+                "url": 
"https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f";,
+                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
                 "shasum": ""
             },
             "require": {
-                "php": ">=5.3.3"
+                "php": "^5.3.3 || ^7.0"
             },
             "require-dev": {
-                "phpunit/phpunit": "~4|~5"
+                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
             },
             "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.0-dev"
+                }
+            },
             "autoload": {
                 "classmap": [
                     "src/"
@@ -1348,20 +1317,20 @@
             "keywords": [
                 "timer"
             ],
-            "time": "2016-05-12T18:03:57+00:00"
+            "time": "2017-02-26T11:10:40+00:00"
         },
         {
             "name": "phpunit/php-token-stream",
-            "version": "1.4.9",
+            "version": "1.4.11",
             "source": {
                 "type": "git",
                 "url": 
"https://github.com/sebastianbergmann/php-token-stream.git";,
-                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
+                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b";,
-                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
+                "url": 
"https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7";,
+                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
                 "shasum": ""
             },
             "require": {
@@ -1397,20 +1366,20 @@
             "keywords": [
                 "tokenizer"
             ],
-            "time": "2016-11-15T14:06:22+00:00"
+            "time": "2017-02-27T10:12:30+00:00"
         },
         {
             "name": "phpunit/phpunit",
-            "version": "4.8.31",
+            "version": "4.8.36",
             "source": {
                 "type": "git",
                 "url": "https://github.com/sebastianbergmann/phpunit.git";,
-                "reference": "98b2b39a520766bec663ff5b7ff1b729db9dbfe3"
+                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/sebastianbergmann/phpunit/zipball/98b2b39a520766bec663ff5b7ff1b729db9dbfe3";,
-                "reference": "98b2b39a520766bec663ff5b7ff1b729db9dbfe3",
+                "url": 
"https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517";,
+                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
                 "shasum": ""
             },
             "require": {
@@ -1469,7 +1438,7 @@
                 "testing",
                 "xunit"
             ],
-            "time": "2016-12-09T02:45:31+00:00"
+            "time": "2017-06-21T08:07:12+00:00"
         },
         {
             "name": "phpunit/phpunit-mock-objects",
@@ -1529,16 +1498,16 @@
         },
         {
             "name": "sebastian/comparator",
-            "version": "1.2.2",
+            "version": "1.2.4",
             "source": {
                 "type": "git",
                 "url": "https://github.com/sebastianbergmann/comparator.git";,
-                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f"
+                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f";,
-                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
+                "url": 
"https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be";,
+                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
                 "shasum": ""
             },
             "require": {
@@ -1589,27 +1558,27 @@
                 "compare",
                 "equality"
             ],
-            "time": "2016-11-19T09:18:40+00:00"
+            "time": "2017-01-29T09:50:25+00:00"
         },
         {
             "name": "sebastian/diff",
-            "version": "1.4.1",
+            "version": "1.4.3",
             "source": {
                 "type": "git",
                 "url": "https://github.com/sebastianbergmann/diff.git";,
-                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
+                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e";,
-                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
+                "url": 
"https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4";,
+                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
                 "shasum": ""
             },
             "require": {
-                "php": ">=5.3.3"
+                "php": "^5.3.3 || ^7.0"
             },
             "require-dev": {
-                "phpunit/phpunit": "~4.8"
+                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
             },
             "type": "library",
             "extra": {
@@ -1641,7 +1610,7 @@
             "keywords": [
                 "diff"
             ],
-            "time": "2015-12-08T07:14:41+00:00"
+            "time": "2017-05-22T07:24:03+00:00"
         },
         {
             "name": "sebastian/environment",
@@ -1813,16 +1782,16 @@
         },
         {
             "name": "sebastian/recursion-context",
-            "version": "1.0.2",
+            "version": "1.0.5",
             "source": {
                 "type": "git",
                 "url": 
"https://github.com/sebastianbergmann/recursion-context.git";,
-                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
+                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791";,
-                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
+                "url": 
"https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7";,
+                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
                 "shasum": ""
             },
             "require": {
@@ -1862,7 +1831,7 @@
             ],
             "description": "Provides functionality to recursively process PHP 
variables",
             "homepage": 
"http://www.github.com/sebastianbergmann/recursion-context";,
-            "time": "2015-11-11T19:50:13+00:00"
+            "time": "2016-10-03T07:41:43+00:00"
         },
         {
             "name": "sebastian/version",
@@ -1901,16 +1870,16 @@
         },
         {
             "name": "symfony/process",
-            "version": "v2.7.22",
+            "version": "v2.7.35",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/process.git";,
-                "reference": "7ac22a73485e6ae5bf8f072d01daf5563efe9b17"
+                "reference": "601b7d86103ae1ad374343725e899f905680f919"
             },
             "dist": {
                 "type": "zip",
-                "url": 
"https://api.github.com/repos/symfony/process/zipball/7ac22a73485e6ae5bf8f072d01daf5563efe9b17";,
-                "reference": "7ac22a73485e6ae5bf8f072d01daf5563efe9b17",
+                "url": 
"https://api.github.com/repos/symfony/process/zipball/601b7d86103ae1ad374343725e899f905680f919";,
+                "reference": "601b7d86103ae1ad374343725e899f905680f919",
                 "shasum": ""
             },
             "require": {
@@ -1946,7 +1915,7 @@
             ],
             "description": "Symfony Process Component",
             "homepage": "https://symfony.com";,
-            "time": "2016-11-21T09:47:03+00:00"
+            "time": "2017-09-30T14:00:25+00:00"
         }
     ],
     "aliases": [],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.14/drush.info new/drush-8.1.15/drush.info
--- old/drush-8.1.14/drush.info 2017-10-03 18:20:45.000000000 +0200
+++ new/drush-8.1.15/drush.info 2017-10-10 04:05:46.000000000 +0200
@@ -1 +1 @@
-drush_version=8.1.14
+drush_version=8.1.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.14/includes/annotationcommand_adapter.inc 
new/drush-8.1.15/includes/annotationcommand_adapter.inc
--- old/drush-8.1.14/includes/annotationcommand_adapter.inc     2017-10-03 
18:20:45.000000000 +0200
+++ new/drush-8.1.15/includes/annotationcommand_adapter.inc     2017-10-10 
04:05:46.000000000 +0200
@@ -20,7 +20,7 @@
 use Symfony\Component\Console\Output\ConsoleOutput;
 
 /**
- * Cache the command file discovery object. Drush 9 uses dependency injection.
+ * Cache the command file discovery object.
  *
  * @return CommandFileDiscovery
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.14/tests/Unish/UnishTestCase.php 
new/drush-8.1.15/tests/Unish/UnishTestCase.php
--- old/drush-8.1.14/tests/Unish/UnishTestCase.php      2017-10-03 
18:20:45.000000000 +0200
+++ new/drush-8.1.15/tests/Unish/UnishTestCase.php      2017-10-10 
04:05:46.000000000 +0200
@@ -263,13 +263,14 @@
     return parse_url(UNISH_DB_URL, PHP_URL_SCHEME);
   }
 
-  function defaultInstallationVerion() {
+  function defaultInstallationVersion() {
+    // There's a leading dot in UNISH_DRUPAL_MINOR_VERSION
     return UNISH_DRUPAL_MAJOR_VERSION . UNISH_DRUPAL_MINOR_VERSION;
   }
 
   function setUpDrupal($num_sites = 1, $install = FALSE, $version_string = 
NULL, $profile = NULL) {
     if (!$version_string) {
-      $version_string = UNISH_DRUPAL_MAJOR_VERSION;
+      $version_string = $this->defaultInstallationVersion();
     }
     $sites_subdirs_all = array('dev', 'stage', 'prod', 'retired', 'elderly', 
'dead', 'dust');
     $sites_subdirs = array_slice($sites_subdirs_all, 0, $num_sites);
@@ -309,6 +310,15 @@
       copy($root . '/sites/example.sites.php', $root . '/sites/sites.php');
     }
 
+    // Print the result of a run of 'drush status' on the Drupal we are 
testing against
+    $options = array(
+      'root' => $this->webroot(),
+      'uri' => reset($sites_subdirs),
+    );
+    $this->drush('core-status', array('Drupal version'), $options);
+    $header = "\nTesting on ";
+    fwrite(STDERR, $header . $this->getOutput() . "\n\n");
+
     // Stash details about each site.
     foreach ($sites_subdirs as $subdir) {
       self::$sites[$subdir] = array(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.14/tests/imageTest.php 
new/drush-8.1.15/tests/imageTest.php
--- old/drush-8.1.14/tests/imageTest.php        2017-10-03 18:20:45.000000000 
+0200
+++ new/drush-8.1.15/tests/imageTest.php        2017-10-10 04:05:46.000000000 
+0200
@@ -14,7 +14,7 @@
       $this->markTestSkipped("Image styles not available in Drupal 6 core.");
     }
 
-    $sites = $this->setUpDrupal(1, TRUE, UNISH_DRUPAL_MAJOR_VERSION, 
'standard');
+    $sites = $this->setUpDrupal(1, TRUE, null, 'standard');
     $options = array(
       'yes' => NULL,
       'root' => $this->webroot(),

++++++ drush-vendor.tar.xz ++++++
++++ 20465 lines of diff (skipped)

++++++ extensions.txt ++++++
--- /var/tmp/diff_new_pack.0Q0sEb/_old  2017-10-13 14:14:31.908333251 +0200
+++ /var/tmp/diff_new_pack.0Q0sEb/_new  2017-10-13 14:14:31.908333251 +0200
@@ -8,33 +8,33 @@
             [3] => php >=5.3.0
             [4] => php >=5.3.2
             [5] => php >=5.3.2
-            [6] => php >=5.3.2
+            [6] => php >=5.3.3
             [7] => php >=5.3.3
             [8] => php >=5.3.3
-            [9] => php >=5.3.3
+            [9] => php >=5.3.9
             [10] => php >=5.3.9
             [11] => php >=5.3.9
             [12] => php >=5.3.9
             [13] => php >=5.3.9
             [14] => php >=5.3.9
             [15] => php >=5.3.9
-            [16] => php >=5.3.9
-            [17] => php >=5.4
+            [16] => php >=5.4
+            [17] => php >=5.4.0
             [18] => php >=5.4.0
-            [19] => php >=5.4.0
-            [20] => php >=5.4.5
-            [21] => php ^5.3.3 || ^7.0
+            [19] => php >=5.4.5
+            [20] => php ^5.3.3 || ^7.0
         )
 
     [suggests] => Array
         (
-            [0] => ext-mbstring For best performance
-            [1] => ext-pcntl *
-            [2] => ext-pcntl Enabling the PCNTL extension makes PsySH a lot 
happier :)
-            [3] => ext-pdo-sqlite The doc command requires SQLite to work.
-            [4] => ext-posix If you have PCNTL, you'll want the POSIX 
extension as well.
-            [5] => ext-readline Enables support for arrow-key history 
navigation, and showing and manipulating command history.
-            [6] => ext-symfony_debug
+            [0] => ext-iconv To convert non-UTF-8 strings to UTF-8 (or 
symfony/polyfill-iconv in case ext-iconv cannot be used).
+            [1] => ext-mbstring For best performance
+            [2] => ext-pcntl *
+            [3] => ext-pcntl Enabling the PCNTL extension makes PsySH a lot 
happier :)
+            [4] => ext-pdo-sqlite The doc command requires SQLite to work.
+            [5] => ext-posix If you have PCNTL, you'll want the POSIX 
extension as well.
+            [6] => ext-readline Enables support for arrow-key history 
navigation, and showing and manipulating command history.
+            [7] => ext-symfony_debug
         )
 
 )

++++++ licenses.txt ++++++
--- /var/tmp/diff_new_pack.0Q0sEb/_old  2017-10-13 14:14:31.932332195 +0200
+++ /var/tmp/diff_new_pack.0Q0sEb/_new  2017-10-13 14:14:31.936332019 +0200
@@ -4,23 +4,22 @@
 Dependencies:
 
 Name                                   Version  License       
-consolidation/annotated-command        2.2.2    MIT           
-consolidation/output-formatters        3.1.5    MIT           
+consolidation/annotated-command        2.7.2    MIT           
+consolidation/output-formatters        3.1.11   MIT           
 dnoegel/php-xdg-base-dir               0.1      MIT           
 jakub-onderka/php-console-color        0.1      BSD-2-Clause  
 jakub-onderka/php-console-highlighter  v0.3.2   MIT           
 nikic/php-parser                       v2.1.1   BSD-3-Clause  
 pear/console_table                     v1.3.0   BSD-2-Clause  
-phpdocumentor/reflection-docblock      2.0.4    MIT           
+phpdocumentor/reflection-docblock      2.0.5    MIT           
 psr/log                                1.0.2    MIT           
 psy/psysh                              v0.8.11  MIT           
-symfony/console                        v2.8.15  MIT           
-symfony/debug                          v2.8.15  MIT           
-symfony/event-dispatcher               v2.8.15  MIT           
-symfony/finder                         v2.8.15  MIT           
-symfony/polyfill-mbstring              v1.3.0   MIT           
-symfony/var-dumper                     v2.8.15  MIT           
-symfony/yaml                           v2.8.15  MIT           
-victorjonsson/markdowndocs             1.3.0    MIT           
+symfony/console                        v2.8.28  MIT           
+symfony/debug                          v2.8.28  MIT           
+symfony/event-dispatcher               v2.8.28  MIT           
+symfony/finder                         v2.8.28  MIT           
+symfony/polyfill-mbstring              v1.5.0   MIT           
+symfony/var-dumper                     v2.8.28  MIT           
+symfony/yaml                           v2.8.28  MIT           
 webmozart/assert                       1.2.0    MIT           
 webmozart/path-util                    2.3.0    MIT           


Reply via email to