Skip to content

Commit 54e8739

Browse files
update docs for HTML.
1 parent 5996380 commit 54e8739

File tree

5 files changed

+31
-15
lines changed

5 files changed

+31
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# ChangeLog
22
## 1.25.0
3-
- Updated mongo c driver to v1.9.5.
4-
- Update LZ4 compression algorithom to v1.9.1.
3+
- Updated Mongo C driver to v1.9.5.
4+
- Updated LZ4 compression algorithm to v1.9.1.
55
- Modified to set a domain in session cookie. #245
66
- Changed the default C++ config from c++11 to c++14.
77
- Erased 'DISTINCT' from SELECT statement.
88
- Fix a bug of stopping tadpole.
9-
- Fix a bug of outputing accesslog.
9+
- Fix a bug of outputting accesslog.
1010
- Modified for MSVC2015.
1111
- Performance improvement.
1212

docs/en/download/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ TreeFrog Installer for Qt 5 has been released. If installing it, the development
1313

1414
| Version | File |
1515
|-------------------------------------|--------------------------------------|
16-
| 1.24.0 for MinGW (Qt 5.11 or 5.12) | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-1.24.0-mingw-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v1.24.0/treefrog-1.24.0-mingw-setup.exe) |
17-
| 1.24.0 for Visual Studio 2017 (Qt 5.11 or 5.12)| [<i class="fa fa-download" aria-hidden="true"></i> treefrog-1.24.0-msvc2017_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v1.24.0/treefrog-1.24.0-msvc2017_64-setup.exe) |
16+
| 1.25.0 for Visual Studio 2017 (Qt 5.12 or 5.13)| [<i class="fa fa-download" aria-hidden="true"></i> treefrog-1.25.0-msvc2017_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v1.25.0/treefrog-1.25.0-msvc2017_64-setup.exe) |
1817

1918
</div>
2019

@@ -27,7 +26,7 @@ The source code packages of TreeFrog Framework are available.
2726

2827
| Source | File |
2928
|----------------|----------------------------------|
30-
| version 1.24.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-1.24.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v1.24.0.tar.gz) |
29+
| version 1.25.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-1.25.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v1.25.0.tar.gz) |
3130

3231
</div>
3332

docs/en/index.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,28 @@ Try TreeFrog Framework which combines high productivity and high speed operation
3737

3838
## <i class="fa fa-bell" aria-hidden="true"></i> News
3939

40+
July 20, 2019
41+
42+
### TreeFrog Framework version 1.25.0 (stable) release <span style="color: red;">New!</span>
43+
44+
- Updated Mongo C driver to v1.9.5.
45+
- Updated LZ4 compression algorithm to v1.9.1.
46+
- Modified to set a domain in session cookie.
47+
- Changed the default C++ config from c++11 to c++14.
48+
- Other bugfixes and improvements.
49+
50+
[<i class="fas fa-download"></i> Download this version](/en/download/)
51+
4052
Apr. 29, 2019
4153

42-
### TreeFrog Framework version 1.24.0 (stable) release <span style="color: red;">New!</span>
54+
### TreeFrog Framework version 1.24.0 (stable) release
4355

4456
- Modified to use LZ4 compression algorithm.
4557
- Implemented functions storing data of hash type for Redis.
4658
- Fix a bug of incorrect Content-Type returned for files with uppercase extension.
4759
- Fix a bug of parsing form-data values included backslashes.
4860
- Other bugfixes and improvements.
4961

50-
[<i class="fas fa-download"></i> Download this version](/en/download/)
51-
5262
Jan. 6, 2019
5363

5464
### TreeFrog Framework version 1.23.0 (stable) release

docs/ja/download/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Qt5 向けのインストーラを提供しています。セットアップす
1313

1414
| バージョン | ファイル |
1515
|------------------------------------------------|---------------------------------------|
16-
| 1.24.0 for MinGW [ Qt5.11 または 5.12 ] | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-1.24.0-mingw-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v1.24.0/treefrog-1.24.0-mingw-setup.exe) |
17-
| 1.24.0 for Visual Studio 2017 64bit [ Qt5.11 または 5.12 ] | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-1.24.0-msvc2017_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v1.24.0/treefrog-1.24.0-msvc2017_64-setup.exe) |
16+
| 1.25.0 for Visual Studio 2017 64bit [ Qt5.12 または 5.13 ] | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-1.25.0-msvc2017_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v1.25.0/treefrog-1.25.0-msvc2017_64-setup.exe) |
1817

1918
</div>
2019

@@ -30,7 +29,7 @@ Qt5 向けのインストーラを提供しています。セットアップす
3029

3130
| ソースパッケージ | ファイル |
3231
|-------------------|----------------------------------|
33-
| バージョン 1.24.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-1.24.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v1.24.0.tar.gz) |
32+
| バージョン 1.25.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-1.25.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v1.25.0.tar.gz) |
3433

3534
</div>
3635

docs/ja/index.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,24 @@ Webアプリの開発において、開発効率と動作速度はトレード
4040

4141
## <i class="fa fa-bell" aria-hidden="true"></i> お知らせ
4242

43-
### 2019/4/29 TreeFrog Framework バージョン1.24.0 (安定版)リリース <span style="color: red;">New!</span>
43+
### 2019/4/29 TreeFrog Framework バージョン1.25.0 (安定版)リリース <span style="color: red;">New!</span>
44+
45+
- Mongo Cドライバをv1.9.5に更新
46+
- LZ4圧縮アルゴリズムをv1.9.1に更新
47+
- セッションクッキーにドメイン値を設定できるよう修正
48+
- コンフィグをC++11からC++14に変更
49+
- その他不具合修正と改善
50+
51+
[<i class="fas fa-download"></i> ダウンロードはこちらから](/ja/download/)
52+
53+
### 2019/4/29 TreeFrog Framework バージョン1.24.0 (安定版)リリース
4454

4555
- LZ4圧縮アルゴリズムを使用するよう修正
4656
- Redisハッシュ型データ向けの関数を実装
4757
- 大文字を使った拡張子のファイルで戻されるコンテントタイプの不具合修正
4858
- バックスラッシュを含んだform-dataの解析の不具合修正
4959
- その他不具合修正と改善
5060

51-
[<i class="fas fa-download"></i> ダウンロードはこちらから](/ja/download/)
52-
5361
### 2019/1/6 TreeFrog Framework バージョン1.23.0 (安定版)リリース
5462

5563
- BEGEN/COMMIT/ROLLBACK 失敗時のファールセーフ追加

0 commit comments

Comments
 (0)