Skip to content

Commit

Permalink
version 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpark816 committed Jun 7, 2018
1 parent 45a1fad commit d2eb436
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2018-06-07 [version 1.11.3]
* [Feature] Removed the useless attribute compatibility check in smget.
* [Feature] Forced btree overflow action for temporary use.
* [Feature] Automatic srcub stale when a new node is added.
* [Feature] Proxy support where memcached operates as a backend of it.
* [Feature] Added "cmd_cas" memcached stat and activated cas stats.
* [Feature] Increased MAX_SERVICECODE_LENGTH. 32 => 128.
* [Feature] Added MAX_HOSTNAME_LENGTH whose value is 128.
* [Fix] Slab free_small_space overflow.
* [Fix] TCP port bug when UDP port of 0 is only specified.
* [Fix] Disabled UDP by default.
* [Fix] Incorrect value length checking of collection.
* [Enhance] Handled multiple scattered values of an item or an element.
* [Enhance] Used mblocks for command parsing and tokenizing.
* [Test] Reorganized the unit tests.
* [Test] Fixed the intermittent failure in the testapp test.
* [Other] A lot of code refactoring.

2018-02-27 [version 1.11.2]
* [Enhance] Improve the logic of finding list elements.
* [Fix] Add missing break when print the long query string.
Expand Down

0 comments on commit d2eb436

Please sign in to comment.