diff --git a/ChangeLog b/ChangeLog
index ea2fc2101..2a8e59518 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2001-12-04 Marc Delisle
- With Xitami 2.5b4, phpMyAdmin won't process form fields
+ With Xitami 2.5b4, phpMyAdmin won't process form fields.
This is not a phpMyAdmin problem but a Xitami known bug: you'll face it
with each script/website that use forms.
Upgrade or downgrade your Xitami server.
+ I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2)
+
+ With Konqueror 2.1.1: plain dumps, zip and gzip dumps work ok, except that
+ the proposed file name for the dump is always 'tbl_dump.php'. Bzip2 dumps
+ don't seem to work.
+
+ With Konqueror 2.2.1: plain dumps work; zip dumps are placed into
+ the user's temporary directory, so they must be moved before closing
+ Konqueror, or else they disappear. Gzip dumps give an error message.
+
+ Testing needs to be done for Konqueror 2.2.2.
+
I can't insert new rows into a table - MySQL brings up a SQL-error.