Skip to content

Commit 4094d65

Browse files
updated CHANGELOG.
1 parent f987638 commit 4094d65

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog
22

3+
## 2.6.1
4+
- Fix a bug of outputting access log.
5+
- Added a link option for LZ4 shared library on Linux of macOS.
6+
37
## 2.6.0
48
- Implemented in-memory KVS for cache system.
59
- Added a link option for Glog shared library.

src/tglobal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22
constexpr auto TF_VERSION_STR = "2.6.1";
33
constexpr auto TF_VERSION_NUMBER = 0x020601;
4-
constexpr auto TF_SRC_REVISION = 2756;
4+
constexpr auto TF_SRC_REVISION = 2758;
55

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

0 commit comments

Comments
 (0)