|
|
@ -9,6 +9,10 @@ This release contains contributions from (alphabetically by first name):
|
|
|
|
|
|
|
|
|
|
|
|
## Core ##
|
|
|
|
## Core ##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- *libcalamares* (accidentally) linked with Qt's GUI libraries when
|
|
|
|
|
|
|
|
PythonQt was found. This led to the odd situation where the non-GUI
|
|
|
|
|
|
|
|
Calamares library depends on a bunch of GUI libraries.
|
|
|
|
|
|
|
|
|
|
|
|
## Modules ##
|
|
|
|
## Modules ##
|
|
|
|
|
|
|
|
|
|
|
|
- All Python modules now bail out gracefully on (at least some) bad
|
|
|
|
- All Python modules now bail out gracefully on (at least some) bad
|
|
|
@ -16,6 +20,7 @@ This release contains contributions from (alphabetically by first name):
|
|
|
|
scripts now test for exceptions to avoid shipping modules with
|
|
|
|
scripts now test for exceptions to avoid shipping modules with
|
|
|
|
ImportError or SyntaxError results.
|
|
|
|
ImportError or SyntaxError results.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 3.2.7 (2019-04-27) #
|
|
|
|
# 3.2.7 (2019-04-27) #
|
|
|
|
|
|
|
|
|
|
|
|
This is a **hotfix** release for regressions introduced in the
|
|
|
|
This is a **hotfix** release for regressions introduced in the
|
|
|
|