Skip to content

Commit

Permalink
push v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
L-codes committed Feb 5, 2021
1 parent 201268d commit b9055ac
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### v2.5.1
Client: When the Session expires, automatically append cookies to continue running
Server: Fix jsp(x) find java.nio.ByteBuffer.clear() method problem in some low jdk versions

### v2.5.0
Client: When detecting that the socks connection is closed, the session is automatically ended, reducing a lot of request traffic
Client: Optimized the output of exception information, and has been able to capture exceptions caused by high concurrency
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### v2.5.1
Client: 当 Session 过期时,自动追加 Cookie 继续运行
Server: 修复 jsp(x) 在部分 jdk 低版本中找不到 java.nio.ByteBuffer.clear() 方法问题

### v2.5.0
Client: 检测 socks 连接已关闭,则自动结束会话,减少大量请求流量
Client: 优化了异常信息输出,已能捕获高并发产生的异常
Expand Down
2 changes: 1 addition & 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.5.0 - [Change Log](CHANGELOG-en.md)
2.5.1 - [Change Log](CHANGELOG-en.md)


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

2.5.0 - [版本修改日志](CHANGELOG.md)
2.5.1 - [版本修改日志](CHANGELOG.md)



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

import sys
import os
Expand Down

0 comments on commit b9055ac

Please sign in to comment.