summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2007-12-03 10:51:06 +0000
committerMickaël Rémond <mickael.remond@process-one.net>2007-12-03 10:51:06 +0000
commit1795c1a7bbbca6ba4c1d5d1d4c8f186993dc0383 (patch)
tree6445426658e564dd17cfc3416e88c60b45b03e77
parent* src/mod_muc.erl: Added option to limit the number of room a user is (diff)
* ChangeLog: Update.
SVN Revision: 1017
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a535bb9..59dd16cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* src/mod_muc.erl: Added option to limit the number of room a user is
allowed to connect to (EJAB-445).
* src/mod_muc_room.erl: Likewise.
+<<<<<<< HEAD:ChangeLog
* doc/guide.tex: Likewise.:ChangeLog
2007-12-02 Badlop <badlop@process-one.net>
@@ -13,6 +14,9 @@
* src/Makefile.in: New options make uninstall and
uninstall-all (EJAB-293)
+=======
+ * doc/guide.tex: Likewise.
+>>>>>>> * ChangeLog: Update.:ChangeLog
2007-12-01 Mickael Remond <mremond@process-one.net>