From 44e526987b03d28e6f3ebe546c691912229babe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Wed, 17 Apr 2002 20:01:43 +0000 Subject: [PATCH] * updated Italian translation thanks to Lopo Pizarro * improved fix against bug #542524 (Wrong interval is displayed) * improved compatibility with older config files * for Rabus: updated and reordered badwords, made it MySQL 4 compatible --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index f28159ad7..61790c252 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,17 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-04-17 Alexander M. Turek + * badwords.txt: Updated and reordered badwords, made it MySQL 4 compatible. + +2002-04-17 Loïc Chapeaux + * libraries/common.lib.php3, line 128: improved compatibility with older + config files. + * libraries/display, line 1291: improved fix against bug #542524 (Wrong + interval is displayed). + * lang/portuguese.inc.php3: updated thanks to + Lopo Pizarro . + 2002-04-15 Marc Delisle * config.inc.php3: put the most popular column types first in the list, (Feature #544066)