diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a53eb84..c4e5a15f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # 版本发布日志 +## 2.2406.4-20240627 + +- 更新 关闭crontask任务异常TaskHandShakeToNF +- 更新 参数配置IMS参数DS System +- 更新 字典多语言翻译,部门/系统名/初始密码备注 +- 修复 网元许可检查状态响应nil字符串 +- 修复 MML-UPF标准版5002数据行约有400+ +- 优化 UDM CN Type可选类型字典数据 +- 移除 ims命令执行的sudo前缀 + ## 2.2406.3-20240619 - 更新 参数配置MME参数默认值 diff --git a/captrace/makefile b/captrace/makefile index e870a844..f06905f3 100644 --- a/captrace/makefile +++ b/captrace/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2406.3 +VERSION = 2.2406.4 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/crontask/makefile b/crontask/makefile index f984989e..d3d9caf9 100644 --- a/crontask/makefile +++ b/crontask/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2406.3 +VERSION = 2.2406.4 LIBDIR = be.ems/lib BINNAME = crontask diff --git a/data2html/makefile b/data2html/makefile index e5013f28..6af1f5c6 100644 --- a/data2html/makefile +++ b/data2html/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2406.3 +VERSION = 2.2406.4 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/makefile b/makefile index 53660a48..f9389d22 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ ProjectL = omc ProjectU = OMC PROJECT = $(ProjectL) -VERSION = 2.2406.3 +VERSION = 2.2406.4 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/mkpkg.sh b/mkpkg.sh index 0f2ad864..12e791ef 100644 --- a/mkpkg.sh +++ b/mkpkg.sh @@ -2,7 +2,7 @@ ProcList="restagent crontask sshsvc captrace data2html" ProjectL=omc -VERSION=2.2406.3 +VERSION=2.2406.4 RelDate=`date +%Y%m%d` Release=${RelDate} RelVer=${VERSION}-${RelDate} diff --git a/restagent/makefile b/restagent/makefile index d990e872..434d1c0c 100644 --- a/restagent/makefile +++ b/restagent/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2406.3 +VERSION = 2.2406.4 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 bf62720a..7554f8f5 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.3" + version: "2.2406.4" # 应用服务配置 server: diff --git a/sshsvc/makefile b/sshsvc/makefile index aed9f418..9bd8f7d2 100644 --- a/sshsvc/makefile +++ b/sshsvc/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2406.3 +VERSION = 2.2406.4 LIBDIR = be.ems/lib BINNAME = sshsvc