Changeset 1146 for trunk/ChangeLog

Show
Ignore:
Timestamp:
08/23/2012 10:27:54 AM (9 months ago)
Author:
moo
Message:

closes #287: namespace support

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r1140 r1146  
    44 * chg: proto array xcache_clear_cache(int type, [ int id = -1 ]). -1 means all cache splits 
    55 * new: proto array xcache_enable_cache(int type, [ int id = -1, [ bool enable = true ] ]) 
     6 * new: proto array xcache_admin_namespace() 
     7 * new: proto array xcache_set_namespace(string namespace) 
    68 
    79Ini Settings Changes 
     
    1820 * closes #174: updates api to support "clear all cache" 
    1921 * closes #198: support for caching protocol url 
     22 * closes #287: namespace support 
    2023 * fixes #39: ini_set never work for xcache.coverager setting. use API instead 
    2124 * code refactor