diff --git a/ChangeLog b/ChangeLog
index 199037475..dd1225dcc 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@ $Id$
$Source$
2002-07-29 Marc Delisle
+ [1.21] I am running the CGI version of PHP under Unix, and I cannot
+ login using cookie auth.
+ In php.ini, set mysql.max_links higher than 1.
+
+ [6.13] I would like to create a database with a dot in its name.
+ This is a bad idea, because in MySQL the syntax "database.table"
+ is the normal way to reference a database and table name. Worse, MySQL
+ will usually let you create a database with a dot, but then you cannot
+ work with it, nor delete it.
+