summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2004-09-30 21:54:39 +0000
committerAlexey Shchepin <alexey@process-one.net>2004-09-30 21:54:39 +0000
commit34de660c44fd290a0ef03e24f61bf12c167df19c (patch)
treec08f50066846daf53ce08e5e8040174c383fc645 /ChangeLog
parent* src/ejabberd_listener.erl: Check result of controlling_process (diff)
* src/web/ejabberd_http.erl: Fixed processing of POST body for
HTTP Polling * src/web/ejabberd_http.erl: Support for "Connection" HTTP header (thanks to Sergei Golovan) * src/translate.erl: Much better handling of xml:lang (thanks to Sergei Golovan) SVN Revision: 271
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82931291..6cbef661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-09-30 Alexey Shchepin <alexey@sevcom.net>
+
+ * src/web/ejabberd_http.erl: Fixed processing of POST body for
+ HTTP Polling
+
+ * src/web/ejabberd_http.erl: Support for "Connection" HTTP header
+ (thanks to Sergei Golovan)
+
+ * src/translate.erl: Much better handling of xml:lang (thanks to
+ Sergei Golovan)
+
2004-09-29 Alexey Shchepin <alexey@sevcom.net>
* src/ejabberd_listener.erl: Check result of controlling_process