diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d2ca7a7..24cea2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 版本发布日志 +## 2.2502.1-20250208 + +- 新增 基站状态记录上报和导出功能 +- 修复 IMS-CDR导出表头字段信息调整 +- 优化 监控接口/load和/system-info和/cache去除权限标识限制 +- 修复 本地免密认证端口去除限制22 +- 更新 swagger注释信息 + ## 2.2501.4-20250124 - 新增 日志备份文件同步FTP功能 diff --git a/makefile b/makefile index bca2dcb8..433bd67b 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ ProjectL = omc ProjectU = OMC PROJECT = $(ProjectL) -VERSION = 2.2501.4 +VERSION = 2.2502.1 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/mkpkg.sh b/mkpkg.sh index 1e0ac7b6..e7b21cf6 100755 --- a/mkpkg.sh +++ b/mkpkg.sh @@ -2,7 +2,7 @@ ProcList="restagent sshsvc" ProjectL=omc -VERSION=2.2501.4 +VERSION=2.2502.1 RelDate=`date +%Y%m%d` Release=${RelDate} RelVer=${VERSION}-${RelDate} diff --git a/restagent/makefile b/restagent/makefile index e89ae8fc..bee31142 100644 --- a/restagent/makefile +++ b/restagent/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2501.4 +VERSION = 2.2502.1 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/sshsvc/makefile b/sshsvc/makefile index 7c979553..1820da22 100644 --- a/sshsvc/makefile +++ b/sshsvc/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2501.4 +VERSION = 2.2502.1 LIBDIR = be.ems/lib BINNAME = sshsvc