aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2007-11-01 13:49:50 +0000
committerMickaël Rémond <mickael.remond@process-one.net>2007-11-01 13:49:50 +0000
commitc3fc888c9fe699d12b4290111f6d58a387e637c2 (patch)
tree5aef00d57ce80b87947fb893a8ce7a3a1997bc2a /ChangeLog
parent* src/ejabberd_s2s.erl: don't use the resource of the sender to choose (diff)
* ChangeLog: Added missing info about last commits in ChangeLog.
SVN Revision: 964
Diffstat (limited to '')
-rw-r--r--ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ae4ef326a..97a8bf7ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
-2007-09-28 Christophe Romain <christophe.romain@process-one.net>
+2007-10-30 Jerome Sautret <jerome.sautret@process-one.net>
+
+ * src/ejabberd_s2s.erl: don't use the resource of the sender to choose
+ a s2s connection to ensure that a muc room always uses the same
+ connection (EJAB-360)
+
+2007-10-23 Christophe Romain <christophe.romain@process-one.net>
+
+ * doc/dev.tex: Added extauth script details (EJAB-334)
+
+2007-10-17 Christophe Romain <christophe.romain@process-one.net>
* src/ejabberdctl.template: Bugfix on previous change (EJAB-380)
@@ -25,7 +35,7 @@
2007-10-01 Alexey Shchepin <alexey@process-one.net>
- * src/ejabberd_auth_pam.erl: Support for PAM authentication
+ * src/ejabberd_auth_pam.erl: Support for PAM authentication (EJAB-307)
(thanks to Evgeniy Khramtsov)
* src/ejabberd.cfg.example: Likewise
* src/configure.ac: Likewise