From d81763654c993d507dc07dda5e3d59df6ba1a10e Mon Sep 17 00:00:00 2001 From: changelog Date: Mon, 24 Nov 2003 01:32:20 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index af243b01..077b92c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2003-11-23 Messju Mohr + + * libs/core/core.write_compiled_resource.php + libs/core/core.write_file.php: + avoid touch()-ing of recently unlinked files by touch()-ing the + tempfile before rename instead of touch()-ing the resulting file after + rename. + + * NEWS + libs/Smarty.class.php: + add property $tpl_error_reporting + 2003-11-22 Messju Mohr * libs/plugins/function.assign.php: