From 8847dd0cb994c1b0755783b80a8cb81577ae951e Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 30 Nov 2005 14:54:49 +0000 Subject: [PATCH] new PMA_Config class --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 33b9f8033b..efea67c660 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,14 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-11-30 Sebastian Mendel + * libraries/Config.class.php: merged code from common.inc.php and + defines.lib.php + * libraries/common.inc.php: + - make use of new PMA_Config class + - merged PMA_dl() from libraries/defines.lib.php + * libraries/defines.lib.php: removed + 2005-11-29 Michal Čihař * lang/sync_lang.sh: Add workaround for multibyte chars that can contain \ as last byte.