Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Dec 4, 2013
1 parent cdfc268 commit 70341f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version 1.0.0

* [security] MurmurHash was replaced with SipHash.

version 0.9.7

* add a new statistics option "stats ops" to report the total count
Expand Down
7 changes: 2 additions & 5 deletions docs/future.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ Future Plans
<p />

* Save snapshots periodically.
This can be done by [forking][fork] a child process at slaves.
Since slaves are single-threaded, fork will do no harm.
This can be done by [forking][fork] a child process when all
worker threads are idle.


[murmur]: https://code.google.com/p/smhasher/wiki/MurmurHash3
[siphash]: https://131002.net/siphash/
[fork]: http://manpages.ubuntu.com/manpages/precise/en/man2/fork.2.html
[keepalived]: http://www.keepalived.org/
2 changes: 1 addition & 1 deletion src/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const std::size_t MAX_REQUEST_LENGTH = 30 << 20; // 30 MiB
const int MAX_SLAVES = 5;
const int MAX_CONSECUTIVE_GCS = 3;

const char VERSION[] = "yrmcds version 0.9.7";
const char VERSION[] = "yrmcds version 1.0.0";

} // namespace yrmcds

Expand Down

0 comments on commit 70341f0

Please sign in to comment.