aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2007-11-27 18:54:06 +0000
committerBadlop <badlop@process-one.net>2007-11-27 18:54:06 +0000
commiteb330ac0e0db29c6e6dc4108f33490dec349d0b9 (patch)
tree503d45b661c1bd60852c3b0aa8db1cfb7f59cd7e /ChangeLog
parent* doc/guide.tex: Document ejabberd_http's (diff)
* src/mod_configure.erl: The command get-user-lastlogin is now
compatible with both Mnesia and ODBC (EJAB-383) * src/mod_last.erl: Likewise * src/mod_last_odbc.erl: Likewise SVN Revision: 995
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f1a62623..0e378a08a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-11-27 Badlop <badlop@process-one.net>
+ * src/mod_configure.erl: The command get-user-lastlogin is now
+ compatible with both Mnesia and ODBC (EJAB-383)
+ * src/mod_last.erl: Likewise
+ * src/mod_last_odbc.erl: Likewise
+
* doc/guide.tex: Document ejabberd_http's
request_handlers (EJAB-372). Fixed small Latex problems.
Sort options of listening sockets.