From db1d15aa3cb29cd4233d42a4b6cdd15446237687 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 24 Jan 2025 20:39:12 +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.2501.4?= 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 c9bd958c..9d2ca7a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # 版本发布日志 +## 2.2501.4-20250124 + +- 新增 日志备份文件同步FTP功能 +- 新增 调度任务-日志备份文件同步FTP功能 +- 新增 swagger接口文档版本1.0.8 +- 修复 网元主机title命名_随机4位 +- 修复 SSH工具远程复制文件夹创建 +- 修复 CDR网元数据查询结构体限定neType范围 +- 修复 网元直连SMF会话pageNum类型转换 +- 新增 MME参数配置项enbList,补充MME基站状态接口 +- 优化 自定义指标title公式,菜单基站在线页面隐藏 +- 优化 关闭接口加密功能 + ## 2.2501.3-20250117 - 优化 自定义指标数据查询值float64保留3为小数 diff --git a/makefile b/makefile index 51d2621a..bca2dcb8 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ ProjectL = omc ProjectU = OMC PROJECT = $(ProjectL) -VERSION = 2.2501.3 +VERSION = 2.2501.4 RelDate = `date +%Y%m%d` Release = $(RelDate) RelVer = $(VERSION)-$(RelDate) diff --git a/mkpkg.sh b/mkpkg.sh index bc9949a0..1e0ac7b6 100755 --- a/mkpkg.sh +++ b/mkpkg.sh @@ -2,7 +2,7 @@ ProcList="restagent sshsvc" ProjectL=omc -VERSION=2.2501.3 +VERSION=2.2501.4 RelDate=`date +%Y%m%d` Release=${RelDate} RelVer=${VERSION}-${RelDate} diff --git a/restagent/makefile b/restagent/makefile index 050c0c46..e89ae8fc 100644 --- a/restagent/makefile +++ b/restagent/makefile @@ -1,7 +1,7 @@ # Makefile for rest agent project PROJECT = OMC -VERSION = 2.2501.3 +VERSION = 2.2501.4 PLATFORM = amd64 ARMPLATFORM = aarch64 BUILDDIR = ../../build diff --git a/sshsvc/makefile b/sshsvc/makefile index b687eb72..7c979553 100644 --- a/sshsvc/makefile +++ b/sshsvc/makefile @@ -1,7 +1,7 @@ # Makefile for OMC-OMC-crontask project PROJECT = OMC -VERSION = 2.2501.3 +VERSION = 2.2501.4 LIBDIR = be.ems/lib BINNAME = sshsvc