This repository was archived by the owner on Nov 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yao Yue
committed
Jun 4, 2013
1 parent
1d0d8a5
commit a81ed22
Showing
16 changed files
with
1,208 additions
and
757 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2013-06-04 Cache Team <[email protected]> | ||
* twemcache: version 2.6.0 release | ||
* Fix: memory leak in suffix, with contribution from @ferlatum & @skuzmich | ||
* Fix: mc_cache create using the right parameter now (credit to @haipome) | ||
* Fix: wrong assertion crippling debug version of binary | ||
* Fix: UDP packet using 100% CPU (backported by @cloudflare) | ||
* Feature: adding separate metrics to track get* commands and get* keys | ||
* Feature: adding appendrl and prepend rl command to return data length | ||
* Cleanup: avoiding allocating item/slab magic when assert is not used | ||
* Cleanup: stats cleanup within the item & command processing modules | ||
* Cleanup: refactoring of the interfaces between mc_items.* and mc_ascii.* | ||
* Misc: help information now displays in Unix style | ||
|
||
2012-12-11 Cache Team <[email protected]> | ||
* twemcache: version 2.5.3 release | ||
* Fix: insufficient item length causing segfault | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Define the package version numbers and the bug reporting address | ||
m4_define([MC_MAJOR], 2) | ||
m4_define([MC_MINOR], 5) | ||
m4_define([MC_PATCH], 3) | ||
m4_define([MC_MINOR], 6) | ||
m4_define([MC_PATCH], 0) | ||
m4_define([MC_BUGS], [[email protected]]) | ||
|
||
# Initialize autoconf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.