mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-10-28 04:52:19 +08:00
4.3
This commit is contained in:
parent
721e6580c9
commit
f707fef65b
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
spark-store (4.2~test3) stable; urgency=medium
|
||||||
|
|
||||||
|
* 修复: aptss ssupdates
|
||||||
|
|
||||||
|
-- shenmo <shenmo@spark-app.store> Fri, 30 Jan 2022 00:00:00 +0800
|
||||||
|
|
||||||
spark-store (4.2~test2) stable; urgency=medium
|
spark-store (4.2~test2) stable; urgency=medium
|
||||||
|
|
||||||
* 修复: 420t1版本中ssinstall有时会重新下载软件包的问题
|
* 修复: 420t1版本中ssinstall有时会重新下载软件包的问题
|
||||||
@ -5,7 +11,6 @@ spark-store (4.2~test2) stable; urgency=medium
|
|||||||
* 调整: aptss在进行任何操作前均检测是否存在Packages文件
|
* 调整: aptss在进行任何操作前均检测是否存在Packages文件
|
||||||
* 调整: 修改apt-fast源代码以指定conf位置为/tmp/apt-fast,这部分不再使用bwrap模拟
|
* 调整: 修改apt-fast源代码以指定conf位置为/tmp/apt-fast,这部分不再使用bwrap模拟
|
||||||
* 新增: aptss检测Package文件支持分目录(目前指定为store)
|
* 新增: aptss检测Package文件支持分目录(目前指定为store)
|
||||||
* 修复: aptss ssupdates
|
|
||||||
-- shenmo <shenmo@spark-app.store> Fri, 30 Jan 2022 00:00:00 +0800
|
-- shenmo <shenmo@spark-app.store> Fri, 30 Jan 2022 00:00:00 +0800
|
||||||
|
|
||||||
spark-store (4.2~test1) stable; urgency=medium
|
spark-store (4.2~test1) stable; urgency=medium
|
||||||
|
|||||||
@ -15,7 +15,7 @@ DWIDGET_USE_NAMESPACE
|
|||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
// Get build time
|
// Get build time
|
||||||
static const QString version = "4.2~test2";
|
static const QString version = "4.2~test3";
|
||||||
static const QDate buildDate = QLocale(QLocale::English).toDate(QString(__DATE__).replace(" ", " 0"), "MMM dd yyyy");
|
static const QDate buildDate = QLocale(QLocale::English).toDate(QString(__DATE__).replace(" ", " 0"), "MMM dd yyyy");
|
||||||
static const QTime buildTime = QTime::fromString(__TIME__, "hh:mm:ss");
|
static const QTime buildTime = QTime::fromString(__TIME__, "hh:mm:ss");
|
||||||
static const QString buildDateTime = buildDate.toString("yyyy.MM.dd") + "-" + buildTime.toString("hh:mm:ss");
|
static const QString buildDateTime = buildDate.toString("yyyy.MM.dd") + "-" + buildTime.toString("hh:mm:ss");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user