From 41485cd0a590afa78cd84f3bcf3dfd98dd3d4bec Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 13 Jun 2025 20:17:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=202.2506.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ makefile | 2 +- mkpkg.sh | 2 +- restagent/makefile | 2 +- sshsvc/makefile | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c3662b7..2b895a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # 版本发布日志 +## 2.2506.1-20250613 + +- 更新 kpi指标项屏蔽 +- 修复 许可到期天数偏差,当天提示修改 +- 修复 dump抓包文件log文件写入权限 +- 修复 修复操作命令输出文件重定向错误 +- 优化 调整/tmp文件路径到/usr/local/omc +- 修复 网元软件安装log写入本地文件观察 +- 修复 upf5002消息接收延迟兼容处理 +- 修复 网元信令跟踪代码同步,解决开关切换异常错误问题 +- 修复 新增信令跟踪可选项N14 +- 新增 omc界面配置参数添加信令跟踪开关 + ## 2.2505.4-20250607 - 修复 修改获取告警历史同步成功响应码 diff --git a/makefile b/makefile index 4e9e73f3..52a0b732 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ ProjectL = omc ProjectU = OMC PROJECT = $(ProjectL) -VERSION = 2.2505.4 +VERSION = 2.2506.1 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/mkpkg.sh b/mkpkg.sh index 09ef669e..dd7c13c1 100755 --- a/mkpkg.sh +++ b/mkpkg.sh @@ -2,7 +2,7 @@ ProcList="restagent sshsvc" ProjectL=omc -VERSION=2.2505.4 +VERSION=2.2506.1 RelDate=`date +%Y%m%d` Release=${RelDate} RelVer=${VERSION}-${RelDate} diff --git a/restagent/makefile b/restagent/makefile index 1a0c729a..01fb6a98 100644 --- a/restagent/makefile +++ b/restagent/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2505.4 +VERSION = 2.2506.1 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/sshsvc/makefile b/sshsvc/makefile index 197ac997..6bb5384f 100644 --- a/sshsvc/makefile +++ b/sshsvc/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2505.4 +VERSION = 2.2506.1 LIBDIR = be.ems/lib BINNAME = sshsvc