diff --git a/ChangeLog b/ChangeLog
index 64772dde8..068fe1e2f 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,11 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2003-12-27 Alexander M. Turek
- phpMyAdmin provides experimental support for MySQL 4.1. That means that
- although you can assign character sets to a table or field, phpMyAdmin will
- not recode the data when inserting or extracting it. Instead, it will still
- use the character set you specified for the MySQL connection.
+ phpMyAdmin provides experimental support for MySQL 4.1 and 5.0. That
+ means that although you can assign character sets to a table or field,
+ phpMyAdmin will not recode the data when inserting or extracting it.
+ Instead, it will still use the character set you specified for the MySQL
+ onnection.
When compiling php, we strongly recommend that you manually link the MySQL
extension to a MySQL client library of at least the same version since the
- one that is bundled with php 4.x is rather old and might cause problems.
+ one that is bundled with current php distributions is rather old and might
+ cause problems.
Also, we do not yet support the imporoved MySQL extension (mysqli) that
comes with php 5. For the moment, the old MySQL extension should also
work fine here, if compiled correctly.
- MySQL 5.0 and 5.1 are not yet supported.
+ MySQL 5.1 is not yet supported.