aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2007-08-25 17:24:00 +0000
committerAlexey Shchepin <alexey@process-one.net>2007-08-25 17:24:00 +0000
commit5dfa6edda35848f13252afa32eae1f1818b072e6 (patch)
tree0162c87a8ba7382af4e16a2965f55e798f69b709 /ChangeLog
parentFixed conflict (diff)
* src/gen_mod.erl: Substitute @HOST@ with hostname in the 'host'
option (thanks to Badlop) * src/mod_vcard.erl: Likewise * src/mod_vcard_ldap.erl: Likewise * src/mod_vcard_odbc.erl: Likewise * src/mod_muc/mod_muc.erl: Likewise * src/mod_irc/mod_irc.erl: Likewise * src/mod_echo.erl: Likewise * src/mod_pubsub/mod_pubsub.erl: Likewise * src/mod_proxy65/mod_proxy65_service.erl: Likewise SVN Revision: 888
Diffstat (limited to '')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 905658876..25edd9551 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-08-25 Alexey Shchepin <alexey@process-one.net>
+
+ * src/gen_mod.erl: Substitute @HOST@ with hostname in the 'host'
+ option (thanks to Badlop)
+ * src/mod_vcard.erl: Likewise
+ * src/mod_vcard_ldap.erl: Likewise
+ * src/mod_vcard_odbc.erl: Likewise
+ * src/mod_muc/mod_muc.erl: Likewise
+ * src/mod_irc/mod_irc.erl: Likewise
+ * src/mod_echo.erl: Likewise
+ * src/mod_pubsub/mod_pubsub.erl: Likewise
+ * src/mod_proxy65/mod_proxy65_service.erl: Likewise
+
2007-08-24 Alexey Shchepin <alexey@process-one.net>
* src/web/ejabberd_web_admin.erl: Moved roster stuff to mod_roster*