From 066e2830d33b83165d57cc298f63df854ccd798b Mon Sep 17 00:00:00 2001
From: Claus Due <claus@namelesscoder.net>
Date: Thu, 3 Nov 2016 20:36:58 +0100
Subject: [PATCH] [TASK] Upgrade Fluid engine to 2.0.1

Doing so solves the following issues:

* Cached files not correctly detected (CMS not affected, uses different backend)
   https://github.com/TYPO3/Fluid/commit/cbbe195635a06d5bbe24dfe4a5db638c779ef30d
* Output of `f:spaceless` was escaped and should not be
   https://github.com/TYPO3/Fluid/commit/f337dad28dcf05fee4979228f46e21757b8019bb
* Detect keys ending with a digit in array expressions
   https://github.com/TYPO3/Fluid/commit/52bf96a63e93c11f6f17bf8b7cc5a08c07fdf55f

Change-Id: I3b41f95af147632ac5ca28c69873e182f118fec3
Resolves: #78563
Releases: master
Reviewed-on: https://review.typo3.org/50496
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 composer.lock | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/composer.lock b/composer.lock
index f4826aba1836..30df85ed4e0c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1247,16 +1247,16 @@
         },
         {
             "name": "typo3fluid/fluid",
-            "version": "2.0.0",
+            "version": "2.0.1",
             "source": {
                 "type": "git",
-                "url": "https://github.com/TYPO3Fluid/Fluid.git",
-                "reference": "008e3156d9d1878d91aec73b40e659ccfd032899"
+                "url": "https://github.com/TYPO3/Fluid.git",
+                "reference": "f337dad28dcf05fee4979228f46e21757b8019bb"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/TYPO3Fluid/Fluid/zipball/008e3156d9d1878d91aec73b40e659ccfd032899",
-                "reference": "008e3156d9d1878d91aec73b40e659ccfd032899",
+                "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/f337dad28dcf05fee4979228f46e21757b8019bb",
+                "reference": "f337dad28dcf05fee4979228f46e21757b8019bb",
                 "shasum": ""
             },
             "require": {
@@ -1282,7 +1282,7 @@
                 "LGPL-3.0"
             ],
             "description": "The TYPO3 Fluid template rendering engine",
-            "time": "2016-10-13 13:13:27"
+            "time": "2016-11-03 13:08:07"
         }
     ],
     "packages-dev": [
-- 
GitLab