Skip to content

Commit 7c62f17

Browse files
committed
push v3.2.1
1 parent 97ac71b commit 7c62f17

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

CHANGELOG-en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
### v3.2.1:
4+
Server: jsp(x) fixes the error that cannot be compiled normally in the Jboss environment
5+
36
### v3.2.0:
47
Fix bugs that occurred when solving high-bandwidth, improve stability, and increase the transmission speed of high-bandwidth by more than 10 times
58
Client: Add the `--max-read-size` parameter to control the maximum length of the response packet of the `READ` request

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
### v3.2.1:
4+
Server: jsp(x) 修复在 Jboss 环境下,无法正常编译的错误
5+
36
### v3.2.0:
47
修复解决高宽带时出现的 BUG 提高稳定性,并提升10倍以上高宽带的传输速度
58
Client: 添加 `--max-read-size` 参数控制 `READ` 请求的响应包最大长度

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
## Version
1515

16-
3.2.0 - [Change Log](CHANGELOG-en.md)
16+
3.2.1 - [Change Log](CHANGELOG-en.md)
1717

1818

1919
## Features

README.md

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

1515
## Version
1616

17-
3.2.0 - [版本修改日志](CHANGELOG.md)
17+
3.2.1 - [版本修改日志](CHANGELOG.md)
1818

1919

2020

neoreg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
__author__ = 'L'
5-
__version__ = '3.2.0'
5+
__version__ = '3.2.1'
66

77
import sys
88
import os

0 commit comments

Comments
 (0)