diff --git a/CHANGELOG.md b/CHANGELOG.md index 187458ec..5a53eb84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 版本发布日志 +## 2.2406.3-20240619 + +- 更新 参数配置MME参数默认值 +- 修复 角色数据权限范围配置示例系统日志区分 +- 优化 接口操作日志敏感属性掩码token头 +- 优化 用户岗位编辑权限 +- 优化 UE事件MME类型结果保持和AMF一致 +- 移除 mmeUE事件类型的字典数据 + ## 2.2406.2-20240617 - 修复 总览仪表盘用户活动数据不显示问题 diff --git a/captrace/makefile b/captrace/makefile index 1c5e7a03..e870a844 100644 --- a/captrace/makefile +++ b/captrace/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2406.2 +VERSION = 2.2406.3 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/crontask/makefile b/crontask/makefile index c36f1bd2..f984989e 100644 --- a/crontask/makefile +++ b/crontask/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2406.2 +VERSION = 2.2406.3 LIBDIR = be.ems/lib BINNAME = crontask diff --git a/data2html/makefile b/data2html/makefile index 86f7b01b..e5013f28 100644 --- a/data2html/makefile +++ b/data2html/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2406.2 +VERSION = 2.2406.3 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/makefile b/makefile index c003f317..53660a48 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ ProjectL = omc ProjectU = OMC PROJECT = $(ProjectL) -VERSION = 2.2406.2 +VERSION = 2.2406.3 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/mkpkg.sh b/mkpkg.sh index 1cef99e8..0f2ad864 100644 --- a/mkpkg.sh +++ b/mkpkg.sh @@ -2,7 +2,7 @@ ProcList="restagent crontask sshsvc captrace data2html" ProjectL=omc -VERSION=2.2406.2 +VERSION=2.2406.3 RelDate=`date +%Y%m%d` Release=${RelDate} RelVer=${VERSION}-${RelDate} diff --git a/restagent/makefile b/restagent/makefile index da9f8e35..d990e872 100644 --- a/restagent/makefile +++ b/restagent/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2406.2 +VERSION = 2.2406.3 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/src/framework/config/config/config.default.yaml b/src/framework/config/config/config.default.yaml index 7252bb82..bf62720a 100644 --- a/src/framework/config/config/config.default.yaml +++ b/src/framework/config/config/config.default.yaml @@ -1,7 +1,7 @@ # 项目信息 framework: name: "CN EMS" - version: "2.2406.2" + version: "2.2406.3" # 应用服务配置 server: diff --git a/sshsvc/makefile b/sshsvc/makefile index f406b742..aed9f418 100644 --- a/sshsvc/makefile +++ b/sshsvc/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2406.2 +VERSION = 2.2406.3 LIBDIR = be.ems/lib BINNAME = sshsvc