Skip to content

Commit

Permalink
version: 7.10.2082
Browse files Browse the repository at this point in the history
Signed-off-by: Dengfeng Liu <[email protected]>
  • Loading branch information
liudf0716 committed Oct 22, 2024
1 parent 9e9a140 commit 12a6632
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
**7.10.2082 版本更新内容:**
1. **修复通过认证的用户信息不上报的bug**

2. **增加本地无认证服务器认证功能**
- 用户可手动配置本地portal展示页面
- 添加用户本地放行接口
- 优化无认证服务器下的ping,auth及ws接口流程

3. **websocket接口增加踢认证用户下线功能**:用户能马上踢下线,不用等1分钟

4. **优化logout,login及login2接口**

5. **本地http&https服务的优化**
- 增加IPv6的支持
- 修复https拦截认证的bug

6. **修复认证服务器在cdn环境下的bug**:认证服务器在cdn环境下ip会经常变动,导致认证服务器白名单的失效

7. **修复IPv6环境下认证失效的bug**

8. **修改网关获取不到IPv6地址退出的问题**

9. **websocket功能优化**
- 添加websocket单独配置功能,支持与认证服务器分开部署
- 优化websocket连接服务器端的容错处理
- 修复websocket连接服务器端退出的问题

10. **重构针对fw3和fw4的代码处理,停止对fw3的支持**

11. **当apfree wifidog启动时,清除已有会话,当用户下线后清除该用户的会话**

12. **修复完善防火墙规则**
- 防止非80,443端口服务无认证上网
- 保证网关设备可以无认证访问网络

13. **添加防火墙规则重启功能,并保留原有通过认证用户及其流量统计信息**

14. **修复一些其它bug**


**7.08.2035版本更新内容:**

1. **修复内存泄露问题**:修复了在HTTPS跳转过程中未释放URL内存的漏洞。
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef _VERSION_
#define _VERSION_
#define VERSION "7.09.2035"
#define VERSION "7.10.2082"
#endif

0 comments on commit 12a6632

Please sign in to comment.