Skip to content

Commit

Permalink
push v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
L-codes committed Nov 3, 2020
1 parent bf0a33a commit fd6a172
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG-en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

### v2.3.0
jsp(x) Restore the `trimDirectiveWhitespaces` set version `tunnel_compatibility.jsp(x)` that is compatible with the lower version of jdk
jsp(x) `response.getOutputStream()` replaced with ʻout.write()` to solve the performance and stability problems caused by error messages on websphere
Turn off color terminal printing on Windows

### v2.2.0
Fix the wrong encoding problem of `--file` file
Optimize the transmission rate
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

### v2.3.0
jsp(x) 恢复兼容低版本 jdk 的 `trimDirectiveWhitespaces` 设置版本 `tunnel_compatibility.jsp(x)`
jsp(x) 的 `response.getOutputStream()` 替换成 `out.write()` 解决 websphere 上错误信息导致的性能与稳定性问题
关闭 Windows 上的彩色终端打印

### v2.2.0
修复 `--file` 文件的错误编码问题
优化传输速率
Expand Down
4 changes: 3 additions & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Neo-reGeorg
Version
----

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


Features
Expand Down Expand Up @@ -52,10 +52,12 @@ $ python neoreg.py generate -k password

[+] Create neoreg server files:
=> neoreg_servers/tunnel.jspx
=> neoreg_servers/tunnel_compatibility.jspx
=> neoreg_servers/tunnel.php
=> neoreg_servers/tunnel.ashx
=> neoreg_servers/tunnel.aspx
=> neoreg_servers/tunnel.jsp
=> neoreg_servers/tunnel_compatibility.jsp

```

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Neo-reGeorg
Version
----

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



Expand Down Expand Up @@ -53,10 +53,12 @@ $ python neoreg.py generate -k password

[+] Create neoreg server files:
=> neoreg_servers/tunnel.jspx
=> neoreg_servers/tunnel_compatibility.jspx
=> neoreg_servers/tunnel.php
=> neoreg_servers/tunnel.ashx
=> neoreg_servers/tunnel.aspx
=> neoreg_servers/tunnel.jsp
=> neoreg_servers/tunnel_compatibility.jsp

```

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

import sys
import os
Expand Down

0 comments on commit fd6a172

Please sign in to comment.