update NEWS file with 2.6.4 header

This commit is contained in:
mohrt
2004-09-07 14:24:52 +00:00
parent 340eb7f537
commit 8d04d5a8e1

5
NEWS
View File

@@ -1,3 +1,6 @@
Version 2.6.4 (Sept 7, 2004)
----------------------------
- add $smarty.ldelim and $smarty.rdelim to smarty special var (Monte) - add $smarty.ldelim and $smarty.rdelim to smarty special var (Monte)
- fall back to old uniqid()-behaviour when tempnam() fails in - fall back to old uniqid()-behaviour when tempnam() fails in
core.write_file.php (messju) core.write_file.php (messju)
@@ -5,7 +8,7 @@
- make html_select_date work with negative timestamps, also - make html_select_date work with negative timestamps, also
force year range to include given date unless explicitly force year range to include given date unless explicitly
set (Garo, Monte) 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) (Monte)
- fix occasional wrong error messages on mismatched tags when - fix occasional wrong error messages on mismatched tags when
{else}, {elseif}, {foreachelse} or {sectionelse} is involved (messju) {else}, {elseif}, {foreachelse} or {sectionelse} is involved (messju)