Changes between Version 6 and Version 7 of WikiStart


Ignore:
Timestamp:
12/16/2013 11:14:48 AM (12 years ago)
Author:
chenxiaohu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v6 v7  
    44 
    55== 版本发布 == 
     6 
     7== 3.0.3 == 
     8 
     9* 修复当mc服务器机器彻底死掉(ip死掉)时,客户端长时间阻塞问题 
     10* 修复KT客户端错误回调时用错方法问题(我们平时不用这些功能) 
     11 
     12{{{ 
     13<dependency> 
     14  <groupId>com.danga</groupId> 
     15  <artifactId>memcached-client</artifactId> 
     16  <version>3.0.3</version> 
     17  <type>pom</type> 
     18</dependency> 
     19}}} 
    620 
    721== 3.0.2 == 
     
    1125* 增加读取使用二进制协议读取Kyoto Tycoon服务器的客户端 http://fallabs.com/kyototycoon/ 
    1226 
    13 {{{ 
    14 <dependency> 
    15   <groupId>com.danga</groupId> 
    16   <artifactId>memcached-client</artifactId> 
    17   <version>3.0.2</version> 
    18   <type>pom</type> 
    19 </dependency> 
    20 }}} 
    2127 
    2228== 3.0.1 ==