aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2003-07-21 20:01:22 +0000
committerAlexey Shchepin <alexey@process-one.net>2003-07-21 20:01:22 +0000
commit28c0fee27b7714b37df7aa30b9c491275f208ac7 (patch)
tree873956716c3e72798fca8ff9103dbae6995b1a0d /ChangeLog
parent* (all): Reorganized supervision tree (diff)
* src/mod_vcard.erl: Bugfix
* src/mod_roster.erl: Bugfix * src/jlib.hrl: Added iq:privacy namespace * src/mod_irc/mod_irc_connection.erl: Added support for NOTICE and CODEPAGE commands, better support for QUIT and PART commands (thanks to Oleg V. Motienko) SVN Revision: 126
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69326c261..69cd1b68f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-07-21 Alexey Shchepin <alexey@sevcom.net>
+
+ * src/mod_vcard.erl: Bugfix
+
+ * src/mod_roster.erl: Bugfix
+
+ * src/jlib.hrl: Added iq:privacy namespace
+
+ * src/mod_irc/mod_irc_connection.erl: Added support for NOTICE and
+ CODEPAGE commands, better support for QUIT and PART commands
+ (thanks to Oleg V. Motienko)
+
2003-07-20 Alexey Shchepin <alexey@sevcom.net>
* (all): Reorganized supervision tree