diff --git a/lightdm-kiran-greeter-1.0.0~beta12.tar.gz b/lightdm-kiran-greeter-1.0.0~beta12.tar.gz new file mode 100644 index 0000000..3b7b650 Binary files /dev/null and b/lightdm-kiran-greeter-1.0.0~beta12.tar.gz differ diff --git a/lightdm-kiran-greeter-1.0.0~beta5.tar.gz b/lightdm-kiran-greeter-1.0.0~beta5.tar.gz deleted file mode 100644 index 4a6f057..0000000 Binary files a/lightdm-kiran-greeter-1.0.0~beta5.tar.gz and /dev/null differ diff --git a/lightdm-kiran-greeter.spec b/lightdm-kiran-greeter.spec index c20ab93..0432284 100644 --- a/lightdm-kiran-greeter.spec +++ b/lightdm-kiran-greeter.spec @@ -1,5 +1,5 @@ Name: lightdm-kiran-greeter -Version: 1.0.0~beta5 +Version: 1.0.0~beta12 Release: 1%{?dist} Summary: User login interface Summary(zh_CN): 用户登录界面 @@ -76,6 +76,29 @@ make %{?_smp_mflags} rm -rf %{buildroot} %changelog +* Thu Sep 17 2020 liuxinhao - 1.0.0~beta12 +- KYOS-B: log files are truncated every time the log module is initialized + +* Mon Sep 14 2020 liuxinhao - 1.0.0~beta11 +- KYOS-B: modify the GreeterScreenManager destructor (destruct after the end of the event loop) to release the child object by using deletelater to cause the sub object to be unreleased, modify the deadlock caused by calling waitForFinished into free during soft interrupt + +* Wed Sep 09 2020 liuxinhao - 1.0.0~beta10 +- KYOS-B: fix the problem of synchronization between threads,resulting in incomplete processing of messages in PAM message queue + +* Thu Sep 03 2020 liuxinhao - 1.0.0~beta9 +- KYOS-B: remove the log output of reply lightdm + +* Thu Aug 27 2020 liuxinhao - 1.0.0~beta8 +- KYOS-B: when the authentication starts, the input box is disabled and the prompt message is received to enable the input box + +* Wed Aug 26 2020 liuxinhao - 1.0.0~beta7 +- KYOS-B: power menu ordering standardization +- KYOS-F: setting the background image will copy the background image to the fixed directory and set the permissions + +* Tue Aug 18 2020 liuxinhao - 1.0.0~beta6 +- KYOS-F: use QT interface to produce fuzzy background +- KYOS-B: the login interface sets the initial NumLock on and capslock off status + * Wed Aug 12 2020 liuxinhao - 1.0.0~beta5 - KYOS-F: auto login user changed to drop-down selection - KYOS-B: message queue is locked and synchronized with semaphore operation