Skip to content

Commit c3feaac

Browse files
committed
push v3.6.0
1 parent f690c14 commit c3feaac

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
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.6.0:
4+
Server: aspx/ashx added support for intranet forwarding function (reference -r)
5+
36
### v3.5.0:
47
Server: jsp(x) uses classloader instead to solve the problem that jdk syntax is not backward compatible and cannot run normally (compatible with jdk >= 1.5) (special thanks to @c0ny1 for the PR solution)
58
Server: jsp(x) repair websphere environment, java.lang.NegativeArraySizeException error of FORWARD

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.6.0:
4+
Server: aspx/ashx 新增支持内网转发功能 (参考 -r)
5+
36
### v3.5.0:
47
Server: jsp(x) 改用 classloader 的方式,解决 jdk 语法不向下兼容导致无法正常运行的问题 (兼容 jdk >= 1.5) (特别感谢 @c0ny1 的 PR)
58
Server: jsp(x) 修复 websphere 环境,FORWARD 的 java.lang.NegativeArraySizeException 错误

README-en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
## Version
1515

16-
3.5.0 - [Change Log](CHANGELOG-en.md)
16+
3.6.0 - [Change Log](CHANGELOG-en.md)
1717

1818

1919
## Features
@@ -29,7 +29,7 @@
2929
* High compatibility of the server environment
3030
* (only php) Refer to [pivotnacci](https://github.com/blackarrowsec/pivotnacci) to implement a single `SESSION` to create multiple TCP connections to deal with some load balancing scenarios
3131
* aspx/ashx/jsp/jspx no longer relies on Session, and can run normally in harsh environments such as cookie-free
32-
* Support HTTP forwarding, coping with load balancing environment
32+
* (non-php) Support HTTP forwarding, coping with load balancing environment
3333

3434

3535
## Dependencies

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## Version
1616

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

1919

2020

@@ -31,7 +31,7 @@
3131
* 服务端环境的高兼容性
3232
* (仅 php) 参考 [pivotnacci](https://github.com/blackarrowsec/pivotnacci) 实现单 Session 创建多 TCP 连接,应对部分负载均衡场景
3333
* aspx/ashx/jsp/jspx 已不再依赖 Session,可在无 Cookie 等恶劣环境正常运行
34-
* 支持内网转发,应对负载均衡环境
34+
* (非 php) 支持内网转发,应对负载均衡环境
3535

3636

3737

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.5.0'
5+
__version__ = '3.6.0'
66

77
import sys
88
import os

0 commit comments

Comments
 (0)