diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ef030a..ddcea248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # 版本发布日志 +## 2.2501.2-20250111 + +- 新增 角色admin添加基站状态菜单 +- 新增 接入swagger功能 +- 新增 网元状态3待机判断standby,类型字典数据 +- 更新 MME参数配置可选属性 +- 优化 配置文件加载,配置序列结构体到be.ems/lib/config +- 移除 captrace/data2html/crontask程序 +- 移除 upgvue3脚本文件,旧代码lib/core,旧代码假系统数据库备份 + ## 2.2501.1-20250103 - 新增 菜单-基站状态页面路由,定义接口功能 diff --git a/makefile b/makefile index 658021ca..b7242040 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ ProjectL = omc ProjectU = OMC PROJECT = $(ProjectL) -VERSION = 2.2501.1 +VERSION = 2.2501.2 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/mkpkg.sh b/mkpkg.sh index 25dc553c..3231ab13 100755 --- a/mkpkg.sh +++ b/mkpkg.sh @@ -2,7 +2,7 @@ ProcList="restagent sshsvc" ProjectL=omc -VERSION=2.2501.1 +VERSION=2.2501.2 RelDate=`date +%Y%m%d` Release=${RelDate} RelVer=${VERSION}-${RelDate} diff --git a/restagent/makefile b/restagent/makefile index 4b2479fd..d36cd811 100644 --- a/restagent/makefile +++ b/restagent/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2501.1 +VERSION = 2.2501.2 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/sshsvc/makefile b/sshsvc/makefile index 4de29d23..e5b09083 100644 --- a/sshsvc/makefile +++ b/sshsvc/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2501.1 +VERSION = 2.2501.2 LIBDIR = be.ems/lib BINNAME = sshsvc