Skip to content

Commit

Permalink
push v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
L-codes committed Sep 16, 2021
1 parent f690c14 commit c3feaac
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 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.6.0:
Server: aspx/ashx added support for intranet forwarding function (reference -r)

### v3.5.0:
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)
Server: jsp(x) repair websphere environment, java.lang.NegativeArraySizeException error of FORWARD
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.6.0:
Server: aspx/ashx 新增支持内网转发功能 (参考 -r)

### v3.5.0:
Server: jsp(x) 改用 classloader 的方式,解决 jdk 语法不向下兼容导致无法正常运行的问题 (兼容 jdk >= 1.5) (特别感谢 @c0ny1 的 PR)
Server: jsp(x) 修复 websphere 环境,FORWARD 的 java.lang.NegativeArraySizeException 错误
Expand Down
4 changes: 2 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## Version

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


## Features
Expand All @@ -29,7 +29,7 @@
* High compatibility of the server environment
* (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
* aspx/ashx/jsp/jspx no longer relies on Session, and can run normally in harsh environments such as cookie-free
* Support HTTP forwarding, coping with load balancing environment
* (non-php) Support HTTP forwarding, coping with load balancing environment


## Dependencies
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Version

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



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



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

import sys
import os
Expand Down

0 comments on commit c3feaac

Please sign in to comment.