summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-07-23 22:21:14 +0200
committeruwetews <uwe.tews@googlemail.com>2016-07-23 22:21:14 +0200
commit2ba2f6e2e7dbb494d804551720bad781684cbf53 (patch)
tree165da7cf0f9b58246839c0e5ce17f6d1e4c643cb /change_log.txt
parent6d7d36d9a675f69a18f5a8722dd22c0f2f70504d (diff)
downloadsmarty-2ba2f6e2e7dbb494d804551720bad781684cbf53.tar.gz
smarty-2ba2f6e2e7dbb494d804551720bad781684cbf53.tar.bz2
smarty-2ba2f6e2e7dbb494d804551720bad781684cbf53.zip
- bugfix setTemplateDir('/') and setTemplateDir('') did create wrong absolute filepath https://github.com/smarty-php/smarty/issues/245
- optimization of filepath normalization
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index 18cdb653..6c9d8da5 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,8 @@
 ===== 3.1.30-dev ===== (xx.xx.xx)
+ 23.07.2016
+ - bugfix setTemplateDir('/') and setTemplateDir('') did create wrong absolute filepath https://github.com/smarty-php/smarty/issues/245
+ - optimization of filepath normalization
+
19.07.2016
- bugfix multiple {include} with relative filepath within {block}{/block} could fail https://github.com/smarty-php/smarty/issues/246
- bugfix {math} shell injection vulnerability patch provided by Tim Weber