Changeset 630

Show
Ignore:
Timestamp:
16/07/08 11:28:08 (5 months ago)
Author:
smoku
Message:

Updated ChangeLog?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r626 r630  
     12008-07-15 Tomasz Sterna <tomek@xiaoka.com> 
     2        * Removed jid prep cache and mysql filters cache. 
     3          These are known to grow without restrictions causing memory "leak". 
     4          Patches by Mark Doliner. Refs #219 
     5        * Fix in jabber:iq:register example in router-filter.xml 
     6 
     72008-07-14 Tomasz Sterna <tomek@xiaoka.com> 
     8        * Fix in lookup.resolve-ipv6 in s2s.xml handling 
     9 
    1102008-07-11 Mark Doliner <mark@meebo.com> 
    211        * Fix c2s's byte rate limiting. 
     
    817          support the roster maxitems or offline quota limits. 
    918 
     192008-07-09 Tomasz Sterna <tomek@xiaoka.com> 
     20        * Merged pointer size overflow patch. Fixes #231 
     21 
     222008-07-08 Mark Doliner <mark@meebo.com> 
     23        * Comments and spelling errors fixes 
     24 
    10252008-07-04 Mark Doliner <mark@meebo.com> 
    1126        * Fix a potential memory leak when attempting to read from a socket that 
    1227          has been closed. 
    1328        * Improve the documentation for <max_fds> in the configuration files. 
     29 
     302008-07-01 Tomasz Sterna <tomek@xiaoka.com> 
     31        * Merged MySQL crypt()ed password full implementation. Closes #228 
     32 
     332008-06-25 Tomasz Sterna <tomek@xiaoka.com> 
     34        * Note about filter rules order 
     35 
     362008-06-15 Tomasz Sterna <tomek@xiaoka.com> 
     37        * Added SSL verify-mode note 
     38 
     392008-06-12 Mark Doliner <mark@meebo.com> 
     40        * Fixed debug message 
     41        * Re-use DB query the filter instead of recreating it. 
     42 
     432008-06-05 Tomasz Sterna <tomek@xiaoka.com> 
     44        * Changed order of subdirs building 
     45 
     462008-06-04 Tomasz Sterna <tomek@xiaoka.com> 
     47        * Added --without-subst option to disable subst/ library building. 
     48 
     492008-06-03 Adam Strzelecki <ono@java.pl> 
     50        * Fix function names and add some forward declarations for apt_base64_* 
     51 
     522008-05-27 Tomasz Sterna <tomek@xiaoka.com> 
     53        * Do not bounce s2s error packets 
     54 
     552008-05-26 Tomasz Sterna <tomek@xiaoka.com> 
     56        * Fixed filtered packets error reporting 
     57        * Changed router-filter example, because resource is not matched 
     58        * Fixed errors generation on filter drops 
     59 
     602008-05-25 Tomasz Sterna <tomek@xiaoka.com> 
     61        * Fixed base64 lib replacement. Closes #221 
     62 
     632008-05-23 Tomasz Sterna <tomek@xiaoka.com> 
     64        * Removed obsolete contrib/debian dir 
     65        * Small fixes in pool handling 
     66        * Fixes in config files options 
    1467 
    15682008-05-20 Tomasz Sterna <tomek@xiaoka.com>