From e16079867fc40779f5beb1d08c406bc2a65857d4 Mon Sep 17 00:00:00 2001 From: Evgeny Sinelnikov Date: Tue, 10 Jan 2023 07:46:13 +0400 Subject: [PATCH] 0.11.1-alt1 - Fix property tabs size policy to looks more pretty. - Enable both user and machine attributes during GPO creating. - Fix availability of the Ok button when: + a policy name is missing in the policy create dialog; + group name is missing in the renaming ou dialog; + user name is missing in rename user dialog. --- .gear/admc.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gear/admc.spec b/.gear/admc.spec index cfa61e1f..b94fc69a 100644 --- a/.gear/admc.spec +++ b/.gear/admc.spec @@ -1,7 +1,7 @@ %define _unpackaged_files_terminate_build 1 Name: admc -Version: 0.11.0 +Version: 0.11.1 Release: alt1 Summary: Active Directory Management Center @@ -110,6 +110,14 @@ Tests for ADMC %_bindir/admc_test_find_policy_dialog %changelog +* Tue Jan 10 2023 Evgeny Sinelnikov 0.11.1-alt1 +- Fix property tabs size policy to looks more pretty. +- Enable both user and machine attributes during GPO creating. +- Fix availability of the Ok button when: + + a policy name is missing in the policy create dialog; + + group name is missing in the renaming ou dialog; + + user name is missing in rename user dialog. + * Tue Dec 13 2022 Evgeny Sinelnikov 0.11.0-alt1 - Action menu: Block inheritance feature is added to organizational unit context menu. Also limited group policy tab is returned.