diff --git a/NEWS b/NEWS index 38d32098..338393d4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 2.6.4 (Sept 7, 2004) +---------------------------- + - add $smarty.ldelim and $smarty.rdelim to smarty special var (Monte) - fall back to old uniqid()-behaviour when tempnam() fails in core.write_file.php (messju) @@ -5,7 +8,7 @@ - make html_select_date work with negative timestamps, also force year range to include given date unless explicitly set (Garo, Monte) - - fix bug with fetch, passing user/pass in url did not work + - fix bug with {fetch}, passing user/pass in url did not work (Monte) - fix occasional wrong error messages on mismatched tags when {else}, {elseif}, {foreachelse} or {sectionelse} is involved (messju)