File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ## 1.15.0
4+ - Added setValidationError(2) function to TFormValidator class
5+ - Added debug functions like 'tDebug() << "foo" << ..'.
6+ - Added config-initializer functions to TWebApplication class.
7+ - Added C++11 for-loop for TSqlORMapper class.
8+ - Modified functions of TFormValidator class.
9+ - Modified to handle quoted multipart/form-data boundary value.
10+ - Fix a bug of JSON parser of THttpRequest class.
11+ - Fix a bug of deadlock of thread on win64.
12+ - Fixed risky fallback for Content-Type in POST handling.
13+ - Added C++11 for-loop for TSqlORMapper class.
14+ - Added a fixed width setting for %O parameter for access log.
15+
316## 1.14.0
417 - Modified to use QThreadStorage class instead of thread_local.
518 - Modified the scaffold generater to generate better codes.
Original file line number Diff line number Diff line change 33
44#define TF_VERSION_STR " 1.15.0"
55#define TF_VERSION_NUMBER 0x011500
6- #define TF_SRC_REVISION 1275
6+ #define TF_SRC_REVISION 1311
77
88#include < QtGlobal>
99#include < QMetaType>
You can’t perform that action at this time.
0 commit comments