update changelog

This commit is contained in:
shaozhimin 2024-07-11 09:26:34 +08:00 committed by openkylin-cibot
parent 4a8c52c5b0
commit e0f309784e
3 changed files with 31 additions and 0 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
libkysdk-system (2.5.1.2-0k0.4) nile; urgency=medium
* BUG
* 需求号:无
* 其他改动说明解决issue 【主要】【区域语言】蒙古语时切换长格式设置闪退
* 其他改动影响域:无
-- szm-min <shaozhimin@kylinos.cn> Thu, 11 Jul 2024 09:25:16 +0800
libkysdk-system (2.5.1.2-0k0.3) nile; urgency=medium
* BUG

View File

@ -0,0 +1,21 @@
From: shaozhimin <shaozhimin@kylinos.cn>
Date: Thu, 11 Jul 2024 09:26:34 +0800
Subject: update changelog
---
src/systemtime/libkydate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/systemtime/libkydate.c b/src/systemtime/libkydate.c
index 99d76db..4cb5123 100644
--- a/src/systemtime/libkydate.c
+++ b/src/systemtime/libkydate.c
@@ -1850,7 +1850,7 @@ void kdk_free_logn_dateinfo(kdk_logn_dateinfo *date)
int kdk_system_set_long_dateformat(char *format)
{
int i = 0;
- char tmp[64] = {0};
+ char tmp[128] = {0};
char *homeDir = NULL;
strcpy(tmp, format);
GKeyFile *config = g_key_file_new();

View File

@ -3,3 +3,4 @@
0003-update-changelog.patch
0004-update-changelog.patch
0005-Translated-using-Weblate-Uyghur.patch
0006-update-changelog.patch