File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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+
116Changes with version 1.8.0
217 * Support WebSocket protocol.
318 * C++11 support enabled as default.
Original file line number Diff line number Diff line change 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 ) \
You can’t perform that action at this time.
0 commit comments