Changes: Document changed job weights

This commit is contained in:
Adriaan de Groot 2020-01-25 12:06:13 +01:00
parent 96946a8447
commit 86770111b5

View File

@ -19,7 +19,7 @@ This release contains contributions from (alphabetically by first name):
## Modules ## ## Modules ##
- All modules can now set a new key in `module.desc` called *noconfig*. - All modules can now set a new key in `module.desc` called *noconfig*.
If this key is set to `true` (the default is `false), no configuration If this key is set to `true` (the default is `false), no configuration
file is searched-for or loaded, and no warning is printed if the file is searched-for or loaded, and no warning is printed if the
configuration is missing. This should tidy up some unnecessary warnings configuration is missing. This should tidy up some unnecessary warnings
on startup. #1302 #1301 on startup. #1302 #1301
@ -30,6 +30,10 @@ This release contains contributions from (alphabetically by first name):
location names (e.g. "Berlin" is "Berlijn" in Dutch). location names (e.g. "Berlin" is "Berlijn" in Dutch).
- *Packagechooser* is a little more careful with displaying - *Packagechooser* is a little more careful with displaying
default and empty package names. (thanks to Bill Auger) default and empty package names. (thanks to Bill Auger)
- The *unpackfs* module now carries a larger weight in the overall
progress of the installation, which should resolve downstream reports
like "progress stops at 24% for a long time". This is currently
hard-coded, but will become configurable in a future release. #1176
# 3.2.17.1 (2019-12-02) # # 3.2.17.1 (2019-12-02) #