We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f987638 commit 4094d65Copy full SHA for 4094d65
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# ChangeLog
2
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
+
7
## 2.6.0
8
- Implemented in-memory KVS for cache system.
9
- Added a link option for Glog shared library.
src/tglobal.h
@@ -1,7 +1,7 @@
#pragma once
constexpr auto TF_VERSION_STR = "2.6.1";
constexpr auto TF_VERSION_NUMBER = 0x020601;
-constexpr auto TF_SRC_REVISION = 2756;
+constexpr auto TF_SRC_REVISION = 2758;
#include <QMetaType>
#include <QIODevice>
0 commit comments