File tree Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 优化传输速率
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Neo-reGeorg
1515Version
1616----
1717
18- 2.2 .0 - [ Change Log] ( CHANGELOG.md )
18+ 2.3 .0 - [ Change Log] ( CHANGELOG.md )
1919
2020
2121Features
@@ -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
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Neo-reGeorg
1515Version
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
Original file line number Diff line number Diff line change 22# -*- coding: utf-8 -*-
33
44__author__ = 'L'
5- __version__ = '2.2 .0'
5+ __version__ = '2.3 .0'
66
77import sys
88import os
You can’t perform that action at this time.
0 commit comments