From ac43e1ad2a3f4f7e15aeeedabcab1e9db27f6a5e Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 27 Mar 2016 20:12:49 +0000 Subject: [PATCH] update changelog with changes up to r1830 git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1831 a1433add-5e2c-0410-b055-b7f2511e0802 --- CHANGELOG.TXT | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index c38acd43..1f6e8880 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -9,6 +9,22 @@ # Last update: # $Id$ +Changes since 3.0 beta3 +------------------------------------------------- + + - add sqlite backend option + - language update: tw, cs + - fix escaping in gen_show_status() (could be used to DOS list-virtual by + creating a mail address with special chars) + - list.tpl: base edit/editactive/delete links in list.tpl on $RAW_item to + avoid double escaping, and fix some corner cases + - editform.tpl: add {if} block for description column for easier customization + - use smarty html_options instead of select_options() + - remove advice about using SetEnv for database password + - include_once(config.local.php) instead of include()ing it to prevent include + loops if someone copies config.inc.php to config.local.php + - vacation.pl: encode wide-chars utf8 in mail body + Version 3.0 beta3 (2.93) - 2015/09/26 - SVN r1802 -------------------------------------------------