Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Oct 19, 2019
1 parent ad54025 commit 430ef3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# ChangeLog
## 1.26.0
- Added cache modules by SQLite, MongoDB and Redis.
- Updated LZ4 compression algorithm to 1.9.2.
- Fix a compilation error on Ubuntu 19.10.
- Changed the epoll module from multi-thread to single thread architecture.
- Performance improvement.

## 1.25.0
- Updated Mongo C driver to v1.9.5.
- Updated LZ4 compression algorithm to v1.9.1.
Expand Down
2 changes: 1 addition & 1 deletion src/tglobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 430ef3f

Please sign in to comment.