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 ad54025 commit 430ef3fCopy full SHA for 430ef3f
CHANGELOG.md
@@ -1,4 +1,11 @@
1
# ChangeLog
2
+## 1.26.0
3
+ - Added cache modules by SQLite, MongoDB and Redis.
4
+ - Updated LZ4 compression algorithm to 1.9.2.
5
+ - Fix a compilation error on Ubuntu 19.10.
6
+ - Changed the epoll module from multi-thread to single thread architecture.
7
+ - Performance improvement.
8
+
9
## 1.25.0
10
- Updated Mongo C driver to v1.9.5.
11
- Updated LZ4 compression algorithm to v1.9.1.
src/tglobal.h
@@ -3,7 +3,7 @@
constexpr auto TF_VERSION_STR = "1.26.0";
constexpr auto TF_VERSION_NUMBER = 0x012600;
-constexpr auto TF_SRC_REVISION = 2085;
+constexpr auto TF_SRC_REVISION = 2112;
#include <QtGlobal>
#include <QMetaType>
0 commit comments