Changeset 645

Show
Ignore:
Timestamp:
28/07/08 19:14:14 (4 months ago)
Author:
smoku
Message:

Updated ChangeLog? and UPGRADE files

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r637 r645  
     12008-07-28 Tomasz Sterna <tomek@xiaoka.com> 
     2        * Clear SSL error stack on each new SSL ctx 
     3        * Added SSL error messages to debug output 
     4 
     52008-07-27 Tomasz Sterna <tomek@xiaoka.com> 
     6        * Implemented MIO read throttling in c2s. Now we pause reading socket 
     7          instead of disconnection on throttle. 
     8 
     92008-07-24 Tomasz Sterna <tomek@xiaoka.com> 
     10        * Referring the default sqlite.db in db-setup.sqlite example. Fixes #238 
     11 
    1122008-07-23 Mark Doliner <mark@meebo.com> 
    213        * Removed scod module. 
     
    718          incoming stanza even though the stanza already had an xmlns attribute 
    819          set. 
     20 
     212008-07-19 Tomasz Sterna <tomek@xiaoka.com> 
     22        * Added missing %s argument in printf call. Refs #237 
    923 
    10242008-07-15 Tomasz Sterna <tomek@xiaoka.com> 
  • trunk/UPGRADE

    r631 r645  
    11This file contains upgrade instructions between different versions of jabberd2. 
     2 
     3 
     4* 2.2.1 to 2.2.2 upgrade: 
     5 
     6What changed: 
     7- SCOD is gone (again) 
     8- implemented rate limiting throtling 
     9- option to limit stanzas per second 
     10 
     11See io.limits.stanzas section in etc/c2s.xml.dist and copy to yours c2s.xml. 
     12Now, when you rate limit your clients, they are throttled instead of disconnected. 
     13 
    214 
    315* 2.2.0 to 2.2.1 upgrade: 
     
    1527You may now expect rate limiting to actually work. 
    1628Jabberd should now grow memory usage like before, but may eat a bit more CPU power. 
     29 
    1730 
    1831* 2.1.24 to 2.2.0 upgrade: