summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2019-02-26 06:34:56 -0500
committerAdriaan de Groot <groot@kde.org>2019-02-26 06:34:56 -0500
commit616515cce557a6f64618268d0ae0eeb97255d21f (patch)
tree05545613084175f8b5d1412cc625ad2bb5bddc1a /CHANGES
parent4d8acdf425eb3543f437ba2921ea852120df4d7a (diff)
Changes: document requirements-checker
- Name contributors - Document changes in requirements-checking - Document libparted no-longer-needed
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b0a823883..d68a66816 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,16 +6,29 @@ website will have to do for older versions.
# 3.2.5 (unreleased) #
This release contains contributions from (alphabetically by first name):
+ - Arnaud Ferraris
+ - Dan Simmons
## Core ##
+ * View modules (in C++) can now perform their own requirements-checking
+ to see if installation makes sense. This expands upon the existing
+ requirements checks in the welcome module (RAM, disk space, ..).
+ The checks have been made asynchronous, so that responsiveness during
+ requirements-checking is improved and the user has better feedback.
+
## Modules ##
+ * *Partition* module: it is now possible to build without libparted. Since
+ KPMCore may not need this library anymore, it is a dependency that will
+ be dropped as soon as it is feasible. Add `-DCMAKE_DISABLE_FIND_PACKAGE_LIBPARTED=ON`
+ to the CMake flags to do so.
* Python modules: several modules have had translations added. This is
usually only visible when the module runs as part of the *exec* step,
when the module's *pretty name* is displayed. In addition, error
messages are now translated.
+
# 3.2.4 (2019-02-12) #
This release contains contributions from (alphabetically by first name):