Skip to content

Commit

Permalink
push v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
L-codes committed Jun 2, 2021
1 parent 97ac71b commit 7c62f17
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

### v3.2.1:
Server: jsp(x) fixes the error that cannot be compiled normally in the Jboss environment

### v3.2.0:
Fix bugs that occurred when solving high-bandwidth, improve stability, and increase the transmission speed of high-bandwidth by more than 10 times
Client: Add the `--max-read-size` parameter to control the maximum length of the response packet of the `READ` request
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

### v3.2.1:
Server: jsp(x) 修复在 Jboss 环境下,无法正常编译的错误

### v3.2.0:
修复解决高宽带时出现的 BUG 提高稳定性,并提升10倍以上高宽带的传输速度
Client: 添加 `--max-read-size` 参数控制 `READ` 请求的响应包最大长度
Expand Down
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## Version

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


## Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Version

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



Expand Down
2 changes: 1 addition & 1 deletion neoreg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

__author__ = 'L'
__version__ = '3.2.0'
__version__ = '3.2.1'

import sys
import os
Expand Down

0 comments on commit 7c62f17

Please sign in to comment.