We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ffc3a commit c828135Copy full SHA for c828135
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# ChangeLog
2
3
+## 2.7.1
4
+ - Fix a bug of opening shared memory KVS.
5
+ - Modified to reply NotFound when it can not invoke the action.
6
+
7
## 2.7.0
8
- Fix possibility of thread conflicting when receiving packets.
9
- Changed hash algorithm to HMAC of SHA3.
src/tglobal.h
@@ -1,7 +1,7 @@
#pragma once
constexpr auto TF_VERSION_STR = "2.7.1";
constexpr auto TF_VERSION_NUMBER = 0x020701;
-constexpr auto TF_SRC_REVISION = 2803;
+constexpr auto TF_SRC_REVISION = 2806;
#include <QMetaType>
#include <QIODevice>
0 commit comments