Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d89a1601..5798f1c85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-01-13 Mickaël Rémond <mickael.remond@process-one.net>
+
+ * src/odbc/ejabberd_odbc.erl: underscore and percent are now only
+ escaped in like queries. MySQL where not escaping those escaped
+ characters in other context.
+ * src/mod_vcard_odbc.erl: likewise.
+ * src/odbc/mysql.sql: Fixed MySQL database creation script: Was
+ not properly working with all MySQL version.
+
2006-01-13 Alexey Shchepin <alexey@sevcom.net>
* src/ejabberd_service.erl: Bugfix