From 937f3a52e102211ca987f466972f8e1827da514e Mon Sep 17 00:00:00 2001 From: Igor Chudov Date: Fri, 6 Dec 2019 18:33:05 +0400 Subject: [PATCH] 0.2.0-alt1 - Code refactored to work with storage facility - Retrieval of HKCU preferences implemented - Numerous backend and frontend stability improvements - Chromium and Firefox appliers implemented --- gpupdate.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gpupdate.spec b/gpupdate.spec index 7ce470d..93586c3 100644 --- a/gpupdate.spec +++ b/gpupdate.spec @@ -1,7 +1,7 @@ %define _unpackaged_files_terminate_build 1 Name: gpupdate -Version: 0.1.0 +Version: 0.2.0 Release: alt1 Summary: GPT applier @@ -58,6 +58,12 @@ install -Dm0644 %name.service %buildroot%_unitdir/%name.service %_unitdir/%name.service %changelog +* Fri Dec 06 2019 Igor Chudov 0.2.0-alt1 +- Code refactored to work with storage facility +- Retrieval of HKCU preferences implemented +- Numerous backend and frontend stability improvements +- Chromium and Firefox appliers implemented + * Thu Nov 28 2019 Evgeny Sinelnikov 0.1.0-alt1 - Change license to GPLv2+ - Refactor and separate code to backend and frontend