Skip to content

Commit b915dd8

Browse files
update CHANGELOG.md
1 parent 28e7e2c commit b915dd8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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.

src/tglobal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

0 commit comments

Comments
 (0)