summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-10-27 13:54:40 +0000
committerxtraeme <xtraeme>2004-10-27 13:54:40 +0000
commit79b59b25708051094d6681260bcad3063d32c3cc (patch)
tree96c42685bab4b769ecd99cee3f5f92784b30feb3 /doc
parent31134a7b61351b29e3eeee03f0280ffbb13ca3c3 (diff)
downloadpkgsrc-79b59b25708051094d6681260bcad3063d32c3cc.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/CHANGES3
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]