aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76bbf9c15..704eac836 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-12-07 Badlop <badlop@process-one.net>
+ * src/Makefile.in: Fix compilation warnings: Part 5: To fix a
+ warning about behaviour undefined, the erlang module that
+ implements the behaviour must be compiled before the module that
+ uses such behaviour (EJAB-290)
+
* src/eldap/eldap.erl: Fix compilation warnings: Part 4 (EJAB-290)
* src/web/ejabberd_web_admin.erl: Likewise