diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-27 13:54:40 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-27 13:54:40 +0000 |
commit | 74a7c427dd68d5e97b7aafe13b46835ccaca280a (patch) | |
tree | 96c42685bab4b769ecd99cee3f5f92784b30feb3 /doc | |
parent | 28cb3985eb979dc24a5e26d78d65e5399e93390d (diff) | |
download | pkgsrc-74a7c427dd68d5e97b7aafe13b46835ccaca280a.tar.gz |
Update chat/jabberd2 to 2.0s4.
Changes:
* Fixed race condition allowing c2s to be killed, Stephen Marquard
* Fixed off-by-one bug in s2s/main.c leading to segfault on startup
in some environmentsp
* Fixed memory leak in sm, Michal Kera
* Fixed problem relating to SSL connections not being closed
correctly, Nathan Christiansen
* Fixed 3 problems in mod_announce: (a) NAD freed before use, (b)
struct tm not initialised correctly on some platforms, and (c)
time not initialised for broadcast motd messages delivered to
online users, Stephen Marquard
* Fixed insertion of extra namespace in element in some types of
messages retrieved from offline queue, which causes a parse
error in the router, Matthew Buckett
* Fixed off-by-one bug in PLAIN SASL authentication code. May also
resolve a number of other bugs relating to c2s authentication,
Robert Theisen
* Fixed return value of jid_new() in pkt.c to avoid sm segfault
from dereferencing NULL pointer, triggered by a message with a
to JID of the form "@some.server@", Stephen Marquard
* Avoided adding nads to the cache that are created through
nad_copy(), Stephen Marquard
* Fixed bug in retrieving hash values, Stephen Marquard
* Improved performance of pool cleanup function, Stephen Marquard
* Corrected handling of EMAIL, TEL and ADR/CTRY elements in vcards
for JEP-0054 compliance, Stephen Marquard
* Optimised sm algorithm for announcing presence to skip presence
announcements and probes for users on the same server who are
not online, Stephen Marquard
* Checked that storage drivers are initialised correctly; if not,
abort, Stephen Marquard
* Fixed file descriptor leak in storage_fs
* Allowed c2s to supply a certificate chain to clients, Iain
MacDonnell
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index c47a8840add..f6ef2d8ed67 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7576 2004/10/26 23:00:19 wiz Exp $ +$NetBSD: CHANGES,v 1.7577 2004/10/27 13:54:40 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4897,3 +4897,4 @@ Changes to the packages collection and infrastructure in 2004: Updated gnome-session to 2.8.1 [jmmv 2004-10-26] Removed gaim-gnome [wiz 2004-10-26] Removed gaim-gtk1 [wiz 2004-10-26] + Updated jabberd2 to 2.0s4 [xtraeme 2004-10-26] |