diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e48f9a0..ffad7d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # 版本发布日志 +## 2.2508.1-20250815 + +- 新增 UDM鉴权用户记录加载数据的时间 +- 优化 更新版权信息为2025年,调整WebSocket路由的日志记录位置 +- 修复 更新用户类型字段为"System"并添加用户来源字段 +- 修复 更新角色菜单分配,禁用SMTP/OAUTH2类型选择 +- 修复 UE/CDR查询条件imsi支持模糊匹配 +- 新增 第三方登录认证和管理,删除认证源将关联用户信息移除 +- 优化 移除omc.service注册 +- 优化 去除zn_cn相关配置属性 + ## 2.2507.3-20250725 - 修复 服务监听失败每5秒重试最多10次 diff --git a/makefile b/makefile index 8fc7cb94..71361dc9 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ ProjectL = omc ProjectU = OMC PROJECT = $(ProjectL) -VERSION = 2.2507.3 +VERSION = 2.2508.1 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/mkpkg.sh b/mkpkg.sh index 26fa068a..3aa4dfed 100755 --- a/mkpkg.sh +++ b/mkpkg.sh @@ -2,7 +2,7 @@ ProcList="restagent sshsvc" ProjectL=omc -VERSION=2.2507.3 +VERSION=2.2508.1 RelDate=`date +%Y%m%d` Release=${RelDate} RelVer=${VERSION}-${RelDate} diff --git a/restagent/makefile b/restagent/makefile index 8aff9386..a69bdcbe 100644 --- a/restagent/makefile +++ b/restagent/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2507.3 +VERSION = 2.2508.1 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/sshsvc/makefile b/sshsvc/makefile index 54315d2c..4e13e7d2 100644 --- a/sshsvc/makefile +++ b/sshsvc/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2507.3 +VERSION = 2.2508.1 LIBDIR = be.ems/lib BINNAME = sshsvc