Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Feb 25, 2015
1 parent 3b52374 commit 36787fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2014, Cybozu.
Copyright (c) 2013-2015 Cybozu.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
version 1.1.1

* New config option "secure_erase" for confidential data.
* New config option "lock_memory" to prevent swapping.

version 1.1.0

* update documents.
Expand Down
4 changes: 2 additions & 2 deletions src/constants.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Constants used in yrmcds.
// (C) 2013, 2014 Cybozu.
// (C) 2013-2015 Cybozu.

#ifndef YRMCDS_CONSTANTS_HPP
#define YRMCDS_CONSTANTS_HPP
Expand Down Expand Up @@ -31,7 +31,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 1.1.0";
const char VERSION[] = "yrmcds version 1.1.1";

} // namespace yrmcds

Expand Down

0 comments on commit 36787fe

Please sign in to comment.