Skip to content

Commit 6278263

Browse files
committed
update Changelog
1 parent f1954a0 commit 6278263

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Changes with version 1.9.0
2+
* Implemented keep-alive modules for WebSocket.
3+
* Implemented publish/subscribe functions for WebSocket.
4+
* Changed API of endpoint class.
5+
* Changed default random generator to std::mt19937.
6+
* Changed system bus module so as to use local socket class.
7+
* Added TSql::IsEmpty operator for TCriteria class.
8+
* Added NOT operator for TCriteria class.
9+
* Fix a bug of parsing WebSocket frame.
10+
* Fix a bug of sending logic for epoll.
11+
* Fix a bug of segmentation error.
12+
* Fix a bug of throwing runtime exception of treefrog.
13+
* Fix a buf of windows installer.
14+
* Performance improvement of multiplexing server.
15+
116
Changes with version 1.8.0
217
* Support WebSocket protocol.
318
* C++11 support enabled as default.

src/tglobal.h

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

99
#define TF_VERSION_STR "1.9.0"
1010
#define TF_VERSION_NUMBER 0x010900
11-
#define TF_SRC_REVISION 896
11+
#define TF_SRC_REVISION 924
1212

1313

1414
#define T_DECLARE_CONTROLLER(TYPE, NAME) \

0 commit comments

Comments
 (0)