Skip to content

Commit fd6a172

Browse files
committed
push v2.3.0
1 parent bf0a33a commit fd6a172

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

CHANGELOG-en.md

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

3+
### v2.3.0
4+
jsp(x) Restore the `trimDirectiveWhitespaces` set version `tunnel_compatibility.jsp(x)` that is compatible with the lower version of jdk
5+
jsp(x) `response.getOutputStream()` replaced with ʻout.write()` to solve the performance and stability problems caused by error messages on websphere
6+
Turn off color terminal printing on Windows
7+
38
### v2.2.0
49
Fix the wrong encoding problem of `--file` file
510
Optimize the transmission rate

CHANGELOG.md

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

3+
### v2.3.0
4+
jsp(x) 恢复兼容低版本 jdk 的 `trimDirectiveWhitespaces` 设置版本 `tunnel_compatibility.jsp(x)`
5+
jsp(x) 的 `response.getOutputStream()` 替换成 `out.write()` 解决 websphere 上错误信息导致的性能与稳定性问题
6+
关闭 Windows 上的彩色终端打印
7+
38
### v2.2.0
49
修复 `--file` 文件的错误编码问题
510
优化传输速率

README-en.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Neo-reGeorg
1515
Version
1616
----
1717

18-
2.2.0 - [Change Log](CHANGELOG.md)
18+
2.3.0 - [Change Log](CHANGELOG.md)
1919

2020

2121
Features
@@ -52,10 +52,12 @@ $ python neoreg.py generate -k password
5252

5353
[+] Create neoreg server files:
5454
=> neoreg_servers/tunnel.jspx
55+
=> neoreg_servers/tunnel_compatibility.jspx
5556
=> neoreg_servers/tunnel.php
5657
=> neoreg_servers/tunnel.ashx
5758
=> neoreg_servers/tunnel.aspx
5859
=> neoreg_servers/tunnel.jsp
60+
=> neoreg_servers/tunnel_compatibility.jsp
5961

6062
```
6163

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Neo-reGeorg
1515
Version
1616
----
1717

18-
2.2.0 - [版本修改日志](CHANGELOG.md)
18+
2.3.0 - [版本修改日志](CHANGELOG.md)
1919

2020

2121

@@ -53,10 +53,12 @@ $ python neoreg.py generate -k password
5353

5454
[+] Create neoreg server files:
5555
=> neoreg_servers/tunnel.jspx
56+
=> neoreg_servers/tunnel_compatibility.jspx
5657
=> neoreg_servers/tunnel.php
5758
=> neoreg_servers/tunnel.ashx
5859
=> neoreg_servers/tunnel.aspx
5960
=> neoreg_servers/tunnel.jsp
61+
=> neoreg_servers/tunnel_compatibility.jsp
6062

6163
```
6264

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__ = '2.2.0'
5+
__version__ = '2.3.0'
66

77
import sys
88
import os

0 commit comments

Comments
 (0)