Skip to content

Commit 430ef3f

Browse files
Updated CHANGELOG.md
1 parent ad54025 commit 430ef3f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# 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+
29
## 1.25.0
310
- Updated Mongo C driver to v1.9.5.
411
- Updated LZ4 compression algorithm to v1.9.1.

src/tglobal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
constexpr auto TF_VERSION_STR = "1.26.0";
55
constexpr auto TF_VERSION_NUMBER = 0x012600;
6-
constexpr auto TF_SRC_REVISION = 2085;
6+
constexpr auto TF_SRC_REVISION = 2112;
77

88
#include <QtGlobal>
99
#include <QMetaType>

0 commit comments

Comments
 (0)