From 28b4f288f2e49cfa345d8fc4567b11066fae26c5 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Sat, 11 Jan 2025 10:37:45 +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.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ makefile | 2 +- mkpkg.sh | 2 +- restagent/makefile | 2 +- sshsvc/makefile | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) 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