Merge branch 'backend_manual' into 'backend_uu'
version:2.0.5.14 See merge request kylinos-src/update-manager-group/kylin-system-updater!515
This commit is contained in:
commit
77fff2fc42
|
@ -175,7 +175,7 @@ class Sqlite3Server(object):
|
|||
logging.error("select error: %s.", str(e))
|
||||
self.disconnect_database()
|
||||
return "Error"
|
||||
logging.info("Database: Search display Complete (%s=%s) ...", args[0], args[1])
|
||||
logging.info("Database: Search display Complete (%s) ...", args[0])
|
||||
self.disconnect_database()
|
||||
return retval
|
||||
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
kylin-system-updater (2.0.5.14) v101; urgency=medium
|
||||
|
||||
* BUG: #144937 : 【2203自适应升级2209】自动更新下载报错
|
||||
#144756 : 【在线更新】开启自动更新,kylin-unattended-upgrades服务状态异常
|
||||
#144997 【2203自适应升级2209】系统更新提示弹窗未汉化
|
||||
#140277 : 【在线更新】更新失败后查看更新历史,显示包名
|
||||
#144104 【在线更新】【2107在线升级2203-update1-RC6】升完基础组件立即重启登录系统后,第二阶段提示窗口中点击立即更新后弹窗未消失
|
||||
* 需求号: 无
|
||||
* 其他改动说明: 无
|
||||
* 其他改动影响域:系统更新
|
||||
|
||||
-- luoxueyi <luoxueyi@kylinos.cn> Fri, 21 Oct 2022 20:46:42 +0800
|
||||
|
||||
kylin-system-updater (2.0.5.13) v101; urgency=medium
|
||||
|
||||
* BUG: #141330 【在线更新】0521系统在线升级到2203-update1时提示依赖冲突
|
||||
|
|
Loading…
Reference in New Issue