From 65f71524e06c05daa1c08ada36a22260336d68bb Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 19 Aug 2020 16:32:06 +0200 Subject: [PATCH] Changes: mention module-weights --- CHANGES | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 450705c54..4b7fe62dd 100644 --- a/CHANGES +++ b/CHANGES @@ -11,9 +11,17 @@ This release contains contributions from (alphabetically by first name): ## Core ## - Edge case in extracting string-lists from YAML, reported and fixed by Asif (#1491). + - Progress reporting is now more flexible. Modules can have a weight + assigned to them in the descriptor; module instances can have a weight + assigned which overrides the module descriptor. When jobs are run + for a module instance, the jobs report progress pro-rated by the + module's weight. Or in other words, it is now possible to tweak + the amount of the overall progress bar that different modules fill. + The default settings give unpackfs a weight of 12. (#1176) ## Modules ## - - No module changes yet + - The *users* module did not read the *defaultGroups* correctly. + Fixed by the string-lists change mentioned above. # 3.2.28.3 (2020-08-18) #