Skip to content

Commit c828135

Browse files
updated CHANGELOG.md
1 parent c0ffc3a commit c828135

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog
22

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+
37
## 2.7.0
48
- Fix possibility of thread conflicting when receiving packets.
59
- Changed hash algorithm to HMAC of SHA3.

src/tglobal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22
constexpr auto TF_VERSION_STR = "2.7.1";
33
constexpr auto TF_VERSION_NUMBER = 0x020701;
4-
constexpr auto TF_SRC_REVISION = 2803;
4+
constexpr auto TF_SRC_REVISION = 2806;
55

66
#include <QMetaType>
77
#include <QIODevice>

0 commit comments

Comments
 (0)