Recent changes RSS feed  

Differences

This shows you the differences between two versions of the page.

jabberd2:releases [2009/06/01 15:04]
Tomasz Sterna copied from Trac
jabberd2:releases [2009/07/06 00:10] (current)
Tomasz Sterna jabberd 2.2.9 release
Line 2: Line 2:
Download all from http://codex.xiaoka.com/pub/jabberd2/releases/ Download all from http://codex.xiaoka.com/pub/jabberd2/releases/
 +
 +===== 2.2.9 =====
 +**2009-07-06**
 +    * Enable experimental features by default
 +    * Added external to authentication mechanisms examples
 +    * change the definition of xhash_walker, in case that somebody zaps items of the hash table while walking.
 +    * Merged a patch for size_t related GSASL crash on 64bit platform. Fixes Bug #367783
 +    * VERY crude test infrastructure added
 +    * Fixed S2S incoming packet beeing damaged while mangling. When there are already 'jabber:client' elements move them to next namespace before cutting uri_CLIENT chain.
 +    * should put method:xhash_free to pool_cleanup instead of method:pool_free.
 +    * should use method:pmalloco to allocate memory for xhash->stat.
 +    * Removed check of multiple names from legacy components connections
 +    * Inform about select() FD_SETSIZE overrun
 +    * Gracefully abort when MIO was not allocated
 +    * Do not throw stream errors on SSL wrapper sockets when pre-stream
 +    * Gracefully abort when MIO was not created
 +    * SSL errors are undefined-condition not internal errors
 +    * Do not send invalid XML down the outgoing stream
 +    * Correctly iterate streams while shutdown
 +    * Proper checks for serviced domains in SM
 +    * Do not crash on shutdown with pending streams
 +    * Get outgoing packets to/from addresses from the packet data
 +    * Do not disable superseeded <session> request yet
 +    * Return feature-not-implemented when user client requested not implemented feature
 +    * Proper Makefile dependencies for etc/ files
 +    * Remove presence routing optimisations. We now do not have authoritative domain information. There may be other SM servicing the domain.
 +    * Implemented component clustering. You may now connect many SM instances and external components servicing the same domain. The routing is based on user JID, which (after hashing) selects the component to deliver packet to.
 +    * Split shahash to shahas_raw() and shahash_r()
 +    * Attach <error/> element in root namespace
 +    * Use SM id as a response packet source
 +    * Process disco results to sm id also
 +    * Better error packet generation
 +    * Use router.lost setting after router disconnection.
 +    * Minor ns check fix
 +    * Added preliminary support for multiple component routes for one domain name.
 +    * Fixed some signedness compilation warnings
 +    * Defaulting to SQLite storage
 +    * Implemented virtual hosts support in SM. (merged r791-792,r797 from vhosts branch) Session Manager is now able to handle more than one domain. This means that you do not need to launch more than one sm process instance for many domains with same configuration.
 +    * Drop IQ result packet before delivering them to the router. User client is generating IQ result packet for every server generated IQ set. If we do not process them in SM module, we should not deliver them back to the client.
 +    * Fixed mutual subscription flow
 +    * Fixed xhash freeing related crash
 +    * Implemented correct disco#info for 'sessions' node
 +    * Merged xhash optimisations by Eric Liang. Refs Bug #385035
 +    * Merged crypt() password support for LDAP backend by Dan Fandrich. Closes Bug #384940
 +    * Do not null first bytes of just freed memory
 +    * Do not close already closed sockets
 +    * Give hint on user.auto-create when user not found in storage
 +    * Removed unneded C++ compiler check from configure. Fixes Bug #383571
 +    * Merged patch for problem with os_copy() compilation in ldap_vcard backend. Fixes Bug #383526
 +    * Merged patch for problem with crypt() support compilation in MySQL backend. Fixes Bug #383516
 +    * Merged patch fixing Cyrus SASL decode calls. Fies Bug #383512
 +    * Merged patch to not link PAM to every lib. Fies Bug #383506
 +    * Implemented PBX integration interface. You may now start/stop "fake" sessions in SM with a pipe interface commands.
 +    * Merged patch with kqueue support by jh. Bug #373159
 +    * Mark user table as freed on free
===== 2.2.8 ===== ===== 2.2.8 =====
 
jabberd2/releases.txt · Last modified: 2009/07/06 00:10 by Tomasz Sterna
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-No Derivative Works 3.0 Unported