diff options
author | patdenice <patdenice@piwigo.org> | 2009-07-15 11:43:44 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2009-07-15 11:43:44 +0000 |
commit | 0870a47e996eab0046b3bd7be54dc8fe361b25e7 (patch) | |
tree | bb8869b3ee1d363ebd71c883f7ba3878738bcb24 /include/smarty/NEWS | |
parent | 475b084d70e954ef95c8646f05623180ab14974d (diff) |
merge r3583 from branch 2.0 to trunk
Update smarty to 2.6.26
git-svn-id: http://piwigo.org/svn/trunk@3584 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/smarty/NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/smarty/NEWS b/include/smarty/NEWS index 39c5f001b..cbab78f5a 100644 --- a/include/smarty/NEWS +++ b/include/smarty/NEWS @@ -1,3 +1,22 @@ +Version 2.6.26 (June 18th, 2009) +------------------------------- +- revert super global access changes, and instead rely on + USE_SUPER_GLOBALS for security + +Version 2.6.25 (May 19th, 2009) +------------------------------- +- fix E_NOTICE when sessions are disabled (mohrt) + +Version 2.6.24 (May 16th, 2009) +------------------------------- +- fix problem introduced with super global changes (mohrt) + +Version 2.6.23 (May 13th, 2009) +------------------------------- +- strip backticks from {math} equations (mohrt) +- make PHP super globals read-only from template (mohrt) +- throw error when template exists but not readable (mohrt) + Version 2.6.22 (Dec 17th, 2008) ------------------------------- |